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
|
@ -217,15 +217,15 @@ S("To be able to place a command block and change the commands, you need to be i
|
|||
S("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.").."\n\n"..
|
||||
|
||||
S("Command blocks support placeholders, insert one of these placeholders and they will be replaced by some other text:").."\n"..
|
||||
S("• “@c”: commander of this command block").."\n"..
|
||||
S("• “@n” or “@p”: nearest player from the command block").."\n"..
|
||||
S("• “@f” farthest player from the command block").."\n"..
|
||||
S("• “@r”: random player currently in the world").."\n"..
|
||||
S("• “@@”: literal “@” sign").."\n\n"..
|
||||
S("• “@@c”: commander of this command block").."\n"..
|
||||
S("• “@@n” or “@@p”: nearest player from the command block").."\n"..
|
||||
S("• “@@f” farthest player from the command block").."\n"..
|
||||
S("• “@@r”: random player currently in the world").."\n"..
|
||||
S("• “@@@@”: literal “@@” sign").."\n\n"..
|
||||
|
||||
S("Example 1:\n time 12000\nSets the game clock to 12:00").."\n\n"..
|
||||
|
||||
S("Example 2:\n give @n mcl_core:apple 5\n→ Gives the nearest player 5 apples"),
|
||||
S("Example 2:\n give @@n mcl_core:apple 5\n→ Gives the nearest player 5 apples"),
|
||||
|
||||
tiles = {{name="jeija_commandblock_off.png", animation={type="vertical_frames", aspect_w=32, aspect_h=32, length=2}}},
|
||||
groups = {creative_breakable=1, mesecon_effector_off=1},
|
||||
|
|
|
@ -15,12 +15,12 @@ Everyone can activate a command block and look at its commands, but not everyone
|
|||
To view the commands in a command block, use it. To activate the command block, just supply it with redstone power. This will execute the commands once. To execute the commands again, turn the redstone power off and on again.=Um die Befehle in einem Befehlsblock zu betrachten, benutzen Sie ihn. Um ihn zu aktivieren, versorgen Sie ihn einfach mit Redstoneenergie. Das wird die Befehle einmalig ausführen. Um sie erneut auszuführen, schalten Sie die Redstoneenergie aus und wieder ein.
|
||||
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.=Um einen Befehlsblock platzieren und die Befehle ändern zu können, müssen Sie im Kreativmodus sein und das „maphack“-Privileg haben. Ein neuer Befehlsblock hat keine Befehle und tut gar nichts. Benutzen Sie den Befehlsblock (im Kreativmodus!), um seine Befehle zu bearbeiten. Lesen Sie den Hilfeeintrag „Fortgeschrittenes > Serverbefehle“, um zu verstehen, wie Befehle funktionieren. Jede Zeile enthält einen einzigen Befehl. Sie geben Sie wie in der Konsole ein, aber ohne den Schrägstrich am Anfang.
|
||||
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.=Alle Befehle werden im Namen des Spielers, der den Befehlsblock platziert hat, ausgeführt, als ob der Spieler die Befehle eingegeben hätte. Diesen Spieler nennen wir den „Kommandanten“ des Blocks.
|
||||
Command blocks support placeholders, insert one of these placeholders and they will be replaced by some other text:=Befehlsblöcke unterstützen Platzhalter, geben sie einen dieser Platzhalter ein und sie werden durch einen anderen Text ersetzt:
|
||||
• “@c”: commander of this command block=• „@c“: Befehlshaber dieses Befehlsblocks
|
||||
• “@n” or “@p”: nearest player from the command block=• „@n“ oder „@p“: Nächster Spieler am Befehlsblock
|
||||
• “@f” farthest player from the command block=• Der vom Befehelsblock am weitesten entfernte Spieler
|
||||
• “@r”: random player currently in the world=• „@r“: Zufälliger Spieler in der Welt
|
||||
• “@@”: literal “@” sign=• Nur das „@“-Zeichen
|
||||
Command blocks support placeholders, insert one of these placeholders and they will be replaced by some other text:=Befehlsblöcke unterstützen Platzhalter. Geben Sie einen dieser Platzhalter ein und sie werden durch einen anderen Text ersetzt:
|
||||
• “@@c”: commander of this command block=• „@@c“: Befehlshaber dieses Befehlsblocks
|
||||
• “@@n” or “@@p”: nearest player from the command block=• „@@n“ oder „@@p“: Nächster Spieler am Befehlsblock
|
||||
• “@@f” farthest player from the command block=• „@@f“: Der vom Befehlsblock am weitesten entfernte Spieler
|
||||
• “@@r”: random player currently in the world=• „@@r“: Zufälliger Spieler in der Welt
|
||||
• “@@@@”: literal “@@” sign=• „@@@@“: Nur das „@@“-Zeichen
|
||||
Example 1:@n time 12000@nSets the game clock to 12:00=1. Beispiel:@n time 12000@nSetzt die Spieluhr auf 12:00 Uhr
|
||||
Example 2:@n give @@n mcl_core:apple 5@n→ Gives the nearest player 5 apples=2. Beispiel:@n give @@n mcl_core:apple 5@n→ Gibt dem nächsten Spieler 5 Äpfel
|
||||
Access denied. You need the “maphack” privilege to edit command blocks.=Zugriff verweigert. Sie brauchen das „maphack“-Privileg, um Befehlsblöcke zu bearbeiten.
|
||||
|
|
|
@ -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