-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
42 lines (42 loc) · 1.08 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
name: CraftIRC
main: com.ensifera.animosity.craftirc.CraftIRC
authors: [Animosity, Protected]
version: 3.1
commands:
ircmsg:
description: Send message to tag
usage: /<command> [tag] [msg]
permission: craftirc.ircmsg
ircmsguser:
description: Send a message to a user
usage: /<command> [tag] [username] [msg]
permission: craftirc.ircmsguser
ircusers:
description: Lists online users
usage: /<command> [tag]
permission: craftirc.ircusers
admins!:
description: Sends a notice to admins on IRC
usage: /<command> [msg]
permission: craftirc.admins
ircraw:
description: Sends a raw line to IRC
usage: /<command> [botid] [rawirc]
permission: craftirc.ircraw
ircreload:
description: Reloads the plugin
usage: /<command>
permission: craftirc.ircreload
permissions:
craftirc.ircmsg:
default: true
craftirc.ircmsguser:
default: true
craftirc.ircusers:
default: true
craftirc.admins:
default: true
craftirc.ircraw:
default: op
craftirc.ircreload:
default: op