-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
31 lines (31 loc) · 1013 Bytes
/
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
name: NoSpamLight
main: de.secretcraft.nospamlight.NoSpamLight
version: 0.6
author: d4rkpl4y3r
description: Provides a simple spam protection.
commands:
nospamlight:
description: This command gives access to all NoSpamLight commands (e.g. reload)
usage: /<command> <cmd>
permission: nospamlight.command
permission-message: You don't have permission.
permissions:
nospamlight.*:
description: Exception plus access to all commands
children:
nospamlight.exception: true
nospamlight.command.*: true
nospamlight.exeption:
description: No checks on chat messages will be done
default: op
nospamlight.command.*:
description: Gives access to all commands of NoSpamLight
children:
nospamlight.command: true
nospamlight.command.reload: true
nospamlight.command:
description: Without this, the player can't use NoSpamLight commands
default: op
nospamlight.command.reload:
description: Gives access to the reload command
default: op