Improvements to config values
Improvements to config values
registration reopening
- Fixed registration GUI reopening spam when auto-registration is disabled (`open-register-onjoin: false`)
New config option
New option:
# Enable or disable showing documents when clicking on another player
# When enabled, right-clicking while looking at another player will show them your documents
# When disabled, right-clicking will always show your own documents regardless of where you're looking
show-document-on-player-click: true
Documents Item improvement
- Now you can right click with documents item and see your document
- improvements to code
- new configuration options
- Improved error handling and parsing robustness
New Config Options:
documents_item_gui:
gui_type: "chest" # or "shulkerbox"
Version update and fix
- Fixxed an issue with show documents gui
- Version support 1.21.8
- Small improvements
Fixxed parsing messages, and more
Fixxed parsing messages, and more
Legacy color support and optimizations
Legacy color support and optimizations
Improvements
- New "hide_player_inventory" system you can now hide player inventory in certain gui,
- Gender menu now support decorative items
- Other small improvements
- Dependencies updated
- Version support
Document Item improved
- Document items now support PlaceholderAPI placeholders.
- Minor improvements to the DocumentsItem class.
Internal changes to PlayerData
Internal changes to PlayerData
Improvements
Improvements to cache system
Updated dependencies
- Updated dependencies
- cleanup
New sounds format
# Sound effects for plugin actions.
# Resources for sound IDs:
# - Modern: https://minecraft.wiki/w/Sounds.json
#
# Format examples:
# - Using full namespace: "minecraft:block.note_block.pling"
# - Using full namespace: "minecraft:entity.villager.no"
sounds:
success: "minecraft:block.note_block.pling" # Sound for successful actions
wrong: "minecraft:entity.villager.no" # Sound for failed actions
Fixxed backwards compatibility
- Improved Spigot compatibility
- Fixxed backwards compatibility caused by 1.21.3 update
- Small general improvements