Cuberite Forum

Full Version: Command block
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It is not worked for command and worked for pistons.
I'm try to use '/time day' and '/time night' but it's not worked. When I use game console - time changed.
Any help me?
command blocks are not implemented yet.
(09-07-2015, 02:43 PM)xoft Wrote: [ -> ]command blocks are not implemented yet.

Thank you.
But they really should be: https://github.com/cuberite/cuberite/blo...Entity.cpp
Must be a bug.
I'm last wrote in C++ 12 years ago. And do not think, I can fast understood how can help Sad (OpenGL)
Judging from the source code, you need to use the commands without the leading slash ("time") and you need to specify the world (for now), because the commands are executed as if in the server console. That means that the command itself has no knowledge of the world in which it is executing. I believe the proper format for the console command is either "time day <worldname>" or "time set day <worldname>", try those.
The @p doesn't work in a command block Sad how to ?
Any @ isn't implemented yet I'm afraid.
uh uh too bad Sad