Skip to content

Releases: Bestem0r/BestemorCore

v1.4.0 | PlacedClickables, chat listeners and more

28 Oct 10:54

Choose a tag to compare

  • Refactored ItemBuilder and ListBuilder to take specific config as parameter.
  • Added shorthand methods to create clickables from config path.
  • Added new ChatListener for awaiting certain chat events.
  • Added new PlacedClickable for easily creating Clickables with configurable slots.
  • Added amount to ItemBuilder.
  • Deprecated MenuListener as parameter for Menus.
  • Introduced new and more performant Menu system.
  • Added getIntArray() to ConfigManager.
  • Numerous bug fixes and improvements.

Full Changelog: v1.3.0...v1.4.0

v1.3.0 | Config mappings and many improvements

25 Jun 19:20

Choose a tag to compare

  • Added PAPI support for items
  • Improve time and money formatting
  • Added config mappings support
  • Added hex color support to lore
  • Fix inventory listener breaking
  • General improvements and more utility functions

Full Changelog: v1.2.1...v1.3.0

v1.2.1

23 Sep 18:05

Choose a tag to compare

  • Fixed reloading configuration in CorePlugin not loading correct language file
  • Fixed existing config values not being transferred to first generated language file

Full Changelog: v1.2.0...v1.2.1

v1.2.0

23 Sep 18:03

Choose a tag to compare

  • Add CorePlugin implementation of JavaPlugin reducing boilerplate code
  • Add language file support
  • Add config updater
  • Add spigot version checker
  • Add hex color support
  • Add auto-generated help command
  • Improve Clickable creation
  • Add next and previous item properties to PagingMenu
  • General improvements and bug fixes

Full Changelog: v1.1.0...v1.2.0

v1.1.0

27 Feb 13:08

Choose a tag to compare

Add support for legacy minecraft versions (< 1.13) and add PagingMenu which dynamically adds new inventory pages and distributes clickables from PagingContent

v1.0.0

05 Feb 18:38

Choose a tag to compare

First version of the BestemorCore containting:

  • ConfigManager with item builder
  • Menu handler
  • Command and sub-command handler