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