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
|
- daninfo
|
||||||
- danhelp
|
- danhelp
|
||||||
permissions:
|
permissions:
|
||||||
dan:
|
dayandnight:
|
||||||
default: op
|
default: op
|
||||||
description: Permission for all DayandNight commands.
|
description: Permission for all DayandNight commands.
|
||||||
children:
|
children:
|
||||||
dan.day:
|
dayandnight.day:
|
||||||
default: op
|
default: op
|
||||||
description: Permission to set the time to day.
|
description: Permission to set the time to day.
|
||||||
dan.night:
|
dayandnight.night:
|
||||||
default: op
|
default: op
|
||||||
description: Permission to set the time to night.
|
description: Permission to set the time to night.
|
||||||
dan.set:
|
dayandnight.set:
|
||||||
default: op
|
default: op
|
||||||
description: Permission to set the time to set.
|
description: Permission to set the time to set.
|
||||||
dan.rise:
|
dayandnight.rise:
|
||||||
default: op
|
default: op
|
||||||
description: Permission to set the time to rise.
|
description: Permission to set the time to rise.
|
||||||
dan.midday:
|
dayandnight.midday:
|
||||||
default: op
|
default: op
|
||||||
description: Permission to set the time to midday.
|
description: Permission to set the time to midday.
|
||||||
dan.midnight:
|
dayandnight.midnight:
|
||||||
default: op
|
default: op
|
||||||
description: Permission to set the time to midnight.
|
description: Permission to set the time to midnight.
|
||||||
dan.info:
|
dayandnight.info:
|
||||||
default: op
|
default: op
|
||||||
description: Permission to get all avaiable DayandNight commands.
|
description: Permission to get all avaiable DayandNight commands.
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue