-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathplugin.yml
34 lines (34 loc) · 1.27 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
name: VPNGuard
main: basprohop\VPNGuard
version: 1.0.7-patch1
api: ["3.0.0"]
load: STARTUP
author: basprohop
description: VPNGuard will prevent players from joining your server behind any type of anonymizer.
commands:
vpnguard:
usage: /vpnguard <command>
description: Main command for managing VPNGuard related tasks
permission: vpnguard.command.vpnguard
permissions:
vpnguard.command.vpnguard:
default: true
description: Allows you to use the VPNGuard command
vpnguard.command.clearcache:
default: op
description: Deletes all locally saved cache files
vpnguard.command.clearip:
default: op
description: Deletes the locally saved cache file for the specified IP address
vpnguard.command.lookup:
default: op
description: Allows you to search any IP address in-game and check whether or not it belongs to a hosting organization
vpnguard.command.subnet:
default: op
description: Allows you to ban or unban a IP address subnet
vpnguard.command.country:
default: op
description: Allows you to add or remove a country from your blacklist or whitelist
vpnguard.command.about:
default: true
description: General information about the plugin