Enable Command Blocks
#1
How can I enable command blocks?
Reply
Thanks given by:
#2
Change the CommandBlocksEnabled setting under the Mechanics group of your world folder's world.ini configuration file.
Reply
Thanks given by:
#3
Do command blocks work, like in vanilla, or can they just run commands with no special options?
Reply
Thanks given by:
#4
Only console commands. No /testfor.
Reply
Thanks given by:
#5
The command blocks currently execute only console commands, and there's a blacklist of those that cannot be executed (such as "stop", "restart", etc.). We will need to rework them from the ground up, they need a completely new infrastructure, so you can consider them currently broken.
Reply
Thanks given by:
#6
And for the /testfor command they have to work with comperators .. which don't work either
Reply
Thanks given by:
#7
Exclamation 
(09-08-2014, 12:10 AM)tigerw Wrote: Change the CommandBlocksEnabled setting under the Mechanics group of your world folder's world.ini configuration file.

this did not work for me.... YES i DID restart the server... Huh
Reply
Thanks given by:
#8
I have a suggesttion for the CommandBlocks. What if we write a recursive parser for them with grammar and semantic? Because that would be an awesome thing to do and would speed up the further development process of the CommandBlocks, too.
Reply
Thanks given by:
#9
Is there a grammar to command blocks? It felt more like batch files to me.
Reply
Thanks given by:
#10
No, command blocks contain a single command line. But there are special commands such as /summon which require a special parser to work properly. The scanner has to look for the ~ (Tilda) symbols and other things like the .riding suffix of the command and convert all these into tokens. After that the parser has to interpret all the tokens.
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)