Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. command /mw_gui:
  2. trigger:
  3. wait 3 tick
  4. open chest with 6 rows named "MemeWars" to player
  5. wait 3 tick
  6. format slot 4 of player with diamond block named "&aClick to join instantly!" to close then run [execute player command "/mw_instant"]
  7. format slot 19 of player with emerald block named "&a&n&lServer 1" with lore "||&eGame:&f MemeWars||&eMap:&f Test Map||&ePlayers:&f {memewars.players}/4||||&aRecruiting||&f&nClick to Join" to close then run [execute player command "/mw_server1"]
  8. format slot 40 of player with gold block named "&b1 Game In Progress" with lore "&f&nClick to Spectate" to close then run [execute player command "/mw_spec"]
  9.  
  10. command /mw_spec:
  11. trigger:
  12. wait 3 tick
  13. open chest with 6 rows named "Test Game" to player
  14. wait 3 tick
  15. format slot 4 of player with 355 named "&7⬅ Go Back" to close then run [execute player command "/mw_gui"]
  16. format slot 9 of player with gold block named "&a&n&lServer 1" with lore "||&eGame:&f MemeWars||&eMap:&f Memes||&ePlayers:&f {memewars.players}/4||||&eIn Progress||&f&nClick to Spectate||&f&nand wait for next game!" to close then run [execute player command "/mw_spec_server1"]
  17.  
  18. command /mw_server1:
  19. trigger:
  20. send "&9Portal>&7 You have been sent from &6Lobby-1&7 to &6TEST-1&7."
  21. make console execute command "mvtp %player% sky"
  22.  
  23. command /mw_instant:
  24. trigger:
  25. send "&9Portal>&7 You have been sent from &6Lobby-1&7 to &6TEST-1&7."
  26. make console execute command "mvtp %player% sky"
  27.  
  28. command /mw_spec_server1:
  29. trigger:
  30. send "&9Portal>&7 You have been sent from &6Lobby-1&7 to &6TEST-1&7."
  31. make console execute command "mvtp %player% sky"
  32. wait 1 tick
  33. make player execute command "spec"
  34.  
  35. on join:
  36. player is in world "sky":
  37. add 1 to {memewars.players}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement