-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.yml
86 lines (83 loc) · 2.32 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
depends: [Votifier, NoCheatPlus]
name: Murder
main: net.minecraftmurder.main.Murder
version: 2.0
description: Minecraft Murder
commands:
arena:
description: Commands controlling the arenas.
usage: /<command> <action> [name] [info-type] [info]
murder:
description: Commands controlling the plugin.
usage: /<command> <action>
spawn:
description: Commands controlling spawns.
usage: /<command> <action>
coins:
description: Commands controlling spawns.
usage: /<command> <action> <player> <count>
warn:
description: Commands controlling warns.
usage: /<command> <player> [rule]
permissions:
murder.*:
description: Gives access to all commands
children:
murder.core: true
murder.arenas: true
murder.spawns: true
murder.coins: true
murder.owner: true
murder.admin: true
murder.mod: true
murder.core:
description: Allows you to control the main plugin
default: op
murder.arena:
description: Allows you to control arenas.
default: op
murder.spawn:
description: Allows you to control spawns.
default: op
murder.coins.manage:
description: Allows you to control coins.
default: op
murder.coins:
description: Allows you to check your coin count.
default: true
murder.mod:
description: Moderator
default: op
children:
murder.joinfull: true
murder.owner:
description: Owner
children:
murder.core: true
murder.arenas: true
murder.spawns: true
murder.coins.manage: true
murder.admin: true
murder.mod: true
murder.joinfull: true
default: op
murder.admin:
description: Admin
default: op
children:
murder.coins.manage: true
murder.mod: true
murder.joinfull: true
murder.ultra:
description: Ultra Rank
default: op
children:
murder.vip: true
murder.vip:
description: VIP Rank
default: op
children:
murder.joinfull: true
murder.joinfull:
description: Join full matches and servers
default: false