'Execute Command' block not working

Started by deviouslrd on

Topic category: Help with modding (Java Edition)

Last seen on 16:06, 8. May 2020
Joined Sep 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
'Execute Command' block not working

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…
Thu, 08/29/2019 - 19:09

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.

Last seen on 16:06, 8. May 2020
Joined Sep 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In the case that I wish to…
Fri, 08/30/2019 - 02:46

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