Commands
/shop menu <menuID>/<shopID>
Open common menu or shop menu.
Require ultimateshop.menu
permission.
For console, should extra add <player>
arg at the end of command, like /shop menu test Player1
.
Support add -b
at the end of the command to bypass menu open condition check. (Premium version only)
/shop quickbuy <shopID> <productID> [amount]
Quick purchase item.
Require ultimateshop.quickbuy
permission.
For console, should extra add <player>
arg at the end of command, like /shop quickbuy test A Player1
.
/shop quicksell <shopID> <productID> [amount]
Same as quickbuy, just replace quickbuy to quicksell.
amount
arg can be replaced to *
symbol, then plugin will auto sell all the items you can sell. (Premium version only)
/shop reload
Reload the plugin, some configs need you restart server.
Require ultimateshop.reload
permission.
/shop givesellstick <itemID> <playerID> [amount] (Premium version only)
Give specifeid player specified amount (if not set, default to 1) sell stick.
Require ultimateshop.givesellstick
permission.
/shop setbuytimes/setselltimes <shopID> <productID> <player> [times]
Set player's specified product buy times to specified value.
Require ultimateshop.setbuytimes
permission.
If didn't set times arg, we will think you are trying to reset the buy/sell times.
productID
arg can be replaced to *
symbol, then plugin will auto pick up all product in specified shop. (Premium version only)
setselltimes
is similar to setbuytimes here.
/shop addbuytimes/addselltimes <shopID> <productID> <player> <times>
Add specified value to player's specified product buy times.
Require ultimateshop.addtbuytimes
permission.
productID
arg can be replaced to *
symbol, then plugin will auto pick up all product in specified shop. (Premium version only)
addselltimes
is similar to setbuytimes here.
/shop sellall
Open sellall menu.
Require ultimateshop.sellall
permission.
/shop generateitemformat
Generate hold item into Item Format at plugins/UltimateShop
folder.
Require ultimateshop.generateitemformat
permission.
/shop getplaceholdervalue <text> (Premium version only)
Parse input text to get placeholder value in it.
Require ultimateshop.getplaceholdervalue
permission.
/shop resetrandomplaceholder <placeholderID> (Premium version only)
Reset random placeholder value.
Require ultimateshop.resetrandomplaceholder
permission.
/shop setrandomplaceholder <placeholderID> [element] (Premium version only)
Set random placeholder value.
Different from resetrandomplaceholder, setrandomplaceholder won't reset refresh time and allow users pick specifeid element.
Support add -b
at the end of the command to bypass element exist check, which means you can set the custom element you'd like. For example, my random placeholder only have A,B,C
total 3 elements, if I type D as element here, plugin will print error message, if you add -b
suffix, then the placeholder value will be set to D and plugin never print error message, but it is not recommended.
Require ultimateshop.setrandomplaceholder
permission.
/shop editor (Premium version only)
Open shop editor.
Require UltimateShopEditor addon plugin, download it at SpigotMC.
Require ultimateshop.editor
permission.
Last updated