
[Bug]: Issues with origins that utilize commands
abcdeed7 opened this issue ยท 5 comments
What happened?
On origins that utilize Pehkui along with some other features, commands are used to change the character's size and to do other things. One issue is the myconid origin fully not functioning. as most of it's features work through this effect.
Version
2.9.3
Provide the log
N/A
its not that specific commands aren't working, its that when an origin is assigned it does commands (so specifically for example, when you choose the ogre origin (from medieval origins) it runs commands to set your scale, (part of the gargantuan power, in gargantuan.json)
this calls on some functions, notably ogre_callback.mcfunction and runs the commands
scale reset pehkui:base
scale persist reset pehkui:base @s
it then runs ogre_callon.mcfunction and that sets the scale of your character with the commands
scale set pehkui:base 1.55
scale persist set pehkui:base true @s
None of these commands are working, this breaks all origins that utilize commands; so all of apoc and most of medieval. Something is blocking these commands from running and I'm not sure what
Its probably Player Roles, i will try to fix it, but it seems the problem is more deep than i thougth.