FTB Quests reward using KubeJS
I am trying to reward people with multiple rewards using KubeJS.
But for some reason this code block isn't working.
Any idea what I'm doing wrong here ?
SOLUTION: https://discord.com/channels/348681414260293634/1251519979120230480/1251575854203408415
14 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by masuary#0
Doesn't ftb quests allow you to give quest rewards in the book?
what ftb quest version?
Already included the compat mod
I was forced to use KubeJS as giving luckperms ranks with FTB Quests doesn't work
even when setting it to run as server?
It doesn't work sadly
because it runs the command as if you would have permissions level 2
not 4
No way to set it to OP Level 4
Or do you know if you can change that ?
not sure tbh
Last time I checked no
Any other ideas ?
Fixed it using KubeJS
can you post the solution for future use?
if anyone needs it
I am using FTB Quests together with FTB XMod Compat.
I have made a server script using KubeJS on server side only. ( clients don't need the mod )
Whenever people finish this quest, it will run the command directly as console and it works like a charm 😄
nice :)