Version 1.4
Added
- Support for Oraxen custom items.
- Support for ItemsAdder custom items (not tested yet as I don't own the plugin).
- Support for MiniMessage in all strings (legacy formatting will be removed in a future release, the API will use only Adventure components).
- Item lists as WHITELIST, BLACKLIST and NONE along with custom items support.
Fixed
- Some calls to format strings were being made twice.
Note
If you can't find some options, try deleting your config.yml
file and restarting your server, or add them manually. Latest config.yml
Version 1.3.1
Added
- Support for older Minecraft versions (1.8+). ProtocolLib is needed for 1.9.4 and earlier.
Fixed
- Help commands hadn't colors.
- Dead players were able to get random items.
Version 1.3
Added
- PlaceholderAPI support
- PlaceholderAPI internal expansion
- Bstats statistics implemented
- Per-gamemode random items disabler
Modified
- Optimized plugin (public GitHub repository soon)
Version 1.2.1
Optimizations
- Improved the efficiency of the random items timer for better performance.
- Made several minor adjustments to enhance overall optimization and user experience.
Version 1.2
Added
- Implemented world lists functionality, allowing server owners to specify whitelist, blacklist, or not used in the
worlds
section of the config.yml file.
Fixed
- Solved a bug in which items were not properly delivered to players when their inventories were full, resulting in an error.
Version 1.1
Added
- Introducing the new
action_bar_seconds
setting, providing the flexibility to display the action bar selectively based on remaining time.
Fixed
- Resolved the issue with the
allow_action_bar
setting, ensuring it now functions as expected.