- [NEW FEATURE] Sound system in battlepass rewards gui!
- Now you can set and customize all sound from any action on battlepass gui
- The new config part will be auto generated on start, if you want you can copy and paste this to conifg.yml
YAML:custom_sounds: enabled: true # This sound is used when player click a premium slot # without premium permission no-premium-permission-sound: enabled: true name: BLOCK_ANVIL_LAND volume: 1.0 pitch: 1.0 premium-reward-claimed: enabled: true name: ENTITY_PLAYER_LEVELUP volume: 1.0 pitch: 1.0 reward-already-claimed: enabled: true name: ENTITY_VILLAGER_NO volume: 1.0 pitch: 1.0 free-reward-claimed: enabled: true name: BLOCK_NOTE_BLOCK_PLING volume: 1.0 pitch: 1.0 level-not-reached: enabled: true name: ENTITY_ENDERMAN_TELEPORT volume: 1.0 pitch: 1.0
- New battlepass info command
- Now /battlepass info its customizable in messages.yml
- Now /battlepass info user have a permission:
anotherlevel.battlepass.info.other
- Solved an issue that regenerate the config.yml every reload.
- Added Materials checker in Premium and free rewards gui.
- and prevented to add not existing materials.
- Added new message invalid-material
- Solved all bugs from Spigot version
- Updated the spigot version with all of newest updates
- Small improvements to code
