Commands and Permissions

Commands and Permissions

Remember that slots are counting from 0 to 53! Shops are referenced by a unique ID, which is not the displayname but the id you define while creating a shop.

is.command.* gives acces to all commands.

/is - shows a list of all commands

/is save - saves shops to file

Permission: is.command.save

/is reload - reloads config and shops from file

Permission: is.command.reload

/is open <shop> - opens a shop

Permission: is.command.open

/is open <shop> <player> - opens a shop for another player

Permission: is.command.open.other

/is listshops - lists all shops

Permission: is.command.listshops

/is addshop <id> <displayname> - adds a shop

Permission: is.command.addshop

/is removeshop <shop> - removes a shop

Permission: is.command.removeshop

/is get <shop> [slot] - gives you the items from <shop>

Permission: is.command.get

/is edit <shop> <slot|costs|gains> <slot> - replaces the item in <shop> on <slot> with the item you're holding

Permission: is.command.edit

/is money <shop> <slot> <money> - sets <money> of <slot> in <shop>

Permission: is.command.money

/is message <shop> <slot> <message> - sets the message the player will get when trading an item

Permission: is.command.message

/is maxtrades <shop> <amount> - sets the amount of maximum trades (0, to disable it)

Permission: is.command.maxtrades

/is clear <shop> [slot] - clears shop or specified slot

Permission: is.command.clear

/is permission <shop> <list|add|remove> [permission] - edit permission needed to use the shop

Permission: is.command.permission


Comments

Posts Quoted:
Reply
Clear All Quotes