Advertisement
Guest User

Creating warp signs

a guest
May 30th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. Creating warp signs (Optional)
  2. Change coordinates to corresponding locations, put codes in command blocks and activate:
  3. Blue Shop:
  4. /give @p sign 1 0 {BlockEntityTag:{Text2:"[{\"text\":\"Go to\"}]",Text3:"[{\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/tp @p[r=4,team=teamblue] ? 67 ?\"},\"text\":\"Blue Shop\"}]"},display:{Name:"Blue Shop"}}
  5. Blue Spawn:
  6. /give @p sign 1 0 {BlockEntityTag:{Text2:"[{\"text\":\"Return to\"}]",Text3:"[{\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/tp @p ? 67 ?\"},\"text\":\"Blue Spawn\"}]"},display:{Name:"Blue Spawn"}}
  7. Red Shop:
  8. /give @p sign 1 0 {BlockEntityTag:{Text2:"[{\"text\":\"Go to\"}]",Text3:"[{\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/tp @p[r=4,team=teamred] ? 67 ?\"},\"text\":\"Red Shop\"}]"},display:{Name:"Red Shop"}}
  9. Red Spawn:
  10. /give @p sign 1 0 {BlockEntityTag:{Text2:"[{\"text\":\"Return to\"}]",Text3:"[{\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/tp @p ? 67 ?\"},\"text\":\"Red Spawn\"}]"},display:{Name:"Red Spawn"}}
  11. Place Spawn signs inside shops.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement