| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| GriefPrevention.jar | 2026-02-03 | 652.6 kB | |
| 17.1.1 source code.tar.gz | 2026-02-03 | 306.5 kB | |
| 17.1.1 source code.zip | 2026-02-03 | 386.6 kB | |
| README.md | 2026-02-03 | 1.2 kB | |
| Totals: 4 Items | 1.3 MB | 0 | |
Overview
- fix: New standalone master switch and fixes for alias.yml
What to edit in alias.yml (in plugins/GriefPreventionData/) to use the new options. Reload with /gpreload after changes.
1. Global Toggles (top of file)
:::yaml
# Master switch: false = no alias system, use default English command names
enabled: true
# Standalone commands: false = only /claim and /aclaim (or their translations) exist
# No /trust, /trapped, /abandonclaim, etc. – use /claim trust, /claim trapped, etc. instead**
standalone: true
2. Root command names (claim / aclaim)
Under commands: → claim: or aclaim: use the commands: list. Every entry is a full root command (not just the first one).
Example – allow both /claim and /claims:
:::yaml
commands:
claim:
enable: true
commands: [claim, claims] # /claim create and /claims create both work
# ...
aclaim:
enable: true
commands: [aclaim, aclaims] # /aclaim restore and /aclaims restore both work
# ...
Full changelog: 17.1.0...17.1.1