-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathplugin.yml
57 lines (55 loc) · 1.47 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
name: UltraFactions
author: Primus
api: 2.0.0
description: "Fully featured faction plugin for PocketMine-MP"
version: 0.0.1
main: ultrafactions\UltraFactions
commands:
faction:
description: "Main UltraFactions command type \'/f help\' for more info"
default: true
permission: uf.*
alias: [f, fac]
permissions:
uf.*:
default: true
description: "Top Permission, allows all plugin features"
children:
uf.command.*:
default: true
description: "Top command permission, allows all commands"
children:
uf.command.info:
default: true
description: "Allows command \'info\'"
uf.command.create:
default: true
description: "Allows command \'create\'"
uf.damage.*:
default: false
description: "Allows to damage all faction memebers"
children:
uf.damage.team:
default: false
description: "Allow to hit team mates"
uf.damage.friends:
default: false
description: "Allow to hit friend faction members"
uf.damage.enemies:
default: true
description: "Allow to hit enemy faction members"
uf.damage.neutral:
default: true
description: "Allow to hit neutral faction members"
uf.break.*:
default: false
description: "Allow to use all faction's claimed plots"
# uf.break.friends
# uf.break.enemies
# uf.break.neutral
# uf.interact.friends
# uf.interact.enemies
# uf.interact.neutral
# uf.place.friends
# uf.place.enemies
# uf.place.neutral