Started by
jkjokeryt
on
Topic category: Help with Minecraft modding (Java Edition)
hi just asking if anyone know if a command is already enabled is it possible to use the same command to switch it off
Topic category: Help with Minecraft modding (Java Edition)
hi just asking if anyone know if a command is already enabled is it possible to use the same command to switch it off
Yeah for custom command you can
Create a logic global variable
Every time you run the command
If the variable is true,
make it false
else
make it true