#Can't use /dexrewards
1 messages · Page 1 of 1 (latest)
Thanks for posting - someone will respond when they are available. In the meantime, please make sure you've provided any relevant logs or configs (using https://pastebin.com/) for reference so we can assist you.
Default configs are on
!permissions
Hybrids are finicky with mod commands. You'll likely also need to grant permission for minecraft.command.<command> (replacing <command> with the actual base command) alongside the normal permission node provided by the mod.
Wait actually no that wasn't the issue - our issue is that once we open the GUI, we cannot continue to see the rewards https://gyazo.com/a22104c1069855453bf52c8a5bddfb64
still no error logs
Hello, in the future please could you upload your logs to a file service such as https://paste.helpch.at/
This is to make it easier and safer for people to offer you support
Thank you
Here are your files as uploads:
Perhaps something in the rank ui section is broken? Wanna post that section so we can see it
I can tonight. We debugged a bit and it does seem to do with the config
Im at work rn so i cant check. Were there updates to the ui since 9.1.3?
on my laptop now
to elaborate, it works fine with the default config, but adding our old config causes the issue
config.yml, not the gui
https://paste.helpch.at/aledeyutus.yaml here is one of our config sets as an example. not sure what changed to cause this to break, it worked until we updated to 9.1.5 and updated the mod version
and yeh this config causes the menu not to open
but switching back to default does
So I see a few things that are different than my config, don’t know if it will fix but.
Remove all 3 damage lines of code.
And add the ‘ before and after the names for test in the other two sections.
Like name: ‘test’
Darn
i noticed single quotes are being escaped with '' instead of \'. I wonder if this is it. I didn't write this config lol. Trying that unless you have better ideas
oh no nvm googled it thats a yaml thing
We’ll just start taking the data here and put into default config should be easy enough cus you haven’t even completed first stage yet lol
i mean that's what i tried doing with this but i can try again
this is only one part of our config though we have a full config that worked previously
Oh I see
do you have an example of a filled out config I could look at?
https://paste.helpch.at/mitipabawi.yaml here is stage 1 of my working config, good luck
i know it's at least not a yaml syntax issue because when i have those then it does produce an error stack
i would just double check the gui file though. if something got changed in the rank-u-i section that would make the rewards not open too
really? I guess start rebuilding off that then? it would be a shame if it was just 1 thing out of place not making it work though lol
you have the completed and to be completed sections disabled. maybe its error because youve already claimed it and the gui doesnt know what to show you?
honestly im just grasping at straws here lol
yeah I think it's this lol
although we were testing on our main server and normal players that havent completed anything were having the same issue
but enabling them fixes it and disabling them breaks it, always ...
i wonder if its supposed to work like that