
GriefPrevention3D
A fork of GriefPrevention that adds 3D subdivisions
Список изменений
GriefPrevention3D v18.1.9
Wiki: GriefPrevention3D Wiki
New Features
9 New Locale Files
Eight new languages added, expanding from 3 to 12 supported locales:
| Locale | Language |
|---|---|
fr_FR | French |
de_DE | German |
ru_RU | Russian |
zh_CN | Chinese (Simplified) |
ja_JP | Japanese |
pl_PL | Polish |
tr_TR | Turkish |
uk_UA | Ukrainian |
en_PT | English (Pirate Speak ☠️) |
Per-player locale will now automatically match the user's Minecraft client language setting for all new locales. All locale files are bundled — no manual file copying required.
Allium Integration for Tab Completion
When the Allium plugin (with PartyManager) is installed and enabled, tab completions for player names now use Allium's visibility-aware list instead of Bukkit's raw online player list. This means:
- Genuinely vanished players are excluded from tab completion
- Distance-hidden players (in party by distance) are still included
- Falls back to default Bukkit behavior when Allium is absent or disabled
Implemented via reflection — zero hard dependency on Allium.
Manage-Permission Subdivision Creation
Players with Manage permission on a claim can now create subdivisions inside it, even without Edit permission. This lets server owners grant subdivision management to trusted players without giving them full build/edit rights over the parent claim.
- Works with shovel right-click (both
ClaimToolDispatcherandPlayerEventHandlerpaths) - The creating player is automatically added as a manager of the new subdivision so they can further subdivide or manage permissions (cascading trust)
- Subdivision visualization now correctly draws the initial zone marker for non-3D subdivisions
Fixes
- Missing visualization on non-3D subdivision start: Fixed a bug where starting a subdivision in normal (2D) mode would not show the initial block visualization
