Changed Permission names
(I dont know why "dan" is not allowed because MultiWorld has "mw"...)
This commit is contained in:
parent
f7ea955a9a
commit
153b16ba85
16
plugin.yml
16
plugin.yml
|
@ -42,29 +42,29 @@ commands:
|
|||
- daninfo
|
||||
- danhelp
|
||||
permissions:
|
||||
dan:
|
||||
dayandnight:
|
||||
default: op
|
||||
description: Permission for all DayandNight commands.
|
||||
children:
|
||||
dan.day:
|
||||
dayandnight.day:
|
||||
default: op
|
||||
description: Permission to set the time to day.
|
||||
dan.night:
|
||||
dayandnight.night:
|
||||
default: op
|
||||
description: Permission to set the time to night.
|
||||
dan.set:
|
||||
dayandnight.set:
|
||||
default: op
|
||||
description: Permission to set the time to set.
|
||||
dan.rise:
|
||||
dayandnight.rise:
|
||||
default: op
|
||||
description: Permission to set the time to rise.
|
||||
dan.midday:
|
||||
dayandnight.midday:
|
||||
default: op
|
||||
description: Permission to set the time to midday.
|
||||
dan.midnight:
|
||||
dayandnight.midnight:
|
||||
default: op
|
||||
description: Permission to set the time to midnight.
|
||||
dan.info:
|
||||
dayandnight.info:
|
||||
default: op
|
||||
description: Permission to get all avaiable DayandNight commands.
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue