A Bukkit server implementation utilizing Mixin.
Release | Forge | Status | Build |
---|---|---|---|
1.19.2 | 43.3.8 | ACTIVE |
- Download the jar from release page or build server. (see the table above)
- Launch with command
java -jar arclight-forge-<mc>-<version>.jar nogui
. Thenogui
argument will disable the server control panel.
Please read this wiki section.
This project is licensed under GPL v3.
- Fixed mixin conflict with chestcavity mod
- Add some unofficial branch warnings
- Simplified console log output style
- Minecraft Server Gui disabled by default
- More aggressively delete old cache files before running
- New entity death handler
- Coordinate the deaths of Bukkit and Forge
- Disable spigot
/restart
command - Fixed bukkitEvent cannot be triggered asynchronously from another thread
- Broken
BlockBreakEvent
fix Block#popResource cannot dropping loot (WIP) Fix bukkit BlockBreakEvent - Fixed add raiders in wrong code location
- Temporarily disable RaidSpawnWaveEvent
- Fixed mixin conflict with frozenup mod
- Fixed mixin conflict with sleep_tight mod