Skocz do zawartości
  • 0

Permissie do Skryptu


MajorMC

Pytanie

czy ktos może tu dodać Permissie?

variables:
{team%player%.status} = false
{team.%player%.red} = false
{team.%player%.blue} = false
 
on damage:
if {team.%attacker%} is {team.%victim%}:
 send "&7Nie mozesz bic %victim%!" to the attacker
 cancel event
 
on rightclick on sign:
if line 1 is "[PVP]":
 line 3 is "Red":
   set {team.%player%.status} to true
   set {team.%player%.red} to true
   set {team.%player%.blue} to false
   teleport player to {spawn.red}
   send "red"
if line 1 is "[PVP]":
 line 3 is "Blue":
   set {team.%player%.status} to true
   set {team.%player%.blue} to true
   set {team.%player%.red} to false
   teleport player to {spawn.blue}
   send "blue"
if line 1 is "[PVP]":
 line 3 is "wyjdz":
   if {team.%player%.blue} is true:
     set {team.%player%.status} to false
     set {team.%player%.blue} to false
     teleport player at spawn
     send "&7Wyszedles z druzyny"
   if {team.%player%.red} is true:
     set {team%player%.status} to false
     set {team.%player%.red} to false
     teleport player at spawn
     send "&7Wyszedles z druzyny"
command /ustawspawn [<text&gt]:
trigger:
 if arg 1 is "red":
   set {spawn.red} to location of player
   send "&7Ustawiles spawna &4Czerwonych"
 if arg 1 is "blue":
   set {spawn.blue} to location of player
   send "&7Ustawile� spawna &1Niebieskich"
 
command /spawn:
trigger:
 if {team.%player%.status} is true:
   if {team.%player%.red} is true:
     send "&7Poczekaj &c5&7 sekund"
     wait 4 real seconds
     teleport player to {spawn.red}
     send "&7Przeteleportowano na spawn &cRed"
   if {team.%player%.blue} is true:
     send "&7Poczekaj &c5&7 sekund"
     wait 4 real seconds
     teleport player to {spawn.blue}
     send "&7Przeteleportowano na spawn &9Blue"
 if {team.%player%.status} is false:
   teleport player to spawn
   
command /lobby:
trigger:
 teleport player to spawn
 
Odnośnik do komentarza
Udostępnij na innych stronach

9 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...