Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. command /timerban <number> [<text>]:
  2. permission: tb.a
  3. usage: /timerban <1時間単位> <プレイヤー>
  4. aliases: /tban
  5. trigger:
  6. message "&a[Tib]:&c%arg-2%を%arg-1%時間BANしました。"
  7. command "/ban %arg-2%"
  8. add arg-1 to {tb::%arg-2%}
  9. loop arg-1 time:
  10. wait 1 hour:
  11. add -1 to {tb::%arg-2%}
  12. if {tb::%arg-2%} is 0:
  13. command "/pardon {tb::%arg-2%}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement