Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Setup:
- /scoreboard objectives add isVIP dummy
- Command Blocks
- /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 ~
- /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 ~
- Add Player:
- /scoreboard players set <VIPPlayerHere> isVIP 1
- Remove Player:
- /scoreboard players set <VIPPlayerHere> isVIP 0
Advertisement
Add Comment
Please, Sign In to add comment