
Documents | BEDROCK SUPPORT! 1.0.61
Add identity card into your minecraft server
1.0.58
May 21, 2025
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
1.0.57
Mar 13, 2025
Document Item improved
- Document items now support PlaceholderAPI placeholders.
- Minor improvements to the DocumentsItem class.
1.0.52
Nov 16, 2024
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
1.0.51
Nov 14, 2024
Fixxed backwards compatibility
- Improved Spigot compatibility
- Fixxed backwards compatibility caused by 1.21.3 update
- Small general improvements
1.0.49
Aug 30, 2024
Admin commands improvements
- Added permission foreach admin command
- Check the new command wiki: https://docs.anotherlevel.it/documentation/documents/commands
1.0.47
Aug 3, 2024
Code Refactoring and New Features
- Internal Code Cleanup: Refactored and reorganized internal classes and various handling mechanisms to improve code maintainability and efficiency.
- Bedrock Edition Enhancements: Made several adjustments to optimize code specific to the Bedrock Edition.
- New Cooldown Feature: Introduced a feature allowing users to set a customizable cooldown period for document handovers.
1.0.46
Aug 3, 2024
Dependency Upgrades and Minor Fixes
- Updated Dependencies: Upgraded various system dependencies to their latest versions for improved stability and performance.
- Config Reload Bug Fix: Resolved an issue where the config.yml file was not properly reloaded during a system reload.
- Minor Enhancements: Implemented several small improvements for better user experience and system efficiency.
1.0.45
Jun 25, 2024
New sound system, improvements and bug fix!
Please note: This update has been tested on version 1.20.4. It is not recommended to use version 1.21.
- New Sound System: You can now define specific success and error sounds when registering documents.
- GUI Improvements: The graphical user interface has been enhanced and is now fully implemented using a library.
- Code Enhancements: Extensive refactoring and code cleaning have been performed for better efficiency and readability.
- Bug Fixes: Resolved an issue that caused the document registration menu to reopen after an undefined period.
- Gradle Update: Upgraded to Gradle 8.8.
- AnvilGUI Update: Updated AnvilGUI to version 1.9.6-SNAPSHOT.
1.0.43a
Jun 11, 2024
Update libraries
- Updated inventory framework
- Updated JDA to beta 20 to beta 24. (Will be replaced soon)