
GriefPrevention3D
A fork of GriefPrevention that adds 3D subdivisions
Список изменений
GriefPrevention3D v17.5.1
Wiki: https://github.com/castledking/GriefPrevention3D/wiki
Highlights
- Added configurable
/claimand/aclaimfallbacks -alias.ymlcan now define which subcommand runs when a player executes the root command without arguments, such asfallback: 'help'. - Fixed configurable claim help entries -
ClaimHelpEntryandAClaimHelpEntryinmessages.ymlnow control the formatting of each/claim helpand/aclaim helprow. - Allowed messages to be disabled with empty strings - Leaving a message blank now suppresses it instead of sending a visually empty chat line.
Bug Fixes
Blank help-related messages are no longer restyled into color-only or newline-only strings during message loading. This lets server owners disable any configured message by setting it to an empty string.
The unified claim help renderer now uses the ClaimHelpEntry and AClaimHelpEntry message templates instead of hardcoding each help row. This allows server owners to change colors, separators, and row formatting from messages.yml.
Configuration
alias.yml now supports a root command fallback option:
commands:
claim:
fallback: 'help'
aclaim:
fallback: 'help'
Leave fallback empty to keep the previous built-in root command behavior.
Migration
No data migration required. Existing alias.yml files will continue to work; add fallback: 'help' under commands.claim or commands.aclaim if you want root commands to open help by default.
