Items on the wall/on the table

4002 Aufrufe
Komplexität: einfach
Bewertung: 79%
Einloggen oder registrieren um Bauideen zu bewerten.
<h1 class=Items on the wall/on the table"/>

Items on the wall/on the table

[ideas-plain-rating-result id=6964] Array 0 100

Mit einem kleinen Befehl kann man Items an die Wand "pinnen" oder auf einen Tisch legen.

examples

  1. Fish on the wall

    With the help of a sign the wooden board is represented
  2. Food on the plate
    With the help of a pressure plate (here iron) a plate is represented
  3. Food on the grill
    -
    The grill’s from here.

Of course you can also think about a few things yourself 🙂

Anleitung:

Das ganze ist mithilfe von ArmorStands umgesetzt.
-

Die Befehle lauten:
an der Wand:
/summon ArmorStand ~x-0.1 ~y-0.6 ~z+1.2
{Rotation:[180f],ShowArms:1,NoBasePlate:1,Small:0,Invisible:1,Invulnerable:1,NoGravity:1,Pose:{RightArm:[270f,0f,45f],LeftArm:[0f,0f,0f],RightLeg:[0f,0f,0f],LeftLeg:[0f,0f,0f],Head:[0f,0f,0f],Body:[0f,0f,0f]},Equipment:[{id:"fish",Count:1b}]}
auf dem Tisch:
/summon ArmorStand ~x+0.4 ~y-0.25 ~z-0.25
{Rotation:[0f],ShowArms:1,NoBasePlate:1,Small:0,Invisible:1,Invulnerable:1,NoGravity:1,Pose:{RightArm:[0f,0f,0f],LeftArm:[0f,0f,0f],RightLeg:[0f,0f,0f],LeftLeg:[0f,0f,0f],Head:[0f,0f,0f],Body:[0f,0f,0f]},Equipment:[{id:"cooked_beef",Count:1b}]}

Um die Items an andere Wände zu "pinnen" oder hinzulegen, muss man das fettgedruckte ändern (Angaben in °) und die Koordinaten anpassen. Am besten macht man ihn dazu sichtbar (man sieht ihn und kann ihn ohne Befehl zerstören) indem man diese 1  zu 0 ändert. Viel Spaß beim Probieren :D

Zum Spawnen der ArmorStands braucht man einen Commandblock
Befehlt : /give @p command_block

Zum Entfernen der ArmorStands braucht man einen Befehl:
/kill @e[type=ArmorStand,r=1]
Man stellt sich einfach in den ArmorStand, bzw. in die Nähe

Fragen in die Kommentare ;)

4 KOMMENTARE

HINTERLASSEN SIE EINE ANTWORT