Added disable command and fixed permissions, closes #15
This commit is contained in:
parent
fb2f6da9cf
commit
74b4ce38fb
3 changed files with 54 additions and 12 deletions
|
@ -6,4 +6,20 @@ author: SBDeveloper
|
|||
softdepend: ["Vault"]
|
||||
commands:
|
||||
v10lift:
|
||||
description: The V10Lift Command
|
||||
description: The V10Lift Command
|
||||
permissions:
|
||||
v10lift.admin:
|
||||
description: The full power admin permission
|
||||
default: op
|
||||
v10lift.build:
|
||||
description: The permission to build a lift
|
||||
v10lift.reload:
|
||||
description: Reload the plugin
|
||||
v10lift.repair:
|
||||
description: Repair a lift
|
||||
v10lift.disable:
|
||||
description: Disable a lift
|
||||
v10lift.start:
|
||||
description: Start a lift
|
||||
v10lift.stop:
|
||||
description: Stop a lift
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue