| .github | ||
| arclight-api | ||
| arclight-common | ||
| arclight-forge-1.16 | ||
| forge-installer | ||
| gradle/wrapper | ||
| i18n-config | ||
| appveyor-16.yml | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| README.md | ||
| settings.gradle | ||
Arclight
A Bukkit server implementation utilizing Mixin.
| Minecraft | Forge | Status | Build |
|---|---|---|---|
| 1.16.x | 34.1.7 | ACTIVE | |
| 1.15.x | 31.2.37 | ACTIVE | |
| 1.14.x | 28.2.0 | LEGACY |
- Legacy version still accepts pull requests.
Installing
- Download the jar from release page or build server. (see the table above)
- Launch with command
java -jar arclight-forge-<mc>-<version>.jar nogui. Thenoguiargument 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.
