Changes:
- Added MongoDb support
- From now commands module is separated module
- Removed Addons system
- Added modules system
- Added SQL Module (Support for MySQL and SQLite as separated module)
- Library configuration is simpler
- From now not more calling init method in constructor
- Arenas models has been optimized
- Added onMiniGameEnable,onMiniGameLoad and onMiniGameDisable methods
- Added rejoin feature
- Added ability to hide and show online players for players who are playing in the game
JavaDocs: https://timsixth.pl/javadocs/minigame_api/2.0.0-rc1/
Documentation: https://timsixths-plugins.gitbook.io/minigameapi-docs/v/2.0.0-rc1
Changes:
- Added MongoDb support
JavaDocs: https://timsixth.pl/javadocs/minigame_api/2.0.0-beta1/
Documentation: https://timsixths-plugins.gitbook.io/minigameapi-docs/v/2.0.0-beta1
Changes:
- Added onMiniGameEnable,onMiniGameLoad and onMiniGameDisable methods
- Added rejoin feature
- Added ability to hide and show online players for players who are playing in the game
JavaDocs: https://timsixth.pl/javadocs/minigame_api/2.0.0-alpha1/
Documentation: https://timsixths-plugins.gitbook.io/minigameapi-docs/v/2.0.0-alpha1
Changes:
- From now commands module is separated module
- Addons system marked as deprecated (for removal in 2.0.0)
- Added modules system
- Added SQL Module (Support for MySQL and SQLite as separated module)
- Library configuration is simpler
- From now not more calling init method in constructor
- Arenas models has been optimized
Change log:
Added timers (XpTimer and SimpleTimer)
Added custom options to the arena
Deleted deprecated files and methods
What are the timers?
Timer or task is BukkitRunnable implementation.
There are two types of timers XPTimer, the countdown is displayed on the player level bar
In the second SimpleTimer, the countdown is displayed on the player's chat
