-
Notifications
You must be signed in to change notification settings - Fork 5
Permissions
Chase Greco edited this page Jun 22, 2017
·
9 revisions
| Command | Permission |
|---|---|
| /shop select | playershopsrpg.commands.select |
| /shop create | playershopsrpg.commands.create |
| /shop destroy | playershopsrpg.commands.destroy |
| /shop browse | playershopsrpg.commands.browse |
| /shop buy | playershopsrpg.commands.buy |
| /shop rent | playershopsrpg.commands.rent |
| /shop item create | playershopsrpg.commands.item.create |
| /shop item destroy | playershopsrpg.commands.item.destroy |
| /shop item add | playershopsrpg.commands.item.add |
| /shop item remove | playershopsrpg.commands.item.remove |
| /shop item set | playershopsrpg.commands.item.set |
| /shop item buy | playershopsrpg.commands.item.buy |
| /shop item sell | playershopsrpg.commands.item.sell |
| /shop manager add | playershopsrpg.commands.manager.add |
| /shop manager remove | playershopsrpg.commands.manager.remove |
| /shop set name | playershopsrpg.commands.set.name |
| /shop set owner | playershopsrpg.commands.set.owner |
| /shop set owner none | playershopsrpg.commands.set.ownernone |
| /shop set type | playershopsrpg.commands.set.type |
| /shop set price | playershopsrpg.commands.set.price |
| /shop set rent | playershopsrpg.commands.set.rent |
| /shop set currency | playershopsrpg.commands.set.currency |
| /shop set unlimited | playershopsrpg.commands.set.unlimited |
| /shop balance withdraw | playershopsrpg.commands.balance.withdraw |
| /shop balance deposit | playershopsrpg.commands.balance.deposit |
In addition to the above command permissions, PlayerShopsRPG also has two bypass permissions to allow server admins to bypass shop owner and manager checks.
| Bypass Level | Permission |
|---|---|
| Manager | playershopsrpg.bypass.manager |
| Owner | playershopsrpg.bypass.owner |
Note: Owner level bypass implies manager level bypass.