Broadcast admin commands to all players
I'm trying to make permissionless players able to see what OP's can see when someone issues /ban or /time commands. According to craftbukkit commands, there is a permission "minecraft.admin.command_feedback", but it doesn't seem to make any effect when I assign this permission to default role. I'm using LuckPerms plugin on Spigot 1.20.1
4 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by skajdrovski#0
no one knows the solution ?
its only been 3hrs and it’s 9am. Please be patient.
Tbh I’m not sure, I believe it’s only vanilla commands. So if you have another plugin overriding /ban or /time then you won’t see the feedback. (Like essentials)
And I believe you want to assign the feedback permission to who wants to see the feedback. Not ur default group (unless u want everyone be able to see it)
Nevermind, I had broadcast-to-ops disabled in server.properties. That made minecraft.admin.command_feedback useless when the option was disabled