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
execute as <entity UUID> run kill @s
kills me instead,
minecraft:execute as <entity UUID> run minecraft:kill @s
minecraft:execute as <entity UUID> run minecraft:kill @s
works as intended and kills the entity
4 Replies
Admincraft Meta
Admincraft Meta8mo ago
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 highmore.#0
Kre0lidge
Kre0lidge8mo ago
You can check out how commands.yml works here: https://bukkit.fandom.com/wiki/Commands.yml (there are ads so beware). You can use command block overrides though I have personally tried it out myself. For normal commands you can override with something like this:
aliases:
execute:
- "minecraft:execute"
aliases:
execute:
- "minecraft:execute"
Every plugin with the same command automatically overrides Vanilla by default.
Highmore
HighmoreOP8mo ago
thanks! !solved
Admincraft Meta
Admincraft Meta8mo ago
post closed!
The post/thread has been closed!
Requested by highmore.#0

Did you find this page helpful?