- 1.20.4 (api update spigot and paper)
- Added new placeholder! %albattlepass_exp_<level>% return the require exp of certain level example: %albattlepass_exp_1% return the amount of exp you need to level 1
- Updated HikariCP from 5.0.1 to 5.1.0
- Prevent an issue if you don't have any battlepass as active
- Prevent an issue if you remove the active battlepass file
PlaceholdersAPI Integration:
- Implemented support for PlaceholdersAPI in the rewards GUI:
- Display Name: Now supports PlaceholdersAPI, enhancing customization.
- Lore: Enhanced with PlaceholdersAPI support, allowing for dynamic content within the rewards GUI.
- Added enchanted option on items
YAML:rewards: 0: premium: commands: - "give %player% paper 1" displayitem: material: "PAPER" customdata: 100 name: "<gray>Level 0 (Premium)" enchanted: true lore: - "<yellow>This is a premium reward" free: commands: - "give %player% paper 1" displayitem: material: "PAPER" customdata: 100 enchanted: false name: "<gray>Level 0 (Free)" lore: - "<gray>This is a free reward"
I have made a lot of improvements to updatechecker because a lot of people don't update the plugin:
![]()
- Added new Display item section! now you can modify previous page and next page
- Improved some parts of code
- Changed display items of main page of editor.
