Added list permission, added setoffline command, closes #65
This commit is contained in:
parent
a1b1deaafe
commit
6662f74d4f
3 changed files with 53 additions and 6 deletions
|
@ -163,4 +163,8 @@ LiftSign:
|
|||
List:
|
||||
NoLifts: '&cThere are no lifts!'
|
||||
Header: '&6Lifts:'
|
||||
Lift: '&6- %Name%'
|
||||
Lift: '&6- %Name%'
|
||||
|
||||
SetOffline:
|
||||
Disabled: '&aThe lift is now offline!'
|
||||
Enabled: '&aThe lift is now online!'
|
|
@ -23,3 +23,7 @@ permissions:
|
|||
description: Start a lift
|
||||
v10lift.stop:
|
||||
description: Stop a lift
|
||||
v10lift.list:
|
||||
description: List all lifts
|
||||
v10lift.setoffline:
|
||||
description: Set a lift offline / online
|
Loading…
Add table
Add a link
Reference in a new issue