How to stop a /kill loop [closed]
On my Minecraft server one of my admins placed a command block "/execute @e run say HEY SAV URE GAYYYYYYYYYYYYYYYYYYYYYYYYYYYYY" and made it always active. I cannot figure out how to stop the command block. How do I end the command block loop?
Solution 1:
If you are the server owner, stop the server and disable command blocks by setting "enable-command-block=true" to "enable-command-block=false" in the server.properties file (located in your main server directory where the server jar is).