From f80a5918bd121290bdf68a6984729e700a62a618 Mon Sep 17 00:00:00 2001 From: TheAMDGuy <64478051+TheAMDGuy@users.noreply.github.com> Date: Wed, 20 May 2020 11:06:17 +0200 Subject: [PATCH] Changed Permission names (I dont know why "dan" is not allowed because MultiWorld has "mw"...) --- plugin.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/plugin.yml b/plugin.yml index 8e7d635..6ab13f0 100644 --- a/plugin.yml +++ b/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. ...