-
Notifications
You must be signed in to change notification settings - Fork 0
Sell Signs
Jack edited this page Jun 6, 2026
·
2 revisions
Sell signs allow claim owners to sell their claims to other players. The ownership transfers automatically upon purchase.
- Owner places a sell sign in or near their claim
- Buyer clicks the sign and confirms purchase
- GPExpansion transfers ownership to the buyer
- Payment is collected from the buyer
- Trust lists are cleared (configurable)
For signs placed within the claim being sold:
[sell]
<price>
With economy type:
[sell]
<ecoType>
<price>
Example:
[sell]
money
10000
For signs placed outside the claim, include the claim ID:
[sell]
<id>;<price>
With economy type:
[sell]
<id>;<ecoType>;<price>
Example:
[sell]
12345;money;10000
| Parameter | Description | Example |
|---|---|---|
<price> |
Sale price |
10000, 5000
|
<ecoType> |
Payment type |
money, xp, claimblocks, items
|
<id> |
Claim ID from /claim list
|
12345 |
| Type | Description |
|---|---|
money |
Vault economy currency (default) |
xp |
Experience points |
claimblocks |
GriefPrevention claim blocks |
items |
Items (configurable in config) |
Use /sellclaim [claimId] for an interactive setup:
- Run
/sellclaimwhile standing in a claim - Follow the chat prompts:
- Set the sale price
- Choose payment type
- Configure sign location
- Place the sign as instructed
When a buyer clicks a sell sign:
- Confirmation dialog appears with claim details
- Accept or Cancel the purchase
- On accept: Payment collected, ownership transferred
- Buyer becomes the new claim owner
- ✅ Claim ownership
- ✅ All claim blocks
- ❌ Subclaims (configure with
transfer-global-listing) - ❌ Trusted players list (cleared by default)
- ❌ Physical builds (already in the claim)
Sell signs are protected:
- Only the claim owner can break the sign
- Breaking cancels the sale
- No refunds for broken signs
| Permission | Description |
|---|---|
griefprevention.sign.create.sell |
Create sell signs |
griefprevention.buy |
Purchase claims from sell signs |
signs:
sell:
enabled: true
allow-item-payments: true
allow-money-payments: true
allow-claimblock-payments: true
allow-experience-payments: true
clear-trust-on-sale: true
transfer-global-listing: false
transfer-spawn-point: true
limits:
max-signs: 5| Limit | Default | Permission Override |
|---|---|---|
| Sell signs per player | 5 | griefprevention.sign.limit.sell.<number> |
| Command | Description |
|---|---|
/sellclaim |
Start sell sign setup for current claim |
/sellclaim <claimId> |
Start setup for specific claim |
Sign not activating?
- Check format matches supported formats
- Verify player has
griefprevention.sign.create.sellpermission - Ensure claim ID is correct for condensed format
Purchase failed?
- Buyer needs sufficient funds
- Verify buyer has
griefprevention.buypermission - Check if claim has active rentals (may block sale)
Want to cancel a sale?
- Simply break the sell sign
- No penalties for cancelling
- Set fair prices based on claim size and contents
- Clear valuable items before selling if not included
- Remove trusted players if you don't want them to stay
- Inform potential buyers of any rental agreements
