Go to file
2020-08-08 18:13:14 +08:00
.github Refactor: common project, preparing for 1.15 development 2020-05-30 18:49:15 +08:00
arclight-api The Implementer 2020-07-06 23:37:46 +08:00
arclight-common Update arclight-gradle-plugin. Fix #33. Fix #35. Close #31. 2020-08-08 17:20:14 +08:00
arclight-forge-1.14 Update arclight-gradle-plugin. Fix #33. Fix #35. Close #31. 2020-08-08 17:20:14 +08:00
arclight-forge-1.15 Update arclight-gradle-plugin. Fix #33. Fix #35. Close #31. 2020-08-08 17:20:14 +08:00
forge-installer Using system proxy for installer. 2020-07-13 14:18:10 +08:00
gradle/wrapper Initial commit 2020-05-16 14:22:29 +08:00
i18n-config Several registries. 2020-07-17 22:06:21 +08:00
appveyor.yml Refactor: common project, preparing for 1.15 development 2020-05-30 18:49:15 +08:00
build.gradle Release 1.0.4 2020-08-08 18:13:14 +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 Bump 1.15.2 forge version to 31.2.30, update mappings to 20200705 2020-07-05 19:07:01 +08:00
settings.gradle Delete testplugin module. 2020-06-15 21:33:11 +08:00

Arclight

A Bukkit server implementation utilizing Mixin.

AppVeyor GitHub

Minecraft Forge
MC 1.14.4 Forge 28.2.0
MC 1.15.2 Forge 31.2.30

Installing

  1. Download the jar from release page or build server.
  2. Launch with command java -jar arclight-forge-mcversion-xxx.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.