[1.12.2][BUG] Blood Magic LP configs (/bloodmagic ----- )
iFrozenUser opened this issue ยท 5 comments
Issue Description:
The (/bloodmagic) command require higher permission than a command block have.
What happens:
I put [/bloodmagic network fill (Myusername) ] in a command block and tried to run it (in all 3 command block) whihc in the end gaved me an Error message in the command block outbot dialog "You don't have permission to do this"
What you expected to happen:
The command block to execute the command and fill LP network
Steps to reproduce:
1.Put (/bloodmagic network fill @a/Username) in a command block
2. Try executing the command via command block
Affected Versions (Do not use "latest"):
- BloodMagic: 1.12.2-2.4.1-103
- Minecraft: 1.12.2
- Forge: 14.23.5.2837
A command block has a permission level of 2.
(see CommandBlockBaseLogic#canUseCommand(int permLevel, String commandName))
BloodMagic commands require a permission level of 2.
Blood magic commands should be able to execute.