SpongeForge
SpongeForge copied to clipboard
SpongeForge + LuckPerms preventing functions from ordering a player /execute command
I am currently running
- SpongeForge version: spongeforge-1.12.2-2838-7.3.0
- Forge version: forge-1.12.2-14.23.5.2854
- Java version: 1.8.0_51 64 bit
- Operating System: BisectHosting server, so probably Linux?
- Plugins/Mods:
- LuckPerms-Sponge-5.2.61
-
Issue Description LuckPerms with SpongeForge has a bug where SpongeForge does not seem to let players /execute when ordered to do so by a function.
Here is an example line of function code that the bug prevents from working correctly:
execute @a[score_IsCleric_min=1,score_IsCleric=15] ~ ~ ~ effect @a[r=16] minecraft:regeneration 3 0 true
SpongeForge alone does not manifest this bug, it is only when LuckPerms is on the server. I was instructed by associates of the LuckPerms mod that the issue was with SpongeForge, and dualspiral from the Discord server also mentioned it was SpongeForge as well.
Feel free to @Vechs on the Sponge Discord and I will be happy to provide further information. I have a test server setup as well for debugging if you are interested. I am also willing to tip/donate/patreon to move fixing this bug to the front of the line, if that is appropriate.
I don't believe I have any specific logs that show this issue, as it seems to be a permissions issue that doesn't throw any actual error messages into the log.