Add New Titles
# ๐ Add Title Command
/plt title add [type] [name] [price] (days) (hidden) (description)
# Title Types
not
: No conditionsvault
: Vault economyplayerPoints
: PlayerPointscoin
: Title coinsitemStack
: Itemspermission
: Permissionsactivity
: Events
# Price/Quantity
- For vault/playerPoints/coin: Purchase price
- For items: Required quantity (must hold item in main hand)
- Other types: Not used
# Duration
- Days the title will be available (positive integers only)
0
means permanent
# Visibility
false
: Hidden (won't appear in/plt shop
)true
: Visible
# Description
- Use commas
,
for line breaks in description
# Important Notes
[]
Required,()
Optional
# ๐ Examples
# 1. Free Title (Players can claim in shop)
/plt title add not &eFree Title 0 0 true This is the description,Second line
# 2. Economy Title (Costs 666 for 6 days, requires Vault)
/plt title add vault &eEconomy Title 666 6 true Economy title
# 3. PlayerPoints Title (Costs 666 points, hidden, requires PlayerPoints)
/plt title add playerPoints &ePoints Title 666 0 false Hidden points title
# 4. Diamond Sword Title (Exchange 1 diamond sword)
/plt title add itemStack &eSword Title 1 0 false Must hold diamond sword
# 5. Title Coin Title (Costs 666 coins for 6 days)
/plt title add coin &eCoin Title 666 6 true Title coin purchase
# 6. Permission Title (Auto-granted with 'test' permission)
/plt title add permission Permission Title test Description,Automatically granted
# 7. Event Title (Only OP can grant, cannot purchase)
/plt title add activity Event Title 0 0 true OP-only event title
# ๐ How to Directly Give Titles
- Add new title and give player for 30 days (creates hidden title)
/plt player addTitle player1 &eCustom Title 30
- Set existing title ID 1 for 30 days
/plt player setTitle player1 1 30
# ๐๏ธ How to Import Titles from YML
- Configure
import.yml
first - Set
enable: false
- will auto-change totrue
after import (cannot re-import) - Run
/plt title import
# ๐ค How to Export Titles to YML (3.1.4+)
- Run
/plt title export
- All titles export to
export.yml
Note: Title prefixes/suffixes will also export!
# ๐ How to Manage Existing Titles
/plt view shop
lastUpdated: 2025-08-12 12:59:26