From 02345a024e1af0873e8c9b665399e56b54f28305 Mon Sep 17 00:00:00 2001 From: Josh North Date: Fri, 2 Nov 2018 12:45:44 -0400 Subject: [PATCH] Delete 'RealTime/plugin.yml' --- RealTime/plugin.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 RealTime/plugin.yml diff --git a/RealTime/plugin.yml b/RealTime/plugin.yml deleted file mode 100644 index 8b69678..0000000 --- a/RealTime/plugin.yml +++ /dev/null @@ -1,29 +0,0 @@ -#name, main, version and api are required -name: RealTime -main: RealTime\MainClass -version: 2.1.3 -api: [3.0.0, 4.0.0] -load: POSTWORLD -author: Guillaume351 -description: Take control of the time - - -commands: - rt: - description: Lock the time - usage: "Usage: /rt enable/sunrise/sunset/day/night/disable/lock" - permission: realtime.command.rt - hour: - description: Get tell the hour - usage: "Usage : /hour" - permission: realtime.command.hour - - - -permissions: - realtime.command.rt: - description: "Allows the user to run the rt command to control the time" - default: op - realtime.command.hour : - description : "Allows the users to run the hour command to get tell the hour" - default: true