Advertisement
Svely

-NoName-RPG-

Jun 2nd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. options:
  2. server: &7>> >&f
  3. rpg: &7[-NoName-RPG-]&f
  4.  
  5. on death:
  6. victim is a player:
  7. teleport victim to {respawn.%player}
  8.  
  9. on right click on bed:
  10. cancel event
  11. set {_cooldown} to difference between {respawn.%player%.lastused} and now
  12. if {_cooldown} is less than 1 seconds:
  13. send "{@server} 1秒以上開けて設定してください"
  14. stop
  15. set {respawn.%player%} to location of player
  16. set {respawn.%player%.lastused} to now
  17. send "{@rpg} &aリスポーン地点を設定しました"
  18.  
  19. on first join:
  20. set the join message to "{@server} &7%player% &aFirstJoin &7the game"
  21.  
  22. on join:
  23. set the join message to "{@server} &7%player% &fJoin the game"
  24.  
  25. on quit:
  26. set the quit message to "{@server} &7%player% &fleft the game"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement