-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.yml
More file actions
28 lines (28 loc) · 799 Bytes
/
plugin.yml
File metadata and controls
28 lines (28 loc) · 799 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
27
28
name: Bans
main: net.craftrepo.Bans.Bans
version: 0.1
commands:
aban:
description: Ban a user with Bans API
usage: |
/<command> [target] [reason flags]
abanip:
description: Ban a user's IP with the Bans API
usage: |
/<command> [target] [reason flags]
acheck:
description: Check a user against the Bans API
usage: |
/<command> [target]
aunban:
description: Unban a user locally and against the Bans API
usage: |
/<command> [target]
aexempt:
description: Exempt a user from ban checks
usage: |
/<command> [target]
aunbanip:
description: Unban a user's IP address
usage: |
/<command> [target]