-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
36 lines (36 loc) · 1.19 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
name: MonsterMoon-Extended
main: fi.nimbus.bukkit.plugin.monstermoon.MonsterMoon
version: 0.1
description: An extended version of the MonsterMoon plugin
authors: [[email protected], mrjkuhl]
commands:
monstermoon:
aliases: mm
description: Control MonsterMoon plugin
usage: /monstermoon WorldName [today|calendar|status|start|stop]
permissions:
#
# Permissions are designed to be used on per-world level, fex.:
# monstermoon.status.WorldName: true # Allow player to see WorldName status
#
monstermoon.today.*:
description: Show the current day
monstermoon.calendar.*:
description: Show all days, and their effects
monstermoon.status.*:
description: View world status
monstermoon.start.*:
description: Start MonsterMoon calendar
monstermoon.stop.*:
description: Stop MonsterMoon calendar
monstermoon.debug:
description: Dump debug information into console
monstermoon.*:
description: Gives access to all MonsterMoon commands in all worlds
children:
monstermoon.today.*: true
monstermoon.calendar.*: true
monstermoon.status.*: true
monstermoon.start.*: true
monstermoon.stop.*: true
monstermoon.debug: true