-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.yml
More file actions
23 lines (23 loc) · 836 Bytes
/
plugin.yml
File metadata and controls
23 lines (23 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: CustomTime
version: 2.1.1
main: jcv8000.customtime.CustomTime
api-version: 1.17
author: jcv8000
website: jcv8000.github.io
prefix: CustomTime
softdepend: ['Multiverse-Core']
commands:
ct:
description: Command to control day/night length.
usage: |
/ct -- Shows which worlds are being affected and how
/ct [day/night] [value][s/m/h/d/x] -- Sets the time scale of the world you're in
/ct [day/night] [value][s/m/h/d/x] [world] -- Sets the time scale of [world]
/ct help -- Displays the help dialog
/ct restart -- Restarts the service
permission: customtime.*
permission-message: You do not have permission to use this command.
permissions:
customtime.*:
description: Allows the CustomTime commands
default: op