-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
37 lines (36 loc) · 1.35 KB
/
plugin.yml
File metadata and controls
37 lines (36 loc) · 1.35 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
33
34
35
36
37
name: MachinaPump
version: 1.5
description: A Machina that drains or fills an area of water or lava.
author: Lyneira
main: me.lyneira.MachinaPump.MachinaPump
depend: [MachinaCraft]
permissions:
machinapump.*:
description: Gives access to all basic pump functionality, including deactivating another player's pump.
children:
machinapump.activate: true
machinapump.deactivate-own: true
machinapump.deactivate-all: true
machinapump.activate:
description: Allows activating a pump.
default: op
machinapump.deactivate-own:
description: Allows deactivating the player's own pump.
default: op
machinapump.deactivate-all:
description: Allows deactivating any pump.
default: op
machinapump.nether-water:
description: Allows a pump to pour water in the Nether.
default: op
machinapump.lava.*:
description: Gives access to using a pump with lava.
children:
machinapump.lava.drain: true
machinapump.lava.fill: true
machinapump.lava.drain:
description: Allows a pump to drain lava with a tube made of iron blocks.
default: op
machinapump.lava.fill:
description: Allows a pump to pour lava with a tube made of iron blocks.
default: op