Commands & Permissions
This plugin works out-of-the-box without any permission configuration (hot-reloading may cause default permissions to fail)
For lower versions, use tab completion to see available options. Versions 1.12+ will show automatic suggestions.
# 5.x Permissions
| Permission | Description | Default Access |
|---|---|---|
| playerTitle.reward | Title quantity rewards | op |
| playerTitle.buff | Title buff related | op |
| playerTitle.buff.ignoreWorld | Ignore world-based disabled attribute restrictions | op |
| playerTitle.card | Title cards related | op |
| playerTitle.coin | Title currency related | op |
| playerTitle.convert | Convert database | op |
| playerTitle.getIp | Get server information | op |
| playerTitle.particle | Title particles related | op |
| playerTitle.player | Player titles related | op |
| playerTitle.reload | Reload plugin | op |
| playerTitle.title | Titles related | op |
| playerTitle.view | View management | op |
| playerTitle.open | Title storage | all |
| playerTitle.shop | Title shop | all |
| playerTitle.clear | Clear data | op |
| playerTitle.shop.custom | Custom title | all |
# 5.x Commands
| Command | Description |
|---|---|
| /plt reward [title quantity] [type] [amount] | Add rewards for the specified title count |
| /plt buff add [title ID] [buff type] [buff attribute] (description) (apply position) | Add title buff |
| /plt buff del [title ID] | Delete title buff |
| /plt buff edit [BUFF_ID] [buff attribute] (description) (apply position) | Edit title buff |
| /plt card create [title ID] [days] [amount] (player) | Create specified title cards |
| /plt card random [title type] [days] [amount] (player) | Create random title cards |
| /plt coin give [player] [amount] | Give title coins to a player |
| /plt coin set [player] [amount] | Set a player's title coins |
| /plt coin take [player] [amount] | Take title coins from a player |
| /plt coin look [player] | View a player's title coins |
| /plt convert [mysql|sqlite] | Convert data storage type |
| /plt getIp | Get server address |
| /plt particle add [title ID] [particle type] [particle args...] | Add title particle effect |
| /plt particle del [title ID] | Delete title particle effect |
| /plt player add [player] [title name] (days) | Add player title |
| /plt player set [player] [title ID] (days) | Set player title |
| /plt player list [player] | View player titles |
| /plt player del [title ID] [player] | Delete player title |
| /plt player stop [player] (all|show|buff|particle) | Stop a player from using a title |
| /plt reload | Reload plugin |
| /plt title add [purchase type] [title name] (permission/price) (days) (visible) (description) | Add title |
| /plt title del [title ID] | Delete title |
| /plt title list | View title list |
| /plt title import | Import titles |
| /plt title desc [title ID] [description] | Edit title description |
| /plt title export | Export titles |
| /plt title position [title ID] [position code] | Set title display position |
| /plt title require [title ID] [purchase type] (price/permission/event name) (multi-currency type) | Add title acquisition requirement |
| /plt clear [title|player|buff|particle|reward] | Clear corresponding data type |
| /plt view reward | View reward management GUI |
| /plt view shop | View shop management GUI |
| /plt view open [player] | View player title storage |
| /plt shop | Open title shop GUI |
| /plt shop (custom) | Open custom title input |
| /plt open | Open title storage GUI |
[] Required () Optional
# 4.x Permissions
| Permission | Description | Default Access |
|---|---|---|
| playerTitle.addReward | Add title quantity rewards | op |
| playerTitle.buff | Title buff related | op |
| playerTitle.card | Title cards related | op |
| playerTitle.coin | Title currency related | op |
| playerTitle.convert | Convert database | op |
| playerTitle.getIp | Get server information | op |
| playerTitle.particle | Title particles related | op |
| playerTitle.player | Player titles related | op |
| playerTitle.reload | Reload plugin | op |
| playerTitle.title | Titles related | op |
| playerTitle.view | View management | op |
| playerTitle.open | Title storage | true |
| playerTitle.shop | Title shop | true |
| playerTitle.clear | Clear data (3.0.6+) | op |
| playerTitle.shop.custom | Open custom title function (4.5.7+) | true |
| playerTitle.buff.ignoreWorld | Ignore world-based disabled attribute restrictions (4.12.0+) | op |
# 4.x Commands
| Command | Description |
|---|---|
| /plt addReward [quantity] [type] [amount] | Add rewards for specified title quantity |
| /plt buff [addBuff/deleteBuff] | Add/Delete buffs |
| /plt card [create/random] | Create/Random title cards |
| /plt coin [give/set/take/look] [player] [amount] | Give/Set/Take player's title coins |
| /plt convert [type] | Convert data (mysql or sqlite) |
| /plt getIp | Get server address |
| /plt particle [addParticle/deleteParticle] | Add/Delete particles |
| /plt player [addTitle/setTitle/listTitle/deleteTitle] | Add/Set/View/Delete player titles |
| /plt reload | Reload plugin |
| /plt title [add/delete/list/import/description] | Add/Delete/View/Import/Describe titles |
| /plt view [type] (player) | View and manage corresponding GUI |
| /plt shop | Open title shop GUI (optional type parameter, default all) |
| /plt open | Open title storage GUI |
| /plt clear [type] | Clear data (3.0.6+) |
[] Required () Optional
# Special Notes
clear parameter explanation (3.0.6+)
ALWAYS BACKUP YOUR DATA BEFORE USING CLEAR COMMAND!!!
| Command | Description | Warning Level |
|---|---|---|
/plt clear title | Clears ALL title data from the plugin | ⚠️ Extreme Caution |
/plt clear player | Clears ALL players' title data | 🔴 High Risk |
/plt clear buff | Clears ALL title buff data | 🔴 High Risk |
/plt clear particle | Clears ALL title particle effect data | 🔴 High Risk |
/plt clear reward | Clears ALL title quantity reward data | 🔴 High Risk |