1.21 caused an unexpected problem with all of my command blocks

It seems that the latest update has added plugin command interactions for all command blocks. Unfortunately this taking priority over all of the base game commands like /tp, so now my command blocks are trying to run commands from the plugins like essentials. In this case, my cmd blocks that are supposed to run /tp @p no longer work, as they only accept specific players. I'm sure that this also breaks a myriad of other things I haven't noticed yet. The only thing I know I can do at this point is to find each cmd block and change the command to something like minecraft:tp but I have hundreds of blocks in obscure locations, it would be hell. Is there any easy way to solve this?
6 Replies
Admincraft Meta
Admincraft Meta6mo 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 jeremyjenki#0
Skullians
Skullians6mo ago
One of your commands is overriding /tp which makes you have to use /minecraft:tp iirc
Jenki
JenkiOP6mo ago
yeah i know this is new
Skullians
Skullians6mo ago
Updated any plugins? !binary
Carl-bot
Carl-bot6mo ago
Binary search your plugins
Remove half of your non-essential (ie not things like PAPI or LuckPerm) plugins and see if the problem is fixed. If it still persists, the cause is in the half still installed. Continue to halve the remaining plugins until you've narrowed it down to a single plugin. Congratulations, you found the culprit.
From An unknown user
Admincraft Canned Responses
Jenki
JenkiOP6mo ago
Yeah I updated all my plugins and paper

Did you find this page helpful?