PlesleronTepryos

Last active 2 years ago

  1. 8 years ago
    Wed Jan 11 20:58:13 2017
    PlesleronTepryos posted in bye now ya'll.

    From Wikitionary:

    momento ‎(plural momentoes)

    1. Misspelling of memento.

  2. Wed Jan 11 20:55:50 2017
    PlesleronTepryos posted in Armor Stands With Arms.

    I tried that but it didn't work.

  3. Wed Jan 11 12:31:47 2017
    PlesleronTepryos posted in Armor Stands With Arms.

    @CraftyMyner how do i remove the comparator because i can't seem to figure out how.

  4. Wed Jan 11 10:09:49 2017
    PlesleronTepryos posted in Armor Stands With Arms.

    @JustJams what i mean is that, when you break the armor stand, it should return the sticks

  5. Wed Jan 11 05:21:58 2017
    PlesleronTepryos posted in Armor Stands With Arms.

    i also need to figure out a way to return the sticks.

  6. Wed Jan 11 05:20:47 2017
    PlesleronTepryos posted in Armor Stands With Arms.

    even then, who would be stingy enough to use only one stick?

  7. Wed Jan 11 05:19:05 2017
    PlesleronTepryos posted in Armor Stands With Arms.

    that makes sense, i didn't think of that, i need to figure out how to fix it.

  8. Tue Jan 10 07:28:54 2017
    PlesleronTepryos posted in Armor Stands With Arms.

    oh awesome, i wasn't sure i communicated it properly

  9. Tue Jan 10 07:20:56 2017
    PlesleronTepryos posted in Armor Stands With Arms.

    when you throw a pair of sticks onto the base of an armor stand, it deletes the sticks and gives it arms.

  10. Tue Jan 10 06:16:21 2017
    PlesleronTepryos started the conversation Armor Stands With Arms.

    I created a small cocommand block structure that allows a player to throw a pair of sticks on an armor stand and that armor stand gets arms and subsequently destroys the sticks.

    The first command block is a repeat:
    /execute @a ~ ~ ~ /execute @e[r=3,type=Armor_Stand] ~ ~ ~ /testfor @e[r=1,type=Item] {Item:{id:"minecraft:stick",Count:2b}}

    Then a comparator.

    The second command block is impulse:
    /execute @a ~ ~ ~ /execute @e[r=3,type=Armor_Stand] ~ ~ ~ /kill @e[r=0.5,type=Item] {Item:{id:minecraft:stick}}

    The third is a chain:
    /execute @a ~ ~ ~ /execute @e[r=3,type=Armor_Stand] ~ ~ ~ /entitydata @e[r=3,type=Armor_Stand] {ShowArms:1}

    Thank you for reading,

    A Lymbian

    EDIT: It only works for armor stands close-by.

View more