You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addded basic stripped version of the CXML parser without the tags implementations, if you want to use it you'll have to write the tags yourself
Updated Location API
Added conversion to Bukkit Location
Added clone() method
Added Coordinates API, an abstraction wrapper of the Location API which adds relative coordinates support
Added Permissions API, a linked node system representing permissions, with convertions back and forth between strings and serialized objects, very useful when dealing with lots of perms.
Added standalone plugin class. Very early stage
Update FormattingUtils
Added placeholder utility
Added SilencedClosable utility, a useful interface for creating closeable object without trowing IOExceptions