Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /timer-enablepvp:
- description: Internal Timer command for enabling PvP
- usage: /timer-enablepvp
- permission: skript.timer.enablepvp
- trigger:
- loop all players:
- loop-player is "Fleft"
- make loop-player execute command "/helpop Turn on PvP yourself!"
- set {_True} to true
- if {_True} is not set:
- broadcast "{@C}Fleft is offline, so PvP has"
- broadcast "{@C}been automatically enabled!"
- execute console command "/pvp global on"
- execute console command "/timer cancel"
- execute console command "/timer %({Timer.MeetupAt}-{Timer.PvPAt})*60% Meetup In:"
- delete {Timer.PvPCheck}
- delete {Timer.PvPAt}
- delete {Timer.TimeTilPvP}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement