
GriefPrevention3D
A fork of GriefPrevention that adds 3D subdivisions
Список изменений
GriefPrevention3D v17.5.2
Wiki: https://github.com/castledking/GriefPrevention3D/wiki
Highlights
- Removed command registration console noise when debug is off - Alias and standalone command setup messages now respect the debug logging setting instead of printing every startup.
- Restored legacy claim block command tab completion -
/acb,/adjustbonusclaimblocks,/scb, and related legacy commands now complete online player names and amount arguments again. - Lowered the declared Bukkit API version to 1.20 - Paper 1.20.6 no longer rejects the plugin for declaring
api-version: 1.21.
Bug Fixes
The unified command registration path was logging every command initialization and standalone registration at normal info level. Those messages are now routed through debug logging, so production consoles stay quiet unless debug logging is enabled.
Legacy standalone claim block commands were registered without tab completion metadata after the unified command work. They now provide player-name completion for player-targeted commands and numeric completion for amount arguments.
The plugin descriptor now declares api-version: "1.20" instead of 1.21, allowing the same jar to load on supported 1.20.x servers while still running on newer servers.
Pairing
This release pairs with GPExpansion v1.1.1 for the new claim block accrual profile controls documented at:
https://github.com/castledking/GPExpansion/wiki/Claim-Block-Accruals
Migration
No data migration required. Existing configs are unchanged.
