PMMP_Plugins/RealTime/plugin.yml

30 lines
734 B
YAML
Raw Normal View History

2017-06-29 13:02:55 -04:00
#name, main, version and api are required
name: RealTime
main: RealTime\MainClass
version: 2.1.3
2017-09-18 09:45:07 -04:00
api: [3.0.0-ALPHA5, 3.0.0-ALPHA6, 3.0.0-ALPHA7, 3.0.0-ALPHA8]
2017-06-29 13:02:55 -04:00
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