Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- logo: &8&l[&6&lLIVE&8&l]
- variables:
- {stan.live} = 0
- command /live [<text>] [<text>]:
- trigger:
- if player have permission "live.gpl7":
- if arg 1 is not set:
- send "{@logo} &aWpisz /live &cstart/koniec"
- if arg 1 is "start":
- if arg 2 is not empety:
- if {stan.live} is 1:
- broadcast "&r"
- broadcast "{@logo} &aGracz &c%player% &awlasnie nagrywa live! &7Link: &a%argument 2%"
- broadcast "&r"
- set {stan.live} to 30
- else:
- if {stan.live} is 1:
- send "{@logo} &aMozesz wpisac link'a do live'a! &7(&a/live start link&7)"
- broadcast "&r"
- broadcast "{@logo} &aGracz &c%player% &awlasnie nagrywa live!"
- broadcast "&r"
- set {stan.live} to 30
- if arg 1 is "koniec":
- broadcast "&r"
- broadcast "{@logo} &aGracz &c%player% &awlasnie skonczyl live!"
- broadcast "&r"
- set {stan.live} to 0
- stop
- else:
- send "{@logo} &aNie posiadasz permisji&7!"
- every 1 second:
- if {stan.live} is bigger than 1:
- remove 1 from {stan.live}
Add Comment
Please, Sign In to add comment