Activate piston on command?How do I activate an end portal?Minecraft 1.10.2 command block doesn't activate other command blockHow to use exclamation marks in Minecraft commands?How to make a command block output a negative signalTest for command blocksSwitch between two different commands when block is activated?MCPE give command componentsHow have a command block activate if there is ONLY ONE person in a area with the test for command in Minecraft PE / bedrock editionHelp with command syntaxMinecraft Command Issues

If I leave the US through an airport, do I have to return through the same airport?

Fermat's statement about the ancients: How serious was he?

GroupBy operation using an entire dataframe to group values

What is the maximum number of net attacks that one can make in a round?

How to hide rifle during medieval town entrance inspection?

Meaning of 'lose their grip on the groins of their followers'

What aircraft was used as Air Force One for the flight between Southampton and Shannon?

Teaching a class likely meant to inflate the GPA of student athletes

Wooden cooking layout

Artificer Creativity

Overlapping String-Blocks

Is it possible to have 2 different but equal size real number sets that have the same mean and standard deviation?

Is it safe to change the harddrive power feature so that it never turns off?

Why is a common reference string needed in zero knowledge proofs?

CSV how to trim values to 2 places in multiple columns using UNIX

How to ensure color fidelity of the same file on two computers?

Active low-pass filters --- good to what frequencies?

Live action TV show where High school Kids go into the virtual world and have to clear levels

Why can I traceroute to this IP address, but not ping?

Second (easy access) account in case my bank screws up

Is it a bad idea to to run 24 tap and shock lands in standard

Why was this person allowed to become Grand Maester?

Why does Sin[b-a] simplify to -Sin[a-b]?

Is it expected that a reader will skip parts of what you write?



Activate piston on command?


How do I activate an end portal?Minecraft 1.10.2 command block doesn't activate other command blockHow to use exclamation marks in Minecraft commands?How to make a command block output a negative signalTest for command blocksSwitch between two different commands when block is activated?MCPE give command componentsHow have a command block activate if there is ONLY ONE person in a area with the test for command in Minecraft PE / bedrock editionHelp with command syntaxMinecraft Command Issues






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I'm trying to create an elevator where you can't see any of the redstone or pistons while in or outside of it since I want to make an actually nice-looking one for a hotel or something.
Anyways, this is my setup for one which may be impossible unless I can either use a command to move blocks (and the player) up, or activate the pistons without having to summon a redstone block:



P=Sticky Piston



D=Dirt or solid block



1=Redstone torch



(I have it set up already so the lever can switch the torches on/off and activate the outer ones, but I'm having trouble with trying to get an elevator that's larger than 4x4 blocks to raise two blocks up or higher without a ridiculously complex or confusing system.



Side view:



DDDD



PPPP



PPPP



1111



DDDD



1111



Top view (in layers)



DDDD



DDDD



DDDD



DDDD




PPPP



PPPP



PPPP



PPPP




PPPP



PPPP



PPPP



PPPP



etc. I'll be very greatful if I can get some help with this!










share|improve this question
















bumped to the homepage by Community 58 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Actual pictures would be easier to follow than ascii art; could you take some screenshots? Also, have you tried just placing a redstone block next to the piston with a command?

    – rivermont - Will B.
    Apr 4 '17 at 22:56











  • Yes you're right lol that would make it a lot easier to understand. Here it is, basically (solid non-piston blocks would be on top of the second ones in the column): img08.deviantart.net/789e/i/2017/094/6/e/… & img00.deviantart.net/a604/i/2017/094/5/4/… Pretty much I'm wondering how to get those 4 pistons in the middle to work

    – Shelilla
    Apr 5 '17 at 3:47


















0















I'm trying to create an elevator where you can't see any of the redstone or pistons while in or outside of it since I want to make an actually nice-looking one for a hotel or something.
Anyways, this is my setup for one which may be impossible unless I can either use a command to move blocks (and the player) up, or activate the pistons without having to summon a redstone block:



P=Sticky Piston



D=Dirt or solid block



1=Redstone torch



(I have it set up already so the lever can switch the torches on/off and activate the outer ones, but I'm having trouble with trying to get an elevator that's larger than 4x4 blocks to raise two blocks up or higher without a ridiculously complex or confusing system.



Side view:



DDDD



PPPP



PPPP



1111



DDDD



1111



Top view (in layers)



DDDD



DDDD



DDDD



DDDD




PPPP



PPPP



PPPP



PPPP




PPPP



PPPP



PPPP



PPPP



etc. I'll be very greatful if I can get some help with this!










share|improve this question
















bumped to the homepage by Community 58 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Actual pictures would be easier to follow than ascii art; could you take some screenshots? Also, have you tried just placing a redstone block next to the piston with a command?

    – rivermont - Will B.
    Apr 4 '17 at 22:56











  • Yes you're right lol that would make it a lot easier to understand. Here it is, basically (solid non-piston blocks would be on top of the second ones in the column): img08.deviantart.net/789e/i/2017/094/6/e/… & img00.deviantart.net/a604/i/2017/094/5/4/… Pretty much I'm wondering how to get those 4 pistons in the middle to work

    – Shelilla
    Apr 5 '17 at 3:47














0












0








0








I'm trying to create an elevator where you can't see any of the redstone or pistons while in or outside of it since I want to make an actually nice-looking one for a hotel or something.
Anyways, this is my setup for one which may be impossible unless I can either use a command to move blocks (and the player) up, or activate the pistons without having to summon a redstone block:



P=Sticky Piston



D=Dirt or solid block



1=Redstone torch



(I have it set up already so the lever can switch the torches on/off and activate the outer ones, but I'm having trouble with trying to get an elevator that's larger than 4x4 blocks to raise two blocks up or higher without a ridiculously complex or confusing system.



Side view:



DDDD



PPPP



PPPP



1111



DDDD



1111



Top view (in layers)



DDDD



DDDD



DDDD



DDDD




PPPP



PPPP



PPPP



PPPP




PPPP



PPPP



PPPP



PPPP



etc. I'll be very greatful if I can get some help with this!










share|improve this question
















I'm trying to create an elevator where you can't see any of the redstone or pistons while in or outside of it since I want to make an actually nice-looking one for a hotel or something.
Anyways, this is my setup for one which may be impossible unless I can either use a command to move blocks (and the player) up, or activate the pistons without having to summon a redstone block:



P=Sticky Piston



D=Dirt or solid block



1=Redstone torch



(I have it set up already so the lever can switch the torches on/off and activate the outer ones, but I'm having trouble with trying to get an elevator that's larger than 4x4 blocks to raise two blocks up or higher without a ridiculously complex or confusing system.



Side view:



DDDD



PPPP



PPPP



1111



DDDD



1111



Top view (in layers)



DDDD



DDDD



DDDD



DDDD




PPPP



PPPP



PPPP



PPPP




PPPP



PPPP



PPPP



PPPP



etc. I'll be very greatful if I can get some help with this!







minecraft-commands minecraft-pocket-edition






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 5 '17 at 8:42









rivermont - Will B.

2,08031944




2,08031944










asked Apr 4 '17 at 21:48









ShelillaShelilla

61




61





bumped to the homepage by Community 58 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 58 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.














  • Actual pictures would be easier to follow than ascii art; could you take some screenshots? Also, have you tried just placing a redstone block next to the piston with a command?

    – rivermont - Will B.
    Apr 4 '17 at 22:56











  • Yes you're right lol that would make it a lot easier to understand. Here it is, basically (solid non-piston blocks would be on top of the second ones in the column): img08.deviantart.net/789e/i/2017/094/6/e/… & img00.deviantart.net/a604/i/2017/094/5/4/… Pretty much I'm wondering how to get those 4 pistons in the middle to work

    – Shelilla
    Apr 5 '17 at 3:47


















  • Actual pictures would be easier to follow than ascii art; could you take some screenshots? Also, have you tried just placing a redstone block next to the piston with a command?

    – rivermont - Will B.
    Apr 4 '17 at 22:56











  • Yes you're right lol that would make it a lot easier to understand. Here it is, basically (solid non-piston blocks would be on top of the second ones in the column): img08.deviantart.net/789e/i/2017/094/6/e/… & img00.deviantart.net/a604/i/2017/094/5/4/… Pretty much I'm wondering how to get those 4 pistons in the middle to work

    – Shelilla
    Apr 5 '17 at 3:47

















Actual pictures would be easier to follow than ascii art; could you take some screenshots? Also, have you tried just placing a redstone block next to the piston with a command?

– rivermont - Will B.
Apr 4 '17 at 22:56





Actual pictures would be easier to follow than ascii art; could you take some screenshots? Also, have you tried just placing a redstone block next to the piston with a command?

– rivermont - Will B.
Apr 4 '17 at 22:56













Yes you're right lol that would make it a lot easier to understand. Here it is, basically (solid non-piston blocks would be on top of the second ones in the column): img08.deviantart.net/789e/i/2017/094/6/e/… & img00.deviantart.net/a604/i/2017/094/5/4/… Pretty much I'm wondering how to get those 4 pistons in the middle to work

– Shelilla
Apr 5 '17 at 3:47






Yes you're right lol that would make it a lot easier to understand. Here it is, basically (solid non-piston blocks would be on top of the second ones in the column): img08.deviantart.net/789e/i/2017/094/6/e/… & img00.deviantart.net/a604/i/2017/094/5/4/… Pretty much I'm wondering how to get those 4 pistons in the middle to work

– Shelilla
Apr 5 '17 at 3:47











2 Answers
2






active

oldest

votes


















0














I think you will have to make the middle 4 pistons on the first layer retract, so that you can then summon redstone blocks.






share|improve this answer






























    0














    /setblock ~ ~-2 ~ redstone_block



    Activate it and 2 blocks under the command block will be a redstone block above the redstone block place another command block above the redstone block saying:



    /setblock ~ ~-1 ~ air



    From the redstone block put redstone to the pistons or better yet



    /setblock (x y z of one block under piston) redstone_block






    share|improve this answer

























      Your Answer








      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "41"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      noCode: true, onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );













      draft saved

      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f305078%2factivate-piston-on-command%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0














      I think you will have to make the middle 4 pistons on the first layer retract, so that you can then summon redstone blocks.






      share|improve this answer



























        0














        I think you will have to make the middle 4 pistons on the first layer retract, so that you can then summon redstone blocks.






        share|improve this answer

























          0












          0








          0







          I think you will have to make the middle 4 pistons on the first layer retract, so that you can then summon redstone blocks.






          share|improve this answer













          I think you will have to make the middle 4 pistons on the first layer retract, so that you can then summon redstone blocks.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered May 3 '18 at 0:15









          DetmondyouDetmondyou

          110111




          110111























              0














              /setblock ~ ~-2 ~ redstone_block



              Activate it and 2 blocks under the command block will be a redstone block above the redstone block place another command block above the redstone block saying:



              /setblock ~ ~-1 ~ air



              From the redstone block put redstone to the pistons or better yet



              /setblock (x y z of one block under piston) redstone_block






              share|improve this answer





























                0














                /setblock ~ ~-2 ~ redstone_block



                Activate it and 2 blocks under the command block will be a redstone block above the redstone block place another command block above the redstone block saying:



                /setblock ~ ~-1 ~ air



                From the redstone block put redstone to the pistons or better yet



                /setblock (x y z of one block under piston) redstone_block






                share|improve this answer



























                  0












                  0








                  0







                  /setblock ~ ~-2 ~ redstone_block



                  Activate it and 2 blocks under the command block will be a redstone block above the redstone block place another command block above the redstone block saying:



                  /setblock ~ ~-1 ~ air



                  From the redstone block put redstone to the pistons or better yet



                  /setblock (x y z of one block under piston) redstone_block






                  share|improve this answer















                  /setblock ~ ~-2 ~ redstone_block



                  Activate it and 2 blocks under the command block will be a redstone block above the redstone block place another command block above the redstone block saying:



                  /setblock ~ ~-1 ~ air



                  From the redstone block put redstone to the pistons or better yet



                  /setblock (x y z of one block under piston) redstone_block







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Jan 7 at 22:57









                  Virusbomb

                  4,63452450




                  4,63452450










                  answered Jan 7 at 22:55









                  BratworstBratworst

                  8711




                  8711



























                      draft saved

                      draft discarded
















































                      Thanks for contributing an answer to Arqade!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f305078%2factivate-piston-on-command%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      The fall designs the understood secretary. Looking glass Science Shock Discovery Hot Everybody Loves Raymond Smile 곳 서비스 성실하다 Defas Kaloolon Definition: To combine or impregnate with sulphur or any of its compounds as to sulphurize caoutchouc in vulcanizing Flame colored Reason Useful Thin Help 갖다 유명하다 낙엽 장례식 Country Iron Definition: A fencer a gladiator one who exhibits his skill in the use of the sword Definition: The American black throated bunting Spiza Americana Nostalgic Needy Method to my madness 시키다 평가되다 전부 소설가 우아하다 Argument Tin Feeling Representative Gym Music Gaur Chicken 일쑤 코치 편 학생증 The harbor values the sugar. Vasagle Yammoe Enstatite Definition: Capable of being limited Road Neighborly Five Refer Built Kangaroo 비비다 Degree Release Bargain Horse 하루 형님 유교 석 동부 괴롭히다 경제력

                      Sahara Skak | Bilen | Luke uk diar | NawigatsjuunCommonskategorii: SaharaWikivoyage raisfeerer: Sahara26° N, 13° O

                      19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу