Explain command blocks properly #450

Closed
opened 2018-06-22 08:31:35 +02:00 by Wuzzy · 3 comments
Member

Author: @Gerold55 Posted at: 21.12.2017 02:51

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.

Author: @Gerold55 Posted at: 21.12.2017 02:51 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.
Wuzzy added the
bug
documentation
labels 2018-06-22 08:31:35 +02:00
Wuzzy closed this issue 2018-06-22 08:31:35 +02:00
Author
Member

Author: @Wuzzy2 Posted at: 22.12.2017 23:15

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 entry for the command block itself (Help > Blocks > Command Block)
  • The entry for server commands (Help > Advanced topics > Server commands)

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

Author: @Wuzzy2 Posted at: 22.12.2017 23:15 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 entry for the command block itself (Help > Blocks > Command Block) * The entry for server commands (Help > Advanced topics > Server commands) The help mod probably needs improvements as well. I probably need to add something like “see also” buttons.
Author
Member

Author: @Gerold55 Posted at: 22.12.2017 23:17

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

Author: @Gerold55 Posted at: 22.12.2017 23:17 Maybe eventually add pics \*grin\* \*grin\* \*grin\*
Author
Member

Author: @Wuzzy2 Posted at: 02.01.2018 13:41

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.

Author: @Wuzzy2 Posted at: 02.01.2018 13:41 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.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: VoxeLibre/VoxeLibre#450
No description provided.