-
Notifications
You must be signed in to change notification settings - Fork 12
/
plugin.yml
44 lines (44 loc) · 1.28 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
name: CivChat
main: com.untamedears.civchat.CivChat
version: 1.36
authors: [Rourke750, ibbignerd]
softdepend: [vanishnopacket]
commands:
tell:
description: Sends a player a message.
usage: /<command> <player> <message>
aliases: [message, msg, m, pm]
exit:
description: Exits personal message channel with player.
usage: /exit
aliases: e
civchat:
description: Command for loading/saving config.
usage: /<command> <subcommand>
permission: civchat.admin
groupchat:
description: Command for talking to Citadel Groups.
usage: /<command> <group> <message>
aliases: [g, group]
chat:
description: Command for helping players understand CivChat
usage: /<command> <subcommand>
aliases: [chathelp, ch]
reply:
description: Reply to the last player who was messaged
usage: /<command> <message>
aliases: r
ignore:
description: Disallow specified players from pm'ing command sender
usage: /<command> <player>
aliases: ig
gallow:
description: Allows specified groups to recieve messages from
usage: /<command> <group>
aliases: ga
permissions:
civchat.admin:
description: Admin commands for civchat.
default: op
children:
civchat.admin: true