Try   HackMD

Minecraft - Einführung in WorldEdit

tags: Minecraft

Worldedit - was ist das?

In dem KidsLab-Modpack ist auch die Mod "WorldEdit" mit drin.

Mit dieser Mod kann man sehr schnell große und coole Sachen in Minecraft bauen - ich habe alle meine Welten damit gemacht.

Vorbereitungen.

Im Hauptmenu unter Mods kannst du prüfen, ob und welche Version installiert ist:

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Als erstes legst Du eine leere Welt an: Minecraft - Neue, leere Welt erstellen.

Erste Schritte

Bedienung des Chats

  • Pfeil nach oben - letztes Commando aufrufen
  • "Tab" Taste - Vervollständigen

Zauberstab erhalten

Gib im Chat / Befehlszeile diesen Befehl ein:

//wand

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Zum auswählen eines Bereichs, einmal Rechts und einmal Links klicken: Damit hast du einen Bereich ausgewähl.

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Und mit einem Befehl kann man diesen Bereich jetzt mit einem Block füllen:

// set gold

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Alle Befehle in WorldEdit beginnen mit "//"



Ein paar Beispiele für Blocknamen:

  • air = luft
  • stone = stein
  • grass = Gras
  • glas = Glas
  • gold = Gold

Eine Liste aller Blöcke findest du hier: https://minecraft-de.gamepedia.com/Numerische_Identifikation

Oopsie - Befehle Rückgängig machen

Wenn ihr was falsches gemacht habt, einfach:

//undo

Bereich erweitern

Nach Norden, Süden, Westen oder Osten erweitern

//expand 20

Nach oben oder unten erweitern

//expand 10 up
//expand 10 down

Ein Haus aus Gold

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

//walls gold

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Wir müssen den Bereich also größer machen:

//expand 10 up

und noch mal unseren "Walls Gold" Befehl:

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Bereiche kopieren

  • Bereich auswählen
  • "//copy"
  • Bewegen
  • "//paste"

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Eine hohle Kugel

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

//hsphere Block Radius

Es werde Wald!

//forestgen 100

Macht in 100 blöcken Umgebung einen Wald

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →