-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
56 lines (45 loc) · 1.76 KB
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: HarvestTime
main: com.github.namrufus.harvest_time.plugin.HarvestTime
version: 0.1
permissions:
harvest_time.config_dump:
description: allows config dump commands
default: op
harvest_time.time_check:
description: allows use of plugin time checking commands
default: true
harvest_time.time_change:
description: allows use of commands that modify plugin time
default: op
harvest_time.rain_check:
description: allows use of commands that check the plugin rain state
default: op
commands:
ht-config-dump:
permission: harvest_time.config_dump
description: dumps configuration data to the console
usage: /ht-config-dump
ht-config-dump-crop:
permission: harvest_time.config_dump
description: dumps configuration data on a single crop type to the console
usage: /ht-config-dump-crop cropName
ht-time-check:
permission: harvest_time.time_check
description: check the seasonal day and year index
usage: /ht-timecheck
ht-when-increment:
permission: harvest_time.time_check
description: check the time at which the the plugin "seasonal day" will change
usage: /ht-when-increment
ht-next-increment:
permission: harvest_time.time_check
description: check the time until the next seasonal day increment
usage: /ht-next-increment
ht-time-set:
permission: harvest_time.time_change
description: set the current seasonal year and day. Updates timestamp file.
usage: /ht-timeset yearIndex dayIndex
ht-time-increment:
permission: harvest_time.time_change
description: move the current plugin-time (negative to move backwards in time). Updates timestamp file.
usage: /ht-timemove increment {minutes, hours, days, weeks}