-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
33 lines (31 loc) · 1.06 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
---
# Kicks not whitelisted players when server whitelist turned on
# Copyright (C) 2020-2021 KygekTeam
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
name: KygekWhitelistKick
version: "1.3.0"
author: KygekTeam
api: "1.0.0"
main: org.kygekteam.kygekwhitelistkick.WhitelistKick
permissions:
kygekwhitelistkick.cmd:
description: Permission to use all KygekWhitelistKick commands
default: op
children:
kygekwhitelistkick.cmd.help:
description: Permission to see KygekWhitelistKick commands
default: op
kygekwhitelistkick.cmd.off:
description: Permission to turn off KygekWhitelistKick
default: op
kygekwhitelistkick.cmd.on:
description: Permission to turn on KygekWhitelistKick
default: op
kygekwhitelistkick.cmd.set:
description: Permission to change kick reason
default: op
...