iancoguz

VIP Zone

Oct 4th, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Setup:
  2. /scoreboard objectives add isVIP dummy
  3. Command Blocks
  4. /execute @a[score_isVIP=1,score_isVIP_min=1] ~ ~ ~ detect ~ ~-1 ~ minecraft:bedrock 0 execute @a[score_isVIP=1,score_isVIP_min=1] ~ ~ ~ detect ~ ~-2 ~ minecraft:barrier 0 tp @p ~ ~3 ~
  5. /execute @a[score_isVIP=1,score_isVIP_min=1] ~ ~ ~ detect ~ ~-4 ~ minecraft:bedrock 0 execute @a[score_isVIP=1,score_isVIP_min=1] ~ ~ ~ detect ~ ~-5 ~ minecraft:command_block 0 tp @p ~ ~-3 ~
  6. Add Player:
  7. /scoreboard players set <VIPPlayerHere> isVIP 1
  8. Remove Player:
  9. /scoreboard players set <VIPPlayerHere> isVIP 0
Advertisement
Add Comment
Please, Sign In to add comment