Can't Place Command Blocks

Hello all, currently I’m using a Forge server (1.12.2) and the corresponding SpongeForge mod. I’ve been trying to place Command Blocks within the world and they just immediately disappear. I have checked to make sure I have Op status and that my permissions plugin (LuckPerms) has minecraft.commandblock.*

Any ideas on why this is would be great. Thank you

Do you have command blocks enabled in the server.properties file?

Yes I do have it set to true in the config:

enable-command-block=true

The asterisk is not used in the sponge. Show the list of plugins.

deop and op yourself again before placing them should fix it, related to https://github.com/SpongePowered/SpongeCommon/issues/1718

1 Like

See also https://forums.spongepowered.org/t/luckperms-an-advanced-permissions-plugin/14274/346?u=ziceptor

zipceptor’s link solved my issue. Thank you very much for the reference!