- New explainations on configs
- A lot of Bug fix
- New add reward options
New configuration in config.yml:
# Message notification settings
# You can disable messages and customize sounds for each notification type
message-notifications:
# Default sound for all messages (can be overridden per message type)
default-sound:
enabled: true
name: BLOCK_NOTE_BLOCK_BELL
volume: 0.5
pitch: 1.0
# Experience gain notification
exp-gain:
message-enabled: true
sound:
enabled: true
name: BLOCK_NOTE_BLOCK_PLING
volume: 0.3
pitch: 1.2
# Level up notification
level-up:
message-enabled: true
sound:
enabled: true
name: ENTITY_PLAYER_LEVELUP
volume: 1.0
pitch: 1.0
- Optimizations with Message options cache
- Dependencies update
- Removed legacy colors from some admin messages
- Removed display_item section in battlepass rewards system
- Added commands support for display-items
# commands:
# - "player: say Hello!" # Player executes /say Hello!
# - "console: give %player% diamond 1" # Console gives diamond to player
# - "close" # Closes the GUI
Auto-Switch Feature (Premium)
Automatic Battlepass Switching: Premium users can now configure battlepasses to automatically switch to the next season when the current one expires, with configurable next battlepass or auto-detection of available seasons.
