Wuzzy2 / MineClone2-Bugs

Bug tracker archive for MineClone 2 (no new posts allowed)
MIT License
7 stars 0 forks source link

Explain command blocks properly #450

Closed Gerold55 closed 6 years ago

Gerold55 commented 6 years ago

I was trying to use the command block and I can't seem to get a code to work please make a how-to page on it.

Wuzzy2 commented 6 years ago

There is an in-game help for command blocks, but from your responses so far I concluded it's too confusing. I accept this issue now.

I should rewrite the help probably.

The current official help for command blocks are:

The help mod probably needs improvements as well. I probably need to add something like “see also” buttons.

Gerold55 commented 6 years ago

Maybe eventually add pics *grin* *grin* *grin*

Wuzzy2 commented 6 years ago

I rewrote the help page and added examples. I hope it should now be easier to understand. Note the command block worked all the time, it was just not clear how to use.


Basically you just enter the commands like you do in the console, but without the slash. @nearest etc. are optional placeholders for player names.

Valid examples:

weather snow

give Player1 mcl_core:stone 64

give @nearest mcl_core:apple

I don't think images are necessary for this.