Advertisement
nyaago50000

Untitled

Feb 13th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. options:
  2. item : diamond
  3. name : <white>ログインダイヤ
  4. amount : 1
  5. prefix : "&6Daily bonus:"
  6. time : 12 hours
  7.  
  8. #-------------------------------------BEGIN CODE
  9. on player join:
  10. difference between {dailyreward.%player%.time} and now is less than {@time}:
  11. send "&6あなたはログインボーナスを受け取ってます。12時間でまた受け取れます。" to player
  12. stop
  13. add {@amount} {@item} named "{@name}" to the player
  14. set {dailyreward.%player%.time} to now
  15. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement