okkunsyouta

Untitled

Nov 11th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. options:
  2. prefix : "&6ログイン報酬:"
  3. time : 1 Days
  4.  
  5. #-------------------------------------BEGIN CODE
  6. on player join:
  7. wait 2 seconds
  8. difference between {dailyreward.%player%.time} and now is less than {@time}:
  9. send "&6既にログイン報酬を受け取っています" to player
  10. stop
  11. give player Iron Nugget named "&6ログイン報酬"
  12. set {dailyreward.%player%.time} to now
  13. stop
Add Comment
Please, Sign In to add comment