forked from BlockHorizons/BlockSniper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
101 lines (100 loc) · 4.62 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
---
name: "BlockSniper"
version: 1.2.0
api: [2.0.0, 2.1.0, 3.0.0-ALPHA1, 3.0.0-ALPHA2, 3.0.0-ALPHA3]
author: "Sandertv"
main: Sandertv\BlockSniper\Loader
permissions:
blocksniper:
default: false
description: "Allows access to all BlockSniper features."
children:
blocksniper.command:
default: false
description: "Allows access to all BlockSniper command features."
children:
blocksniper.command.brush:
default: op
description: "Allows access to the brush wand command."
blocksniper.command.undo:
default: op
description: "Allows access to the undo command."
blocksniper.command.blocksniper:
default: op
description: "Allows access to the BlockSniper commmand."
blocksniper.command.clone:
default: op
description: "Allows access to the clone command."
blocksniper.command.paste:
default: op
description: "Allows access to the paste command."
blocksniper.type:
default: false
description: "Allows access to all BlockSniper types."
children:
blocksniper.type.fill:
default: op
description: "Allows access to the fill type."
blocksniper.type.overlay:
default: op
description: "Allows access to the overlay type."
blocksniper.type.layer:
default: op
description: "Allows access to the layer type"
blocksniper.type.replace:
default: op
description: "Allows access to the replace type"
blocksniper.type.clean:
default: op
description: "Allows access to the clean type"
blocksniper.type.drain:
default: op
description: "Allows access to the drain type"
blocksniper.type.leafblower:
default: op
description: "Allows access to the leaf blower type"
blocksniper.type.flatten:
default: op
description: "Allows access to the flatten type"
blocksniper.type.expand:
default: op
description: "Allows access to the expand type"
blocksniper.type.melt:
default: op
description: "Allows access to the melt type"
blocksniper.type.cleanentities:
default: op
description: "Allows access to the clean entities type"
blocksniper.type.biome:
default: op
description: "Allows access to the biome type"
blocksniper.type.raise:
default: op
description: "Allows access to the raise type"
blocksniper.shape:
default: false
description: "Allows access to all BlockSniper shapes."
children:
blocksniper.shape.sphere:
default: op
description: "Allows access to the sphere shape."
blocksniper.shape.cuboid:
default: op
description: "Allows access to the cuboid shape."
blocksniper.shape.standingcylinder:
default: op
description: "Allows access to the standing cylinder shape."
blocksniper.shape.cube:
default: op
description: "Allows access to the cube shape."
blocksniper.cloning:
default: false
description: "Allows access to all BlockSniper clone types."
children:
blocksniper.cloning.copy:
default: op
description: "Allows access to the copy clone type."
blocksniper.cloning.template:
default: op
description: "Allows access to the template clone type."
...