-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgui.yml
More file actions
164 lines (153 loc) · 3.89 KB
/
gui.yml
File metadata and controls
164 lines (153 loc) · 3.89 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
gui-version: ${project.version}
crafting-opener:
enabled: true
permission: mint.gui
inject-only-when-result-empty: true
item:
material: BOOK
glow: true
name: "&6Mint Modules"
lore:
- "&7Open module toggles"
gui:
module-title: "&8Mint Modules &7(%category%) &8(%page%/%pages%)"
category-title: "&8Mint Categories &7(%page%/%pages%)"
default-layout: single-page
module-slot-overrides: {}
layouts:
order: [single-page]
single-page:
rows: 5
category-slots: [1, 2, 3, 4, 5,6,7,8,9]
module-slots: [19, 20 ,21, 22 ,23 ,24, 25, 28,29,30,31,32,33,34,37,38,39,40,41,42,43]
background:
enabled: true
material: BLACK_STAINED_GLASS_PANE
name: " "
navigation:
back-slot: -1
layout-switch-slot: -1
background:
enabled: true
material: BLACK_STAINED_GLASS_PANE
name: " "
categories:
enabled: true
order: [building, mobility, inventory, interaction, farming, transport, entity, other]
default-material: CHEST
item-lore:
- "&7Modules: &f%count%"
- "&eBrowse"
module-overrides: {}
items:
building:
display-name: "&6Building"
material: BRICKS
mobility:
display-name: "&bMobility"
material: FEATHER
inventory:
display-name: "&eInventory"
material: CHEST
interaction:
display-name: "&dInteraction"
material: OAK_DOOR
farming:
display-name: "&aFarming"
material: WHEAT
transport:
display-name: "&9Transport"
material: MINECART
entity:
display-name: "&cEntity"
material: TOTEM_OF_UNDYING
other:
display-name: "&7Other"
material: BOOK
module-item:
description:
enabled: true
max-chars-per-line: 36
first-line-prefix: "&7Description: &f"
next-line-prefix: "&f"
enabled:
material: LIME_DYE
glow: true
name: "&a%module%"
lore:
- "&7State: %state%"
- "&eToggle"
disabled:
material: GRAY_DYE
name: "&c%module%"
lore:
- "&7State: %state%"
- "&eToggle"
module-icons:
auto-refill: BUNDLE
auto-tool: DIAMOND_PICKAXE
blockdecoration: BRICKS
boat-improvements: OAK_BOAT
bone-meal-anything: BONE_MEAL
carpetgeometry: WHITE_CARPET
chicken-glide: FEATHER
chopdown: IRON_AXE
crop-interact: IRON_HOE
door-knock: OAK_DOOR
doubledoor: IRON_DOOR
dyeable-item-frames: ITEM_FRAME
expanded-item-interactions: CAKE
fast-ladders: LADDER
feather-pluck: FEATHER
invisible-frame: GLOW_ITEM_FRAME
ladder-place: SCAFFOLDING
leash-decoration: LEAD
minecart-improvements: MINECART
mixedslab: SMOOTH_STONE_SLAB
painting-scroll: PAINTING
reacharound-placement: BEDROCK
shift-right-click-sort: CHEST
sign-items: OAK_SIGN
slab-breaker: IRON_PICKAXE
sprintretention: LEATHER_BOOTS
torch-lighting: TORCH
verticalslab: STONE_SLAB
vexes-die-with-their-masters: TOTEM_OF_UNDYING
pagination:
slots:
previous: 39
next: 41
close: 40
previous:
enabled: true
material: ARROW
glow: false
name: "&ePrevious Page"
lore:
- "&7Page &e%page% &7of &f%pages%"
next:
enabled: true
material: ARROW
glow: false
name: "&eNext Page"
lore:
- "&7Page &e%page% &7of &f%pages%"
close:
enabled: true
material: BARRIER
glow: false
name: "&cClose"
lore:
- "&7Close menu"
navigation:
back:
material: BOOK
name: "&bBack"
lore:
- "&7Categories"
messages:
state-enabled: "&aEnabled"
state-disabled: "&cDisabled"
toggle: "&e%module% &7-> %state%"
no-module-permission: "&cYou do not have permission to use this module."
no-module-toggle-permission: "&cYou do not have permission to toggle this module."