File Details
GriefPrevention3D v18.2.6
- R
- Jul 5, 2026
- 933.15 KB
- 2
- 26.2+45
File Name
GriefPrevention3D.jar
Supported Versions
- 26.2
- 26.1.2
- 26.1.1
- 26.1
- 1.21.5-Snapshot
- 1.21.11
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.4
- 1.21.3
- 1.21.2
- 1.21.1
- 1.21
- 1.20.3-Snapshot
- 1.20.5-Snapshot
- 1.20.6
- 1.20.5
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
- 1.17
- 1.16
- 1.15
- 1.14
- 1.13
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8.3
- 1.8.1
- 1.8
v18.2.6: Sync PvP toggle message keys across all non-English locales
GriefPrevention3D v18.2.6
Wiki: https://github.com/castledking/GriefPrevention3D/wiki
Highlights
PvP toggle messages synced in every non-English locale
The 16 PvP-toggle message keys introduced in v18.2.5 had only been added to the
default messages.yml and messages_en.yml. The 12 non-English locale files still
carried the old single _NoFee / _WithFee keys and were missing the new split / state
/ error / usage keys, causing every PvP toggle prompt (confirmation, fee, success, error)
to silently fall back to English on a non-English server.
This release adds all 16 new keys, with localized translations, in:
messages_de_DE.yml(German)messages_es.yml(Spanish)messages_fr_FR.yml(French)messages_ja_JP.yml(Japanese)messages_ms_MY.yml(Malay)messages_pl_PL.yml(Polish)messages_pt_BR.yml(Portuguese - Brazil)messages_ru_RU.yml(Russian)messages_tr_TR.yml(Turkish)messages_uk_UA.yml(Ukrainian)messages_zh_CN.yml(Chinese - Simplified)messages_en_PT.yml(English - Pirate)
Message keys added
| Key | English default |
|---|---|
ConfirmPvpToggleEnabledNoFee |
Do you want to enable PvP in this {0}? |
ConfirmPvpToggleDisabledNoFee |
Do you want to disable PvP in this {0}? |
ConfirmPvpToggleEnabledWithFee |
Do you want to pay {0} to enable PvP in this {1}? |
ConfirmPvpToggleDisabledWithFee |
Do you want to pay {0} to disable PvP in this {1}? |
PvPToggleEnabled |
PvP enabled in this {0}. |
PvPToggleDisabled |
PvP disabled in this {0}. |
PvPToggleEnabledWithFee |
PvP enabled in this {0} for {1}. |
PvPToggleDisabledWithFee |
PvP disabled in this {0} for {1}. |
PvpToggleNotEnabled |
PvP toggle commands are not enabled. |
PvpToggleNotEnabledForClaimType |
PvP cannot be toggled in this type of claim. |
NoPendingPvpToggle |
No pending PvP toggle to confirm. |
PendingPvpToggleExpired |
Your pending PvP toggle has expired. Please try again. |
ConfirmPvpToggleInstruction |
Type /claim pvp {0} confirm or /claimpvpconfirm to confirm. |
PvpToggleUsage |
Usage: /claim pvp [true|false|on|off] [confirm] |
PvpToggleAlreadyEnabled |
PvP is already enabled in this {0}. |
PvpToggleAlreadyDisabled |
PvP is already disabled in this {0}. |
Fixes
Removes orphan PvP toggle keys from locales
The pre-v18.2.5 generic keys are no longer referenced by the plugin (the /claim pvp
flow now uses the four split _Enabled / _Disabled variants) and were removed from
all 12 non-English locale files so they match the default messages.yml:
ConfirmPvpToggleNoFee(removed)ConfirmPvpToggleWithFee(removed)