Skip to content

Java 17

Compare
Choose a tag to compare
@Hempfest Hempfest released this 11 Dec 09:32
· 81 commits to master since this release
b57d42e
  • Added new method to Constant.java
  • Debugged DefaultEvent.Communication.ChatCommand
  • Added new PlaceholderFormatService for formatting placeholders from both labyrinth & PlaceholderAPI simultaneously
  • Added labyrinth placeholder translation support to StringUtils
  • Finished new labyrinth placeholder provision api
  • Finished new Tablist display api
  • Removed old tab completion utility
  • Added new SimpleTabCompletion for easy tab completion configuring.
  • Added new SimpleKeyedValue & ReplaceableKeyedValue
  • Optimized LabyrinthUser validation check method.
  • New task schedulers created (TaskScheduler.java & LabyrinthApplicable.java)
  • Started migration of Schedule.java to new TaskScheduler.java
  • Renamed plugin messaging utility to labyrinth pattern.
  • Fixed some exception throwing within OrdinalProcedure
  • Fixed & Optimized PlaceholderTranslationUtility
  • FileManager can now convert from Json to Yaml
  • Added correct placeholder & color translation method within TablistInstance enable methods.
  • Removed public visibility of primary void method in Task.java (Now depends on a singular provided Ordinal.java annotation)
  • Ready for 1.18
  • Added new annotation's Disabled & See
  • Removed all deprecated methods from FileManager
  • Created linked set object LabyrinthSet from scratch!
  • Fixed getContents method in Page.java
  • Added operate method to Registry.java
  • Renamed Group.java from common to VaultGroup.java
  • Added WideFunction.java