Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.59 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.59 KB

Arclight Fluorite(Forked from Arclight)

A Bukkit server implementation utilizing Mixin.

Release Forge Status Build
1.19.2 43.3.8 ACTIVE 1.19 Status

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. The nogui argument will disable the server control panel.

Contributing

Please read this wiki section.

License

This project is licensed under GPL v3.

Differences with Arclight

  • 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