LuckPerms

LuckPerms

41.4k Downloads

Command Block Permission node

Coolfeather2 opened this issue ยท 5 comments

commented

Need to allow admin users to place and modify command blocks without having 'OP' as it is disabled.

commented

Spigot doesn't have a permission for it.

commented

Switching server APIs is ultimatly up to you.
Most Spigot plugins and mods won't work on Sponge, but in many cases there is already a Sponge or Forge replacement.
There is a slight learning curve when switching, but I personally think it's worth it.

commented

If you're using Sponge, you get access to two permission nodes

Allow editing an ordinary commandblock of the given name: minecraft.commandblock.edit.block.
Allow editing a minecart commandblock of the given name: minecraft.commandblock.edit.minecart.
As well as a spawn protection bypass.

commented

using spigot, would it be better to switch?

commented

Installed a bukkit plugin that provided the permission nodes https://dev.bukkit.org/projects/commandblockperms