Go to file
2020-11-22 10:31:28 +08:00
.github Actions should build all branches. 2020-08-17 20:49:18 +08:00
arclight-api Port async catcher 2020-10-08 13:42:51 +08:00
arclight-common Tweak player death for Quark compatibility 2020-11-22 10:31:28 +08:00
arclight-forge-1.16 1.16.4 update 2020-11-21 12:17:26 +08:00
forge-installer Update upstream and readme 2020-09-22 13:25:09 +08:00
gradle/wrapper Initial commit 2020-05-16 14:22:29 +08:00
i18n-config Implement plugin patcher (#63) 2020-10-21 14:41:14 +08:00
appveyor-16.yml 1.16 initial, dependencies, projects. 2020-08-18 22:58:28 +08:00
build.gradle Fix async catcher IllegalAccessError (#71) 2020-11-04 15:57:37 +08:00
gradle.properties Add encoding, try to fix appveyor encoding issue. 2020-05-17 14:54:11 +08:00
gradlew Initial commit 2020-05-16 14:22:29 +08:00
gradlew.bat Initial commit 2020-05-16 14:22:29 +08:00
LICENSE Initial commit 2020-05-16 14:22:29 +08:00
README.md It works, don't touch it 2020-11-21 17:28:13 +08:00
settings.gradle 1.16 initial, dependencies, projects. 2020-08-18 22:58:28 +08:00

Arclight

A Bukkit server implementation utilizing Mixin.

Actions GitHub

Minecraft Forge Status Build
1.16.x 35.1.0 ACTIVE 1.16 Status
1.15.x 31.2.45 ACTIVE 1.15 Status
1.14.x 28.2.0 LEGACY 1.14 Status
  • Legacy version still accepts pull requests.

Installing

  1. Download the jar from release page or build server. (see the table above)
  2. Launch with command java -jar arclight-forge-<mc>-<version>.jar nogui. The nogui argument will disable the server control panel.

Support

Discord server https://discord.gg/ZvTY5SC

QQ Group chat 3556966

Contributing

This project uses Gradle 4.9 as build tool with arclight-gradle-plugin.

To setup development workspace, clone this repository first, and type

./gradlew remapSpigotJar idea

This will generate proper spigot sources and srg mappings.

Finally, import the project. IntelliJ IDEA is the recommended IDE.

Due to a MixinGradle bug, you may build the project twice or the mixin shadows won't get reobfuscated.

License

This project in licensed under GPL v3.

Sponsor

YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor.