Started by
deviouslrd
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to create a key bind which executes a command (/gamerule randomTickSpeed number) upon pressing the key. However it does not work if i use the execute command block. Im probably just using it wrong, but i couldn't find any tutorial anywhere that helped.
You need to have permission to execute commands plus key bindings do not properly work on sever side. The latter will be fixed in 1.9.1.
In the case that I wish to do the execute command block as a part of a if statement, how might that work?
For Example:
if is raining in provided world
do execute command /gamerule randomTickSpeed 10
Yes, but keep in mind the limitations I wrote above.