Configuration
The GriefPrevention Premium Addon config files and their key settings.
Everything lives under plugins/GriefPreventionPremiumAddon/ and is generated on first start. Four files:
| File | What it holds |
|---|---|
market-config.yml | Feature toggles and tuning. |
market-messages.yml | Every player-facing string (English by default; & and &#rrggbb colours). |
market-sounds.yml | Per-sound key + volume + pitch. |
heads.yml | The MC-head texture for each menu icon. |
market-config.yml
gui:
enabled: true # open the /claim GUI (false = vanilla GP behaviour)
teleport:
enabled: true # claim teleport (false = off)
delay-seconds: 5 # 5-4-3-2-1 countdown (0 = instant)
move-threshold: 0.15 # horizontal movement that cancels it
vertical-threshold: 0.30 # vertical movement that cancels it
pvp:
countdown-seconds: 60
toggle-cooldown-seconds: 30
combat-tag-seconds: 15
inactivity:
enabled: true # auto-delete claims of long-absent owners
threshold-days: 7
bossbar-seconds: 60
claim-lockout:
enabled: true # deleted/expired land stays locked
seconds: 2700 # 45 minutes
preview: # green particle border
duration-seconds: 60
interval-ticks: 15
sale:
min-price: 1.0
max-price: 1000000000.0
| Section | Key | Meaning |
|---|---|---|
gui | enabled | Master switch for the GUI; false falls back to vanilla GP. |
teleport | delay-seconds | Countdown before warping to a claim (0 = instant). |
teleport | move-threshold / vertical-threshold | How far you can move before it cancels. |
pvp | countdown-seconds | Delay before claim PvP turns on. |
pvp | combat-tag-seconds | How long fighters stay combat-tagged. |
inactivity | threshold-days | Days of absence before a claim is auto-deleted. |
claim-lockout | seconds | How long deleted land stays locked (default 45 min). |
preview | duration-seconds | How long the green border shows. |
sale | min-price / max-price | Bounds on a claim’s listing price. |
Other files
market-messages.yml— all chat, action-bar, bossbar, GUI titles/buttons/lore, teleport and WorldGuard text. Translate it to any language.market-sounds.yml— e.g. the teleport countdown tick (block.note_block.hat) and warp (entity.enderman.teleport).heads.yml— paste your own MC-head textures for menu icons (trusted_claims,my_claims,market, …).