-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
47 lines (47 loc) · 1.41 KB
/
plugin.yml
File metadata and controls
47 lines (47 loc) · 1.41 KB
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
name: Teams
description: 'A simple competition managment plugin for Bukkit.'
version: 1.2.1
main: com.github.norbo11.teams.Teams
commands:
teams:
description: 'Controls the Teams plugin.'
usage: 'Usage: /<command>'
tc:
description: 'Sends a message to all members of your team.'
usage: 'Usage: /<command>'
permissions:
teams.*:
children:
teams.create: true
teams.delete: true
teams.modify: true
teams.reset: true
teams.reload: true
teams.use: true
teams.tpall: true
teams.teamchat: true
default: op
teams.create:
description: 'Allows you to create teams.'
default: false
teams.delete:
description: 'Allows you to delete teams.'
default: false
teams.modify:
description: 'Allows you to modify teams.'
default: false
teams.reset:
description: 'Allows you to reset teams.'
default: false
teams.reload:
description: 'Allows you to reload teams.'
default: false
teams.use:
description: 'Allows you to accept invites and leave teams.'
default: false
teams.tpall:
description: 'Allows you to teleport all your team members to you.'
default: false
teams.teamchat:
description: 'Allows you to teamchat with your team.'
default: false