Filler not working

left_click_commands: - '[console] eco take %player_name% 135000' - '[console] lp user %player_name% parent add master' - '[message] &a(!) You have successfully purchased the &#8000ff&n[Master] &r&arank!' left_click_requirement: expression: '%vault_eco_balance% > 135000' filler_item: material: GRAY_STAINED_GLASS_PANE display_name: ' ' slots: - 0-9 - 17-27
Im getting no filler in the gui. Any reason why?
35 Replies
Cubicake
Cubicake2y ago
is this denizens?
xer0
xer0OP2y ago
It’s supposed to be yml If that’s what your asking
itaquito
itaquito2y ago
That seems more like DeluxeMenus
Cubicake
Cubicake2y ago
ok cos i dont recognise it at all denizens is written in yaml
jaegyu
jaegyu2y ago
if you’re going to post yaml, or any code for that matter (which is fine) you should wrap it in ticks like this: ``` code/yaml here ``` it’ll stop discord from messing with your formatting, and give it a cool font, which helps with readability:
def main():
print(“hello”)
def main():
print(“hello”)
Horus
Horus2y ago
@xer0 To do filler items like you're trying to do, you need to set a priority.
xer0
xer0OP2y ago
oh how do I write that?
Horus
Horus2y ago
'filler_item':
material: gray_stained_glass_pane
slots:
- 0
- 1
- 2
- 3
display_name: '&f'
priority: 9
'filler_item':
material: gray_stained_glass_pane
slots:
- 0
- 1
- 2
- 3
display_name: '&f'
priority: 9
There
xer0
xer0OP2y ago
awesome thank you!
Horus
Horus2y ago
Set the priorty for your other things in that menu to a value lower then 9, so priority: 1 if some of them don't show up this way
xer0
xer0OP2y ago
okay so set it to 1?
Horus
Horus2y ago
For your other things in the menu, not for the filler Leave filler at 9 so it can be the last in line to appear
xer0
xer0OP2y ago
[15:20:14 ERROR]: [DeluxeMenus] Menu title for menu: filler_item is not present! Skipping menu: filler_item > - '[console] lp user %player_name% parent add master' - '[message] &a(!) You have successfully purchased the &#8000ff[Master] &r&arank!' left_click_requirement: expression: '%vault_eco_balance% > 135000' filler_item: material: GRAY_STAINED_GLASS_PANE display_name: ' ' slots: - 0-9 - 17-27 priority: 9
Horus
Horus2y ago
Not seeing the '' around filler_item 'filler_item'
'filler_item':
material: gray_stained_glass_pane
slots:
- 0
- 1
- 2
- 3
display_name: '&f'
priority: 9
'filler_item':
material: gray_stained_glass_pane
slots:
- 0
- 1
- 2
- 3
display_name: '&f'
priority: 9
xer0
xer0OP2y ago
ah okay
Horus
Horus2y ago
👍
xer0
xer0OP2y ago
it removes the '' when I reload the config
Horus
Horus2y ago
Send your file Or paste it
xer0
xer0OP2y ago
... '7': material: KNOWLEDGE_BOOK amount: 1 slot: 16 display_name: '&#8000ff&l[Master]' open_requirement: requirements: upgrades: type: has permission permission: rank.expert output: true lore: - '&r' - '&fPerks:' - '&#8000ff&f /repair' - '&#8000ff&f /' - '&#8000ff&f ' - '&#8000ff&f 1 Random crate key' - '&#8000ff*&f &#8000ff[Master]&f Prefix' - '&r' - '&7Cost: &#ffb000$135,000 &f+&#ffb000 640 votes' - '&r' - '&7&l➡&7 Click to purchase' left_click_commands: - '[console] eco take %player_name% 135000' - '[console] lp user %player_name% parent add master' - '[message] &a(!) You have successfully purchased the &#8000ff[Master] &r&arank!' left_click_requirement: expression: '%vault_eco_balance% > 135000' filler_item: material: GRAY_STAINED_GLASS_PANE display_name: ' ' slots: - 0-9 - 17-27 priority: 9 ... how do I format it correctly for discor?
Horus
Horus2y ago
mclo.gs - Paste, share & analyse your Minecraft logs
Easily paste your Minecraft logs to share and analyse them.
Horus
Horus2y ago
Put it in that
xer0
xer0OP2y ago
theres an example of the code [15:24:29 ERROR]: [DeluxeMenus] Menu title for menu: filler_item is not present! Skipping menu: filler_item > still getting this message
Horus
Horus2y ago
Adjust your white space
xer0
xer0OP2y ago
nvm
Horus
Horus2y ago
Should be in line with your '7'
xer0
xer0OP2y ago
yep
Horus
Horus2y ago
Good?
xer0
xer0OP2y ago
one sec no but im not getting an error in console anymore the filler just isnt working still
Horus
Horus2y ago
Works for me, best of luck friend
xer0
xer0OP2y ago
slots: - 0-9 - 17-27 is it becuase I have the format of the slots like this? slots: - 0-9 - 17-27
Horus
Horus2y ago
It definitely shouldn't be removing the '' on the filler_item And I've never seen slots done that way, not sure if that works or not
xer0
xer0OP2y ago
It worked like that for one of my other menus but maybe it just doesnt work for this one. This is the only gui thats made into the config im going to make a seperate file inside of the config like the others since I bought this from someone and they didnt do that nvm I had it a space after the '7' it was parenting the left_click_requirement: sorry for your time man thank you a lot for the help
Horus
Horus2y ago
Np, white space is a bitch
xer0
xer0OP2y ago
yeah fr that filler option I used works in this menu too so if you ever wanna use it I recommend it. it saves a lot of time and effot effort*

Did you find this page helpful?