-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathplugin.yml
More file actions
26 lines (26 loc) · 785 Bytes
/
plugin.yml
File metadata and controls
26 lines (26 loc) · 785 Bytes
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
name: CraftIRC
main: com.ensifera.animosity.craftirc.CraftIRC
version: 2.14
softdepend: [Vault]
commands:
irc:
description: Sends a message to all IRC channels
usage: /<command> [msg]
ircm:
description: Send IRC message to tag (use command '/irctags' for listing)
usage: /<command> [tag] [msg]
ircw:
description: PM an IRC user
usage: /<command> [player] [msg]
ircwho:
description: Lists users in an IRC channel
usage: /<command> [channel]
admins!:
description: Sends a notice to admins on IRC
usage: /<command> [msg]
ircraw:
description: Sends a raw line to IRC
usage: /<command> [botid] [rawirc]
say:
description: Broadcast a message to everyone, including IRC
usage: /<command> [message]