forked from tastybento/askyblock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
controlpanel.yml
59 lines (58 loc) · 1.53 KB
/
controlpanel.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
# Control panel file
# For colors in panel name use &. Note client must restart if changes made as it caches inventory.
# [island] refers to the island command, e.g., /island
# material format is MATERIAL:DURABILITY where DURABILITY is optional
# description can include color codes using & and new lines using |
default:
panelname: '&1Commands'
buttons:
0:
material: GRASS
description: 'Go to your island'
command: '[island] go'
nextsection: ''
1:
material: LAVA_BUCKET
description: 'Open the minishop'
command: '[island] ms'
nextsection: ''
2:
material: SKULL_ITEM
description: 'List team members'
command: '[island] team'
nextsection:
3:
material: BED
description: 'Set your home here'
command: '[island] sethome'
nextsection:
4:
material: ACACIA_STAIRS
description: 'Island level'
command: '[island] level'
nextsection:
5:
material: BOOK
description: 'List the Top 10 islands'
command: '[island] top'
nextsection:
6:
material: SIGN
description: 'List warps available'
command: '[island] warps'
nextsection:
7:
material: BEDROCK
description: 'Go to world spawn'
command: '[island] spawn'
nextsection:
8:
material: SAPLING
description: 'Change biome'
command: '[island] biomes'
nextsection: ''
9:
material: ENCHANTMENT_TABLE
description: 'Challenges'
command: 'asc'
nextsection: ''