#problem with deluxemenus
1 messages Β· Page 1 of 1 (latest)
Mind showing me the menu please? put it in a paste bin
A member of staff has requested I move your pastebin.com paste to our paste.helpch.at!
can you try removing the dynamic_amount option, and instead set the amount: option with a value of 70?
yes
hmm. ok 1 more test please
okay
dynamic_amount: "%rng,65,100%" but also make sure you have the rng expansion downloaded
papi ecloud download rng?
yup
nothing happened
but do you see the item?
now its not 64
in your inventory
so its just 1 item?
yes
if you execute /papi parse me %rng,65,100%
do you get a random number between 65 and 100?
ok now 64 items
Its ok because stack is 64 π
yeah I know
But I don't know why it disappears when what I sent at the beginning is there
but the item dissapearing is strange
I have now 130 players on my survival
but if is here 120 so it's not going away, I feel, the players reported it to me only now
i feel like the problem occurs when there is 130
Or maybe 120 or more idk
so it is showing as an empty slot or just 1 item?
ye because this placeholder doesnt work now
ah yeah
Yes it is disappearing now
interesting. so I'm guessing for some reason spigot doesn't just default the size to 64 when its higher
But before it disappeared and only showed up when I closed and opened the menu, now it's flashing there π
what I can recommend for now is to use the changeoutput expansion to always default to 64 when >= 64
dynamic_amount: "%changeoutput_>_input:{bungee_survival}_matcher:64_ifmatch:64_else:{bungee_survival}"
this will check if {bungee_survival} returns anything higher than 64 and will display 64
and if it is lower than 64 it will just display that lower number
you do have to download the changeoutput expansion