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 ὀff&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?
Im getting no filler in the gui. Any reason why?
35 Replies
is this denizens?
It’s supposed to be yml
If that’s what your asking
That seems more like DeluxeMenus
ok
cos i dont recognise it at all
denizens is written in yaml
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:
@xer0 To do filler items like you're trying to do, you need to set a priority.
oh
how do I write that?
There
awesome thank you!
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
okay so set it to 1?
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
[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 ὀff[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
Not seeing the '' around filler_item
'filler_item'
ah okay
👍
it removes the '' when I reload the config
Send your file
Or paste it
...
'7':
material: KNOWLEDGE_BOOK
amount: 1
slot: 16
display_name: 'ὀff&l[Master]'
open_requirement:
requirements:
upgrades:
type: has permission
permission: rank.expert
output: true
lore:
- '&r'
- '&fPerks:'
- 'ὀff&f /repair'
- 'ὀff&f /'
- 'ὀff&f '
- 'ὀff&f 1 Random crate key'
- 'ὀff*&f ὀff[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 ὀff[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?
mclo.gs - Paste, share & analyse your Minecraft logs
Easily paste your Minecraft logs to share and analyse them.
Put it in that
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
Adjust your white space
nvm
Should be in line with your '7'
yep
Good?
one sec
no but im not getting an error in console anymore
the filler just isnt working still
Works for me, best of luck friend
slots:
- 0-9
- 17-27
is it becuase I have the format of the slots like this?
slots:
- 0-9
- 17-27
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
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
Np, white space is a bitch
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*