Skip to content

Polishing and new features

Pre-release
Pre-release

Choose a tag to compare

@Fernthedev Fernthedev released this 24 Feb 22:08
· 30 commits to beta since this release
e800163

This release is meant to polish up a few bugs and features.

Feature/Bug changelog:

  • Added Locale. Implement Ilocale or override DefaultLocale and set in Universal.setLocale()
  • Beta version uses semantic scheme now
  • UniversalCommand automatically does a permission check before executing command for better consistency across platforms.
  • Fixed Vault load bug which was caused because Vault was being used without checking if it was a dependecy/softdependency
  • Added PluginData which allows reading plugin metadata (Not working on Sponge)
  • New ReadTheDocs site: https://fernapi.readthedocs.io/en/stable/
  • (Spigot) PluginYMLMustDefineCommand is thrown when the command isn't defined in the plugin.yml as required
  • Fern Config Manager has been updated to 1.1.3
  • Build tools now use OpenJDK11
  • Sorter is now ListUtil