Advertisement
fleft17

Untitled

Dec 28th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. command /timer-enablepvp:
  2. description: Internal Timer command for enabling PvP
  3. usage: /timer-enablepvp
  4. permission: skript.timer.enablepvp
  5. trigger:
  6. loop all players:
  7. loop-player is "Fleft"
  8. make loop-player execute command "/helpop Turn on PvP yourself!"
  9. set {_True} to true
  10. if {_True} is not set:
  11. broadcast "{@C}Fleft is offline, so PvP has"
  12. broadcast "{@C}been automatically enabled!"
  13. execute console command "/pvp global on"
  14. execute console command "/timer cancel"
  15. execute console command "/timer %({Timer.MeetupAt}-{Timer.PvPAt})*60% Meetup In:"
  16. delete {Timer.PvPCheck}
  17. delete {Timer.PvPAt}
  18. delete {Timer.TimeTilPvP}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement