-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathplugin.yml
More file actions
32 lines (32 loc) · 1.05 KB
/
plugin.yml
File metadata and controls
32 lines (32 loc) · 1.05 KB
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
name: RadioBeacon
main: me.exphc.RadioBeacon.RadioBeacon
version: 1.2.6
description: build radio towers, navigate to them using compasses
url: http://dev.bukkit.org/server-mods/radiobeacon/
commands:
antennas:
description: Show all antennas
usage: /antennas
toggleradio:
description: Turn your portable compass radio on or off
usage: /toggleradio
permissions:
radiobeacon.*:
children:
radiobeacon.create: true
radiobeacon.addmessage: true
radiobeacon.reveal: true
radiobeacon.admin: true
default: false
radiobeacon.create:
description: Allows you to build new radio beacon antenna towers
default: true
radiobeacon.addmessage:
description: Allows you to add messages to towers by placing signs
default: true
radiobeacon.reveal:
description: Allows you to list the coordinates of all antennas
default: op
radiobeacon.admin:
description: Allows you to save/load/check antennas
default: op