Make many help texts translatable and fix bugs
This commit is contained in:
parent
c5db9987c3
commit
967905264d
36 changed files with 72 additions and 50 deletions
|
@ -16,11 +16,11 @@ To view the commands in a command block, use it. To activate the command block,
|
|||
To be able to place a command block and change the commands, you need to be in Creative Mode and must have the “maphack” privilege. A new command block does not have any commands and does nothing. Use the command block (in Creative Mode!) to edit its commands. Read the help entry “Advanced topics > Server Commands” to understand how commands work. Each line contains a single command. You enter them like you would in the console, but without the leading slash. The commands will be executed from top to bottom.=
|
||||
All commands will be executed on behalf of the player who placed the command block, as if the player typed in the commands. This player is said to be the “commander” of the block.=
|
||||
Command blocks support placeholders, insert one of these placeholders and they will be replaced by some other text:=
|
||||
• “@c”: commander of this command block=
|
||||
• “@n” or “@p”: nearest player from the command block=
|
||||
• “@f” farthest player from the command block=
|
||||
• “@r”: random player currently in the world=
|
||||
• “@@”: literal “@” sign=
|
||||
• “@@c”: commander of this command block=
|
||||
• “@@n” or “@@p”: nearest player from the command block=
|
||||
• “@@f” farthest player from the command block=
|
||||
• “@@r”: random player currently in the world=
|
||||
• “@@@@”: literal “@@” sign=
|
||||
Example 1:@n time 12000@nSets the game clock to 12:00=
|
||||
Example 2:@n give @@n mcl_core:apple 5@n→ Gives the nearest player 5 apples=
|
||||
Access denied. You need the “maphack” privilege to edit command blocks.=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue