forked from blablubbabc/AntiXRay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
34 lines (34 loc) · 1.31 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: AntiXRay
main: me.ryanhamshire.AntiXRay.AntiXRay
softdepend: [Multiverse-Core, My Worlds, Transporter]
version: 1.7.3
author: blablubbabc
authors: [bigscary, blablubbabc]
website: dev.bukkit.org/server-mods/anti-x-ray/
commands:
antixray:
description: Antixray commands.
usage: /<command>
aliases: ['xray', 'ax']
permissions:
antixray.bypass:
description: Allows a player to mine any block without exception.
default: false
antixray.reload:
description: Allows a player to reload the antixray configuration.
default: op
antixray.check.others:
description: Allows a player to view an other players amount of remaining mining points.
default: op
antixray.check.self:
description: Allows a player to view his amount of remaining mining points.
default: op
antixray.set:
description: Allows the setting of a players stored values, like the amount of remaining mining points.
default: op
antixray.monitorxrayers:
description: If configured, allows a player to receive notifications about players who reach their mining speed limit.
default: op
antixray.help:
description: Allows a player to view the help page which contains information about the commands.
default: op