Auto apply minecraft: prefix to chat commands

On a paper server, command block and datapack commands work fine and as intended, however commands run from chat have non-sensical behavior which I assume is due to paper or a plugin trying to take over

applying the minecraft: prefix for every command gives the intended behavior, I was wondering how I can make this the default case for chat commands

paper-1.21-81

Plugins:
EssentialsX
FAVS
FAWE
AdvancedGoPaint

All disable commands in essential's config are disabled

For example:
execute as <entity UUID> run kill @s

kills me instead,

minecraft:execute as <entity UUID> run minecraft:kill @s

works as intended and kills the entity
Was this page helpful?