- documentadmin openregistration command requested on discord
- You can now disable metrics in config.yml
IMPORTANT - Required Dependency
You must download and install the CommandAPI plugin for this version to work:
- Download CommandAPI from: https://www.spigotmc.org/resources/commandapi.62353/
- Place the CommandAPI jar file in your server's plugins folder
- Restart your server
New config option:
# Prevent giving documents to players in spectator mode (GM3)
# When enabled, players in spectator mode cannot receive documents
# This prevents exploiting document giving to detect invisible/spectating players
prevent-spectator-document-giving: true
Version Update
- Fixed registration GUI reopening spam when auto-registration is disabled (open-register-onjoin: false)
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
New Config Options:
- Now you can right click with documents item and see your document
- improvements to code
- new configuration options
- Improved error handling and parsing robustness
documents_item_gui:
gui_type: "chest" # or "shulkerbox"
- Fixxed an issue with show documents gui
- Version support 1.21.8
- Small improvements
