Advertisement
Aoi0728

Untitled

Apr 11th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. command /bonus:
  2. trigger:
  3. set {_waited} to difference between {bonus.%player%.lastused} and now
  4. if {_waited} is less than a day:
  5. message "&b&l今日のデイリーボーナスはもう受け取りました。 %{bonus.%player%.lastused}%"
  6. stop trigger
  7. execute console command "menu grab %player% daily"
  8. set {bonus.%player%.lastused} to now
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement