How to build a command block machine that only allows YOU to be in a certain cordAll items not removed from brewing stand in automated brewing systemCommand Block always activates ComparatorIs there a way to determine whether a player is online or offline with command blocks?Why is my attempt at night vision goggles not working?Give player item(s) when player hits X amount of deathsHow can I walk around regularly while in the ground?Optimal distance to AFK for creeper farm?Using execute command to teleport a player under a certain heightHow to replace an item the player has in their inventory in 1.13?Minecraft: How do I get Mob Deaths to Open Doors?

…down the primrose path

Why am I not getting stuck in the loop

Which genus do I use for neutral expressions in German?

Can I enter a rental property without giving notice if I'm afraid a tenant may be hurt?

Whats the difference between <processors> and <pipelines> in Sitecore configuration?

What's going on with an item that starts with an hbox?

Getting an entry level IT position later in life

What could prevent players from leaving an island?

What was the role of Commodore-West Germany?

Does a humanoid possessed by a ghost register as undead to a paladin's Divine Sense?

Why do cheap flights with a layover get more expensive when you split them up into separate flights?

How to switch an 80286 from protected to real mode?

How to make attic easier to traverse?

Can a Hogwarts student refuse the Sorting Hat's decision?

I was contacted by a private bank overseas to get my inheritance

Why do dragons like shiny stuff?

How to approach protecting my code as a research assistant? Should I be worried in the first place?

Is DC heating faster than AC heating?

How easy is it to get a gun illegally in the United States?

The Game of the Century - why didn't Byrne take the rook after he forked Fischer?

A verb for when some rights are not violated?

Can attackers change the public key of certificate during the SSL handshake

Find only those folders that contain a File with the same name as the Folder

Is "safes" an acceptable alternative to "makes safe"



How to build a command block machine that only allows YOU to be in a certain cord


All items not removed from brewing stand in automated brewing systemCommand Block always activates ComparatorIs there a way to determine whether a player is online or offline with command blocks?Why is my attempt at night vision goggles not working?Give player item(s) when player hits X amount of deathsHow can I walk around regularly while in the ground?Optimal distance to AFK for creeper farm?Using execute command to teleport a player under a certain heightHow to replace an item the player has in their inventory in 1.13?Minecraft: How do I get Mob Deaths to Open Doors?






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








2















i have been trying this:



hopper clock on here and then comparator



testfor @a[Dr_Weasel99!=DR_WEASEL99,r=5]


then if player is found in my place again, a comparator



/tp @p[Dr_Weasel99=!Dr_Weasel99] ~ 20 ~


they should fall to their death no matter what because bedrock is replaced with water



but idk.
im trying to make it when someone else comes in my place they will get teleported away










share|improve this question
































    2















    i have been trying this:



    hopper clock on here and then comparator



    testfor @a[Dr_Weasel99!=DR_WEASEL99,r=5]


    then if player is found in my place again, a comparator



    /tp @p[Dr_Weasel99=!Dr_Weasel99] ~ 20 ~


    they should fall to their death no matter what because bedrock is replaced with water



    but idk.
    im trying to make it when someone else comes in my place they will get teleported away










    share|improve this question




























      2












      2








      2








      i have been trying this:



      hopper clock on here and then comparator



      testfor @a[Dr_Weasel99!=DR_WEASEL99,r=5]


      then if player is found in my place again, a comparator



      /tp @p[Dr_Weasel99=!Dr_Weasel99] ~ 20 ~


      they should fall to their death no matter what because bedrock is replaced with water



      but idk.
      im trying to make it when someone else comes in my place they will get teleported away










      share|improve this question
















      i have been trying this:



      hopper clock on here and then comparator



      testfor @a[Dr_Weasel99!=DR_WEASEL99,r=5]


      then if player is found in my place again, a comparator



      /tp @p[Dr_Weasel99=!Dr_Weasel99] ~ 20 ~


      they should fall to their death no matter what because bedrock is replaced with water



      but idk.
      im trying to make it when someone else comes in my place they will get teleported away







      minecraft minecraft-commands






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 18 mins ago









      pppery

      1,4981 gold badge8 silver badges20 bronze badges




      1,4981 gold badge8 silver badges20 bronze badges










      asked Jan 29 '15 at 3:20









      dr_weasel99dr_weasel99

      133 bronze badges




      133 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          2














          /kill @p[name=!DR_Weaasel99,x=(x-coord), y=(y-coord), z=(z-coord), r=(range)]





          share|improve this answer

























          • im in 1.5.2 and the kill command doesnt work in command blocks x<

            – dr_weasel99
            Jan 29 '15 at 23:41











          • you can swap the kill out for tp and teleport them like 200 blocks downward

            – ModDL
            Jan 30 '15 at 3:26











          • prntscr.com/5ytayv in second block i put that

            – dr_weasel99
            Jan 30 '15 at 4:27













          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%2f203356%2fhow-to-build-a-command-block-machine-that-only-allows-you-to-be-in-a-certain-cor%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2














          /kill @p[name=!DR_Weaasel99,x=(x-coord), y=(y-coord), z=(z-coord), r=(range)]





          share|improve this answer

























          • im in 1.5.2 and the kill command doesnt work in command blocks x<

            – dr_weasel99
            Jan 29 '15 at 23:41











          • you can swap the kill out for tp and teleport them like 200 blocks downward

            – ModDL
            Jan 30 '15 at 3:26











          • prntscr.com/5ytayv in second block i put that

            – dr_weasel99
            Jan 30 '15 at 4:27















          2














          /kill @p[name=!DR_Weaasel99,x=(x-coord), y=(y-coord), z=(z-coord), r=(range)]





          share|improve this answer

























          • im in 1.5.2 and the kill command doesnt work in command blocks x<

            – dr_weasel99
            Jan 29 '15 at 23:41











          • you can swap the kill out for tp and teleport them like 200 blocks downward

            – ModDL
            Jan 30 '15 at 3:26











          • prntscr.com/5ytayv in second block i put that

            – dr_weasel99
            Jan 30 '15 at 4:27













          2












          2








          2







          /kill @p[name=!DR_Weaasel99,x=(x-coord), y=(y-coord), z=(z-coord), r=(range)]





          share|improve this answer













          /kill @p[name=!DR_Weaasel99,x=(x-coord), y=(y-coord), z=(z-coord), r=(range)]






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 29 '15 at 5:37









          ModDLModDL

          3,7301 gold badge9 silver badges40 bronze badges




          3,7301 gold badge9 silver badges40 bronze badges















          • im in 1.5.2 and the kill command doesnt work in command blocks x<

            – dr_weasel99
            Jan 29 '15 at 23:41











          • you can swap the kill out for tp and teleport them like 200 blocks downward

            – ModDL
            Jan 30 '15 at 3:26











          • prntscr.com/5ytayv in second block i put that

            – dr_weasel99
            Jan 30 '15 at 4:27

















          • im in 1.5.2 and the kill command doesnt work in command blocks x<

            – dr_weasel99
            Jan 29 '15 at 23:41











          • you can swap the kill out for tp and teleport them like 200 blocks downward

            – ModDL
            Jan 30 '15 at 3:26











          • prntscr.com/5ytayv in second block i put that

            – dr_weasel99
            Jan 30 '15 at 4:27
















          im in 1.5.2 and the kill command doesnt work in command blocks x<

          – dr_weasel99
          Jan 29 '15 at 23:41





          im in 1.5.2 and the kill command doesnt work in command blocks x<

          – dr_weasel99
          Jan 29 '15 at 23:41













          you can swap the kill out for tp and teleport them like 200 blocks downward

          – ModDL
          Jan 30 '15 at 3:26





          you can swap the kill out for tp and teleport them like 200 blocks downward

          – ModDL
          Jan 30 '15 at 3:26













          prntscr.com/5ytayv in second block i put that

          – dr_weasel99
          Jan 30 '15 at 4:27





          prntscr.com/5ytayv in second block i put that

          – dr_weasel99
          Jan 30 '15 at 4:27

















          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%2f203356%2fhow-to-build-a-command-block-machine-that-only-allows-you-to-be-in-a-certain-cor%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

          ParseJSON using SSJSUsing AMPscript with SSJS ActivitiesHow to resubscribe a user in Marketing cloud using SSJS?Pulling Subscriber Status from Lists using SSJSRetrieving Emails using SSJSProblem in updating DE using SSJSUsing SSJS to send single email in Marketing CloudError adding EmailSendDefinition using SSJS

          Кампала Садржај Географија Географија Историја Становништво Привреда Партнерски градови Референце Спољашње везе Мени за навигацију0°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.340°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.34МедијиПодациЗванични веб-сајту

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