Advertisement
Guest User

Untitled

a guest
Oct 8th, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. variables:
  2. mapa = 1
  3.  
  4. every 1 hour:
  5. add 1 to {mapa}
  6.  
  7. if {mapa} is bigger than 5:
  8. set {mapa} to 1
  9.  
  10. command /wyborklas:
  11. trigger:
  12. execute console command "/mv move %player% {mapa}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement