Changed Permission names

(I dont know why "dan" is not allowed because MultiWorld has "mw"...)
master
TheAMDGuy 2020-05-20 11:06:17 +02:00 committed by GitHub
parent e517c15813
commit f80a5918bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -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.
... ...