This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
LilyBukkit Alpha 1.2.0.0
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
andJLine
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 ofLBWorld
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 of1.1.0.5-beta