Skip to content

Releases: MRtecno98/SpigotCommons

v1.7.5 The first big Update

23 Oct 19:15
Compare
Choose a tag to compare
  • 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
  • Added tests to CXML and Location API
  • Various bugfix