-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.conf
More file actions
56 lines (56 loc) · 743 Bytes
/
example.conf
File metadata and controls
56 lines (56 loc) · 743 Bytes
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
blocks: [
{
world: "world"
pos: {x: 0, y: 64, z: 0}
commands: [
{
command: "say Hello World!"
hand: either
run-by: player
}
{
command: "say Can't break this block!"
hand: left
run-by: server
}
{
command: "say Open sesame!"
hand: right
run-by: player
}
{
command: "say Default options: either hand and run by player"
}
]
}
{
commands=[
{
command="tp ~ ~1 ~"
hand=right
}
{
command="say whoosh!"
run-by=server
hand=right
}
]
pos {
x=-112
y=64
z=-88
}
world=world
}
{
world: "world_nether"
pos: {x: 1, y: 2, z: 3}
commands: [
{
command: "say Hello World!"
hand: right
run-by: player
}
]
}
]