Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

LilyBukkit Alpha 1.2.0.0

Compare
Choose a tag to compare
@Vladg24YT Vladg24YT released this 06 Aug 07:12
· 41 commits to master since this release

The delayed LilyBukkit 1.2.0.0 is finally here!
This update brings you some huge codebase changes, the most important of which are Bukkit objects for Worlds and Entities. Event calls are now functional as well.

Additions

  • Added a basic 'compatability layer' for plugins that depend on CraftBukkit instead of Bukkit
  • Added JOptSimple and JLine support
  • Added a basic update checker that will notify you if there's a new version

Changes

  • Commands /home, /iron and /wood are now handled by LilyBukkit, rather than Vanilla
  • Rosepad will now show correct information about the server core in the developer menu
  • Updated LilyBukkit API: 1.0.9 -> 1.1.1
  • Server should now properly shutdown when the process is killed
  • Entities now accept World instead of LBWorld in the constructor
  • You can disable UI by passing the --nogui argument

Fixes

  • Fixed event calls
  • Fixed a bug when the server couldn't be stopped if another server was already running
  • Fixed a bug when org.bukkit.Player.getDisplayName() would crash the server
  • Fixed #13
  • Fixed #22
  • Fixed #24
  • Fixed #25
  • Fixed #28
  • Fixed #32
  • Fixed Rosepad version showing up as 1.1.0.5-alpha instead of 1.1.0.5-beta