⌨️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>/global [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.
The global arg means set buy/sell times for {buy-times-server}
or {sell-times-server}
placeholer, not means set buy/sell times for all players.
It is impossible to set all player data at once through commands in UltimateShop. Because assuming your server has hundreds of thousands of player data, without excellent performance optimization code, the server will immediately crash. You may see very few economy plugins or item plugins providing this feature, but they are selling it as a selling point. We have not declared ourselves providing this feature on any occasion, and this feature will not be added in the future because it is very time-consuming and not very meaningful. You can achieve similar functions through the auto reset function, and relevant information can be viewed on this page.
/shop addbuytimes/addselltimes <shopID> <productID> <player>/global <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 saveitem <itemID>
Save your hold items.
Require ultimateshop.saveitem
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