-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Jack edited this page May 15, 2026
·
1 revision
- Server: Spigot, Paper, Purpur, or Folia (1.20+)
-
Dependencies:
- GriefPrevention (Required)
- Vault (Optional, for economy features)
- GP3D (Optional, for enhanced mailbox support)
- Download the latest release from GitHub Releases
- Place the
GPExpansion.jarfile in your server'splugins/folder - Restart your server
- Configure settings in
plugins/GPExpansion/config.yml - Set up permissions for your players
After installation, GPExpansion will create:
-
plugins/GPExpansion/config.yml- Main configuration -
plugins/GPExpansion/lang.yml- Language/messages file -
plugins/GPExpansion/data/- Data storage directory
Edit config.yml to customize:
# Economy settings
defaults:
currency: money # money, xp, claimblocks, items
tax-enabled: false
# Mailbox protocol (auto-detected if GP3D is present)
mailbox-protocol: virtual # or 'real' for GP3D subdivisions
# Sign creation limits
defaults:
max-rent-signs-per-claim: 1
max-mailbox-signs-per-claim: 1
max-sell-signs-per-claim: 1
max-self-mailboxes-per-claim: 3| Command | Description |
|---|---|
/claim list |
View your claims with GPExpansion features |
/rentclaim |
Start the rental sign setup wizard |
/mailbox |
Start the mailbox setup wizard |
/sellclaim |
Start the sell sign setup wizard |
| Command | Description |
|---|---|
/gpx reload |
Reload configuration |
/gpx debug |
Toggle debug mode |
/gpx max <type> <action> <player> <amount> |
Modify player limits |
To verify GPExpansion is working:
- Run
/claim- Should show the enhanced claim menu (if GUI is enabled) - Place a
[rent]sign - Should activate as a rental sign - Check console for "GPExpansion enabled" message
- Learn about Rental Signs
- Set up Mailboxes
- Configure Sign Protection
- Review Permissions