-
Notifications
You must be signed in to change notification settings - Fork 4
/
plugin.yml
48 lines (48 loc) · 1.69 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: EpicZones
main: com.randomappdev.EpicZones.EpicZones
version: 1.0
website: http://github.com/jblaske
author: jblaske
softdepend: [Vault]
description: >
Provides polygon based protection for your bukkit server.
commands:
ezzone:
aliases: zone
description: Houses all of the commands for EpicZones.
usage: |
/<command> <subcommand> [Value] [Value] [Value]
Example: /<command> create [tag] - Creates a new zone with the provided tag.
ezreload:
aliases: reload
description: Reloads all of EpicZones configuration settings.
usage: |
/<command>
Example: /<command> - Reloads EpicZones.
ezwho:
aliases: [who, online, whois]
description: Provides a list of players that are on the server.
usage: |
/<command> [all]
Example: /<command> - Lists all players in your current zone.
Example: /<command> all - Lists all players on the server and shows what zone they are in.
permissions:
epiczones.*:
description: Gives access to all EpicZones permissions.
children:
epiczones.admin: true
epiczones.ignoremapradius: true
epiczones.ignorepermissions: true
epiczones.who: true
epiczones.admin:
description: Allows a player to have admin access to EpicZones commands.
default: op
epiczones.ignoremapradius:
description: Allows a player to walk and build beyond the set radius of a world.
default: op
epiczones.ignorepermissions:
description: Allows a player to ignore building/destroying restrictions.
default: op
epiczones.who:
description: Allows a player to use the who command to see who is online and where they are.
default: true