-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.yml
53 lines (49 loc) · 1.59 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
name: AdminChat
version: 1.1
description: Create a private chat channel for server administrators
author: Timroden
website: http://dev.bukkit.org/
main: net.timroden.adminchat.AdminChat
commands:
ad:
description: Allows you to send messages in Admin Chat
all:
description: Allows you to send messages in All Chat
permissions:
adminchat.*:
description: Full control over AdminChat
default: op
children:
adminchat.admin: true
adminchat.view.*: true
adminchat.send.*: true
adminchat.view.*:
description: Allows you to view all messages sent within Admin/All chat
default: false
children:
adminchat.view.admin: true
adminchat.view.all: true
adminchat.send.*:
description: Allows you to send messages in both Admin and All chat
default: false
children:
adminchat.send.admin: true
adminchat.send.all: true
adminchat.admin:
description: Allows you to reload AdminChat's config
default: false
adminchat.view.admin:
description: Allows you to view admin chat
default: false
adminchat.view.all:
description: Allows you to view all chat
default: false
adminchat.send.admin:
description: Allows you to send to admin chat
default: false
adminchat.send.all:
description: Allows you to send to all chat
default: false
adminchat.notify:
description: Notify you when AdminChat is out of date
default: false