Advertisement
Blue_Tec

Untitled

Jul 21st, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. on join:
  2. teleport player to {lobby}
  3. send player title "&6&lCOOKIE-RPG" with subtitle "&aWelcome %player%" for 1 seconds
  4. set join message to "&b%player% joined."
  5. if {firstjoin::%uuid of player%} is true:
  6. stop
  7. else:
  8. give player 8 bread named "&a生パン"
  9. give player 1 unbreakable iron chestplate
  10. give player 1 red dye named "&7Knife"
  11.  
  12. on rightclick:
  13. if player is holding a bread named "&a生パン"
  14. on quit:
  15. set quit message to "&b%player% leave."
  16.  
  17. command /setspawn:
  18. permission: skript.admin
  19. trigger:
  20. set {lobby} to location of player
  21. message "&fYou changed lobby to %{lobby}%"
  22.  
  23. command /spawn:
  24. trigger:
  25. teleport player to {lobby}
  26. message "&fYou teleported to lobby."
  27. heal the player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement