Commands and Permissions
This plugin requires no permission configuration by default, server owners can use it out of the box (hot-loading plugins may cause default permissions to be invalid)
For types mentioned below that you don't know, use tab completion in lower versions, versions 1.12+ will automatically remind
# Permissions
| Permission | Purpose | Default Owner |
|---|---|---|
| randomShop.reload | Reload plugin | op |
| randomShop.add | Add new item | op |
| randomShop.open | Open corresponding shop | true |
| randomShop.view | Manage items | op |
| randomShop.clear | Clear player shop | op |
| randomShop.getIp | Get IP | op |
| randomShop.convert | Convert database | op |
| randomShop.addAll | Batch add items to all rarities (1.0.9+) | op |
| randomShop.price | Modify price (1.1.5+) | op |
| randomShop.adminOpen | Admin open shop (1.4.4+) | op |
# Commands
| Command | Purpose |
|---|---|
| /rshop reload | Reload configuration |
| /rshop add [shopType] [buyType] [price] (quantity) (rarity) | Add item |
| /rshop open [shopType] (itemType) | Open shop interface |
| /rshop view [type] | Admin manage items |
| /rshop clear [type] | Clear player shop |
| /rshop getIp | Get IP |
| /rshop convert[MySQL-SQLite] | Convert data source |
| /rshop addAll [shopType] [buyType] [price] (quantity) (itemType) | Batch add items to all rarities (1.0.9+) |
| /rshop price [itemID] [price] | Modify price (1.1.5+) |
| /rshop adminOpen [shopType] (itemType) (player) | Admin open shop (1.4.4+) |
[] Required () Optional
# Special Notes
Shop Type Explanation
daySell: Today's Hot Sales
weekSell: This Week's Hot Sales
monthSell: This Month's Hot Sales
onlySell: Selling Shop
dayBuy: Today's Purchases
weekBuy: This Week's Purchases
monthBuy: This Month's Purchases
onlyBuy: Buying Shop
Purchase Type Explanation
point: Points
vault: Gold coins
Quantity Parameter Explanation
Quantity 0 means no purchase limit control, other numbers mean purchase limit control, for example 1 means can only buy once this refresh
Rarity Parameter Explanation
# Normal items (white &f
normal: 0.8
# Advanced items (blue) &1
advanced: 0.5
# Rare items (purple) &5
rare: 0.3
# Rarer items (pink) &d
rarer: 0.2
# Epic items (orange &e
epic: 0.1
# Mythical items (gradient) &e&l
mythical: 0.01
Item Type Explanation (1.0.9+)
Can customize each item's type in item.yml
For example, if you customize three types: building/pills/weapons
Daily hot sales will refresh according to these three types, can have 3 daily hot sales containing different items
Your daily/weekly/monthly shops are no longer single, can be expanded without limits