-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Jack edited this page Jun 6, 2026
·
2 revisions
- 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:
# Sign limits
signs:
rent:
limits:
max-signs: 5
sell:
limits:
max-signs: 5
mailbox:
protocol: virtual # or 'real' for GP3D subdivisions
limits:
max-signs: 5
max-self-mailboxes-per-claim: 1
global:
limits:
max-claims-per-player: 1
# Tax percentage on transactions
tax:
percent: 5
account-name: "Tax"| 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