patison234

EssentialsSkript Alpha 2.0 [Skript 2.0.2]

Dec 20th, 2013
1,224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 34.74 KB | None | 0 0
  1. # # # # # # # # # # # # # # # #
  2. # Skrypciarze team:           #
  3. # - PatisonPlayGames          #
  4. # - ISOPL                     #
  5. # - FejminTV                  #
  6. # # # # # # # # # # # # # # # #
  7.  
  8.  
  9.  
  10. # # # # # # # # # # # # # # # #
  11. # Script by Skrypciarze       #
  12. # Name: EssentialsSkript      #
  13. # Version: Alpha 2.0          #
  14. # Skript: 2.0.2               #
  15. # # # # # # # # # # # # # # # #
  16.  
  17.  
  18.  
  19. #=============================================#
  20. #  Licencja EssentialsSkript by Skrypciarze   #
  21. # + Nie zezwalamy na:                         #
  22. # - Usuwanie tresci o autorach!               #
  23. # - Udostepnaniu skryptu innym!               #
  24. # - Podszywanie sie pod autorów!              #
  25. # - Uzywanie kodu skryptu w swoich skryptach! #
  26. # - Zarabianie na skrypcie!                   #
  27. # + Zezwalamy na:                             #
  28. # - Dodawanie kodu na swoja potrzebe!         #
  29. # - Modyfikowanie wiadomosci!                 #
  30. #=============================================#
  31. variables:
  32.     {essentialsskript.%player%.ban} = false
  33.     {essentialsskript.%player%.banip} = false
  34.     {cooldown} = false
  35.     {god.wlacz.%player%} = 0
  36.     {god2.wlacz.%player%} = 0
  37. options:
  38. # # # # # # # # # # # # # # #
  39. #                           #
  40. #       General Config      #
  41. #                           #
  42. # # # # # # # # # # # # # # #
  43.  
  44.     # Tag wyswietlany przed wiadomosciami skryptu! 
  45.     tag: &4[&6EssentialssSkript&4]
  46.     #Nazwa pliku sk.Zanim wgrasz plik i zmieniles nazwe zmien ja takze tutaj i dopiero wgraj plik!:
  47.     sk: EssentialsSkript
  48.    
  49.    
  50.    
  51. # # # # # # # # # # # # # #
  52. #                         #
  53. #       Permissions       #
  54. #                         #
  55. # # # # # # # # # # # # # #
  56.  
  57.  
  58.  
  59.     # Wiadomosc przy braku uprawnienia:
  60.     permission: &4Nie masz uprawnien by uzywac tej komendy!
  61.  
  62.  
  63. # # # # # # # # # # # # # #
  64. #                         #
  65. #       Command Config    #
  66. #                         #
  67. # # # # # # # # # # # # # #
  68.  
  69.     # Wiadomosc prz 1 wejscu na serwer!
  70.     firstjoinmessage: &9Witamy nowego gracza &6%player% &9 na serwerze!
  71.    
  72.     # Wiadomosc przy wejscu na serwer
  73.     joinmessage: &a+ &8%player%
  74.    
  75.     #Wiadomosc przy wyjscu z serwera!:
  76.     quitmessage: &4- &8%player%
  77.    
  78.     # Nazwa serwera!:
  79.     servername: [Serwer]
  80.    
  81.     #Max . liczba zrsepenia potworow w komendzie /spawnmob:
  82.    
  83.     maxspawn: 10
  84.  
  85.     # Czy ma czekac sie 5 sekund na teleportacje true/false:
  86.     cooldown: false
  87.    
  88.    
  89. # Autor Config
  90.     version: Alpha 2.0
  91.    
  92. # Kick Command
  93.  
  94. command /kick [<player>] [<text>]:
  95.     trigger:
  96.         if arg 1 is set:
  97.             if arg 2 is set:
  98.                 if player has permission "essentialsskript.kick":
  99.                     if argument 1 has permission "essentialsskript.kick":
  100.                         send "{@tag} &cNie mozesz wyrzucic tego gracza!"
  101.                         stop
  102.                     else:
  103.                         kick the argument 1 due to "%arg 2%"
  104.                         broadcast "{@tag} &bGracz &c%arg 1% &bzostal wyrzucony za &c%arg 2%"
  105.                         stop
  106.                 else:
  107.                     send "{@tag} {@permission}"
  108.                     stop
  109.             else:
  110.                 send "{@tag} &cPodaj powod!"
  111.                 stop
  112.         else:
  113.             send "{@tag} &cPodaj nick gracza!"
  114.             stop
  115.            
  116. # Ban commands:
  117.  
  118. command /ban [<player>] [<text>]:
  119.     trigger:
  120.         if arg 1 is set:
  121.             if arg 2 is set:
  122.                 if player has permission "essentialsskript.ban":
  123.                     if argument 1 has permission "essentialsskript.ban":
  124.                         send "{@tag} &cNie mozesz zbanowac tego gracza!"
  125.                         stop
  126.                     else:                                      
  127.                         if {essentialsskript.%arg 1%.ban} is false:
  128.                             kick the argument 1 due to "%arg 2%"
  129.                             set {essentialsskript.%arg 1%.ban} to true
  130.                             ban argument 1
  131.                             add "%arg 1%" to {essentialsskript.banlist::*}
  132.                             broadcast "{@tag} &bGracz &c%arg 1% &bzostal zbanowany za &c%arg 2%"
  133.                             stop
  134.                         else:
  135.                             send "{@tag} &cTen gracz jest juz banowany!"
  136.                             stop
  137.                 else:
  138.                     send "{@tag} {@permission}"
  139.                     stop
  140.             else:
  141.                 send "{@tag} &cPodaj powod!"
  142.                 stop
  143.         else:
  144.             send "{@tag} &cPodaj nick gracza!"
  145.             stop
  146.  
  147.  
  148.            
  149. command /banlist:
  150.     trigger:
  151.         if player has permission "essentialsskript.banlist":
  152.             if {essentialsskript.banlist::*} is not set:
  153.                 send "{@tag} &cNie ma zadnych zbanowanych graczy!"
  154.                 stop
  155.             else:
  156.                 send "{@tag} &bLista graczy zbanowanych: &c%{essentialsskript.banlist::*}%"
  157.                 stop
  158.         else:
  159.             send "{@tag} {@permission}"
  160.             stop
  161. command /baniplist:
  162.     trigger:
  163.         if player has permission "essentialsskript.banlist":
  164.             if {essentialsskript.banlistip::*} is not set:
  165.                 send "{@tag} &cNie ma zadnych zbanowanych ip!"
  166.                 stop
  167.             else:
  168.                 send "{@tag} &bLista zbanowanych ip: &c%{essentialsskript.banlistip::*}%"
  169.                 stop
  170.         else:
  171.             send "{@tag} {@permission}"
  172.             stop   
  173.  
  174. command /banip [<player>] [<text>]:
  175.     trigger:
  176.         if arg 1 is set:
  177.             if arg 2 is set:
  178.                 if player has permission "essentialsskript.ban":
  179.                     if argument 1 has permission "essentialsskript.ban":
  180.                         send "{@tag} &cNie mozesz zbanowac tego ip !"
  181.                     else:                                      
  182.                         if {essentialsskript.%arg 1%.banip} is false:
  183.                             kick the argument 1 due to "%arg 2%"
  184.                             set {essentialsskript.%arg 1%.banip} to true
  185.                             ban argument 1 by ip
  186.                             add "%arg 1%" to {essentialsskript.banlistip::*}
  187.                             broadcast "{@tag} &bIP &c%ip of arg 1% &bzostalo zbanowane za &c%arg 2%"
  188.                             stop
  189.                         else:
  190.                             send "{@tag} &cTo ip jest juz zbanowane!"
  191.                             stop
  192.                 else:
  193.                     send "{@tag} {@permission}"
  194.                     stop
  195.             else:
  196.                 send "{@tag} &cPodaj powod!"
  197.                 stop
  198.         else:
  199.             send "{@tag} &cPodaj ip!"
  200.             stop   
  201.    
  202. command /unbanip [<offlineplayer>]:
  203.     trigger:
  204.         if player has permission "essentialsskript.unban":
  205.             if {essentialsskript.%arg 1%.banip} is true:
  206.                 unban argument 1 by ip
  207.                 remove "%arg 1%" from {essentialsskript.banlistip::*}
  208.                 set {essentialsskript.%arg 1%.banip} to false
  209.                 broadcast "{@tag} &bIp &a%ip of arg 1% &bzostalo odbanowane!"
  210.                 stop
  211.             else:
  212.                 send "{@tag} &cTo ip nie zostalo zbanowane!"
  213.                 stop
  214.         else:
  215.             send "{@tag} {@permission}"
  216.             stop
  217.            
  218. command /unban [<offlineplayer>]:
  219.     trigger:
  220.         if player has permission "essentialsskript.unban":
  221.             if {essentialsskript.%arg 1%.ban} is true:
  222.                 unban argument 1
  223.                 remove "%arg 1%" from {essentialsskript.banlist::*}
  224.                 set {essentialsskript.%arg 1%.ban} to false
  225.                 broadcast "{@tag} &bGracz &c%arg 1% &bzostal odbanowany!"
  226.                 stop
  227.             else:
  228.                 send "{@tag} &cTen gracz nie zostal zbanowany!"
  229.                 stop
  230.         else:
  231.             send "{@tag} {@permission}"
  232.             stop
  233.  
  234. # Heal Command     
  235.            
  236. command /heal [<player>]:
  237.     trigger:
  238.         if arg 1 is not set:
  239.             if player's health is not 10:
  240.                 if player has permission "essentialsskript.heal":
  241.                     set the player's food level to 10
  242.                     heal the player by 10 hearts
  243.                     send "{@tag} &aUleczono!"
  244.                     stop
  245.                 else:
  246.                     send "{@tag} {@permission}"
  247.                     stop
  248.             else:
  249.                 send "{@tag} &cTwoje zycie jest pelne!"
  250.                 stop
  251.         if arg 1 is set:
  252.             if argument's health is not 10:
  253.                 if player has permission "essentialsskript.heal":
  254.                     set the argument's food level to 10
  255.                     heal the argument by 10 hearts
  256.                     send "{@tag} &bUleczono!" to arg 1
  257.                     send "{@tag} &bUleczono gracza &c%arg 1%"
  258.                     stop
  259.                 else:
  260.                     send "{@tag} {@permission}"
  261.                     stop
  262.             else:
  263.                 send "{@tag} &cZycie tego gracza jest pelne!"
  264.                 stop
  265.  
  266.                
  267. command /feed [<player>]:
  268.     trigger:
  269.         if arg 1 is not set:
  270.             if player's food level is not 10:
  271.                 if player has permission "essentialsskript.heal":
  272.                     set the player's food level to 10
  273.                     send "{@tag} &bNakarmiono!"
  274.                     stop
  275.                 else:
  276.                     send "{@tag} {@permission}"
  277.                     stop
  278.             else:
  279.                 send "{@tag} &cTwoj glod jest pelny!"
  280.                 stop
  281.         if arg 1 is set:
  282.             if argument's food level is not 10:
  283.                 if player has permission "essentialsskript.heal":
  284.                     set the argument's food level to 10
  285.                     send "{@tag} &bNakarmiono!" to arg 1
  286.                     send "{@tag} &bNakarmiono gracza &c%arg 1%"
  287.                     stop
  288.                 else:
  289.                     send "{@tag} {@permission}"
  290.                     stop
  291.             else:
  292.                 send "{@tag} &cGlod tego gracza jest pelny!"
  293.                 stop
  294.                
  295. # Head command:
  296.  
  297. command /hat <material>:
  298.     trigger:
  299.         if player has permission "essentialsskript.hat":
  300.             if arg 1 is set:
  301.                 if id of argument 1 is greater than 255:
  302.                     send "{@tag} &cNie mozesz zalozyc tego itemku tylko bloki!"
  303.                     stop
  304.                 else:
  305.                     if helmet slot of the player is not empty:
  306.                         send "{@tag} &cNajpierw zdejmij przedmiot z glowy!"
  307.                         stop
  308.                     else:
  309.                         set helmet of the player to argument
  310.                         send "{@tag} &bCiesz sie nowym kapeluszem!"
  311.                         stop
  312.             else:
  313.                 send "{@tag} &cWybierz id bloku!"
  314.                 stop
  315.         else:
  316.             send "{@tag} {@permission}"
  317.             stop
  318. command /clear [<player>]:
  319.     aliases: ci
  320.     trigger:
  321.         if player has permission "essentialsskript.clear":
  322.             if arg 1 is not set:
  323.                 clear the player's inventory
  324.                 send "{@tag} &bWyczysciles swoje eq!"
  325.                 stop
  326.             if arg 1 is set:
  327.                 clear the argument's inventory
  328.                 send "{@tag} &bWyczysciles eq gracza &c%arg 1%"
  329.                 send "{@tag} &c%player% &bwyczyscil twoje eq!" to argument 1
  330.                 stop
  331.         else:
  332.             send "{@tag} {@permission}"
  333.             stop
  334.            
  335. # Invsee commands:
  336.  
  337. command /invsee [<player>]:
  338.     trigger:
  339.         if player has permission "essentialsskript.invsee":
  340.             if arg 1 is set:
  341.                 open the argument's inventory to the player
  342.                 stop
  343.             else:
  344.                 send "{@tag} &c Podaj nick gracza!"
  345.                 stop
  346.         else:
  347.             send "{@tag} {@permission}"
  348.             stop
  349.  
  350. # Gamemode commands:
  351.  
  352. command /gm <integer> [<player>]:
  353.     trigger:
  354.         if player has permission "esentialsskript.gamemode":
  355.             if arg 2 is set:
  356.                 if arg 1 is 1:
  357.                     set the gamemode of argument 2 to creative
  358.                     send "{@tag} &c%player% &bzmienil twoj tryb gry na &ccreative!" to arg 2                   
  359.                     send "{@tag} &bZminiels tryb gry gracza &c%arg 2% &bna creative!"
  360.                     stop
  361.                 if arg 1 is 0:
  362.                     set the gamemode of argument 2 to survival
  363.                     send "{@tag} &c%player% &bzmienil twoj tryb gry na &csurvival!" to arg 2                   
  364.                     send "{@tag} &bZminiels tryb gry gracza &6%arg 2% &cna survival!"
  365.                     stop
  366.                 if arg 1 is 2:
  367.                     set the gamemode of argument 2 to adventure
  368.                     send "{@tag} &c%player% &bzmienil twoj tryb gry na &cadventure!" to arg 2                  
  369.                     send "{@tag} &bZminiels tryb gry gracza &c%arg 2% &cna adventure!"
  370.                     stop
  371.             else:
  372.                 if arg 1 is 1:
  373.                     set the gamemode of the player to creative             
  374.                     send "{@tag} &bZmeniles swoj tryb gry na &cna creative!"
  375.                     stop
  376.                 if arg 1 is 0:
  377.                     set the gamemode of the player to survival         
  378.                     send "{@tag} &bZmeniles swoj tryb gry na &cna survival!"
  379.                     stop
  380.                 if arg 1 is 2:
  381.                     set the gamemode of the player to adventure            
  382.                     send "{@tag} &bZmeniles swoj tryb gry na &cna adventure!"
  383.                     stop
  384.         else:
  385.             send "{@tag} {@permission}"
  386.             stop
  387.            
  388. # List all players:
  389.  
  390. command /list:
  391.     trigger:
  392.         send "&8===={@tag}&8====="
  393.         send "&aNa serwerze jest aktualnie : &6%number of all players%"
  394.         send "&aGracze: &6%all players%"
  395.         send "&8================="
  396.         stop
  397.                    
  398.                    
  399. command /sun:
  400.     trigger:
  401.         if player has permission "essentialsskript.sun":
  402.             set the weather in the player's world to sun
  403.             send "{@tag} &bUstawiles pogode w swiecie &c%player's world% &b na &csloneczna!"
  404.             stop
  405.         else:
  406.             send "{@tag} {@permission}"
  407.             stop
  408. command /rain:
  409.     trigger:
  410.         if player has permission "essentialsskript.rain":
  411.             set the weather in the player's world to rain
  412.             send "{@tag} &bUstawiles pogode w swiecie &c%player's world% &8 na &6deszczowa!"
  413.             stop
  414.         else:
  415.             send "{@tag} {@permission}"
  416.             stop
  417. command /break:
  418.     trigger:
  419.         if player has permission "essentialsskript.break":
  420.             if targeted block is not air:
  421.                 if player can build at targeted block:
  422.                     set targeted block to air
  423.                     send "{@tag} &bZniszczyles blok na ktory patrzyles!"
  424.                     stop
  425.                 else:
  426.                     send "{@tag} &bTutaj jest cuboid i nie mozesz tego zniszczyc!"
  427.                     stop
  428.             else:
  429.                 send "{@tag} &cNie mozesz zniszczyc powietrza !"
  430.                 stop
  431.         else:
  432.             send "{@tag} {@permission}"
  433.             stop
  434.  
  435. command /nick [<player>] [<text>]:
  436.     trigger:
  437.         if arg 1 is not set:
  438.             if player has permission "essentialsskript.nick":
  439.                 if arg 2 is set:
  440.                     set the player's display name to "%colored arg 2%"
  441.                     set the player's tablist name to "%colored arg 2%"
  442.                     send "{@tag} &bTwoj przydomek to&c %colored arg 2%"
  443.                     stop
  444.                 else:
  445.                     send "{@tag} &cPodaj swoj przydomek!"
  446.                     stop
  447.             else:
  448.                 send "{@tag} {@permission}"
  449.                 stop
  450.         if arg 1 is set:
  451.             if player has permission "essentialsskript.nick":
  452.                 if arg 2 is set:
  453.                     set the argument 1's display name to "%colored arg 2%"
  454.                     set the argument 1's tablist name to "%colored arg 2%"
  455.                     send "{@tag} &bTwoj przydomek to &c%colored arg 2%" to arg 1
  456.                     stop
  457.                 else:
  458.                     send "{@tag} &cPodaj przydomek gracza!"
  459.                     stop
  460.             else:
  461.                 send "{@tag} {@permission}"
  462.                 stop
  463. command /nickoff:
  464.     trigger:
  465.         if player has permission "essentialsskript.nick":
  466.             set the player's display name to "%player%"
  467.             set the player's tablist name to "%player%"
  468.             send "{@tag} &bTwoj przydomek to &c%player%"
  469.             stop
  470.         else:
  471.             send "{@tag} {@permission}"
  472.             stop       
  473. #Day command
  474. command /day:
  475.     trigger:
  476.         if player has permission "essentialsskript.day":
  477.             set time in the player's world to 8:00
  478.             send "{@tag} &bUstawiles dzien w swiecie &c%player's world%"
  479.             stop
  480.         else:
  481.             send "{@tag} {@permission}"
  482.             stop
  483. #Night command
  484. command /night:
  485.     trigger:
  486.         if player has permission "essentialsskript.night":
  487.             set time in the player's world to 19:00
  488.             send "{@tag} &bUstawiles noc w swiecie &c%player's world%"
  489.             stop
  490.         else:
  491.             send "{@tag} {@permission}"
  492.             stop
  493.  
  494. command /tp [<player>] [<player>]:
  495.     trigger:
  496.         if player has permission "essentialsskript.tp":
  497.             if arg 1 is set:
  498.                 if arg 2 is not set:
  499.                     teleport player to argument 1
  500.                     send "{@tag} &bPrzeteleportowales sie do gracza &c%arg 1%"
  501.                     send "{@tag} &c%player% &bprzeteleportowal sie do ciebie!" to argument 1
  502.                     stop
  503.             if arg 1 is player:
  504.                 if arg 2 is set:
  505.                     teleport player to argument 2
  506.                     send "{@tag} &bPrzeteleportowales sie do gracza &c%arg 2%"
  507.                     send "{@tag} &c%player% &bprzeteleportowal sie do ciebie!" to argument 2
  508.                     stop
  509.             if arg 1 is set:
  510.                 if arg 2 is player:
  511.                     teleport argument 1 to the player
  512.                     send "{@tag} &bPrzeteleportowales gracza &c%arg 1%&b do siebie!"
  513.                     send "{@tag} &c%player% &bprzeteleportowal cie do siebie!" to argument 1
  514.                     stop
  515.             if arg 1 is set:
  516.                 if arg 2 is set:
  517.                     teleport argument 1 to argument 2
  518.                     send "{@tag} &bPrzeteleportowales gracza &c%arg 1%&b do &c%arg 2%!"
  519.                     send "{@tag} &c%player% &bprzeteleportowal gracza &c%arg 1%&b do ciebie!" to argument 2
  520.                     send "{@tag} &c%player% &bprzeteleportowal gracza &c%arg 2%&b do ciebie!" to argument 1
  521.                     stop               
  522.         else:
  523.             send "{@tag} {@permission}"
  524.             stop
  525.            
  526. command /tpall:
  527.     trigger:
  528.         if player has permission "essentialsskript.tpall":
  529.             teleport all players to the player
  530.             broadcast "{@tag} &bGracz &c%player% &bprzteleportowal wszystkich do siebie!"
  531.             stop
  532.         else:
  533.             send "{@tag} {@permission}"
  534.             stop
  535.            
  536. command /time:
  537.     trigger:
  538.         if player has permission "essentialsskript.time":
  539.             send "{@tag} &bCzas na twoim swiecie to &c%time of world%"
  540.             stop
  541.         else:
  542.             send "{@tag} {@permission}"
  543.             stop
  544.  
  545. on first join:
  546.     set join message to "{@firstjoinmessage}"
  547.     stop
  548. on join:
  549.     if player has played on this server before:
  550.         set join message to "{@joinmessage}"
  551.         stop
  552. on quit:
  553.     set quit message to "{@quitmessage}"
  554.     stop
  555.  
  556. command /say [<text>]:
  557.     trigger:
  558.         if arg 1 is set:
  559.             broadcast "{@servername} %colored arg 1%"
  560.             stop
  561.         else:
  562.             send "{@tag} &cPodaj wiadomosc!"
  563.             stop
  564.            
  565. command /broadcast [<text>]:
  566.     aliases: bc
  567.     trigger:
  568.         if arg 1 is set:
  569.             broadcast "{@servername} %colored arg 1%"
  570.             stop
  571.         else:
  572.             send "{@tag} &cPodaj wiadomosc!"
  573.             stop
  574.  
  575. command /near [<integer = 10>]:
  576.     trigger:
  577.         if player has permission "essentialsskript.near":
  578.             if arg 1 is set:
  579.                 clear {near::*}
  580.                 loop players in radius argument 1 of the player:
  581.                     add loop-player to {near::*}
  582.                     message "{@tag} &6Najblizsi gracze:&c %{near::*}%"
  583.                     stop
  584.             else:
  585.                 send "{@tag} &cPodaj odleglosc!"
  586.                 stop
  587.         else:
  588.             send "{@tag} {@permission}"
  589.             stop
  590.  
  591. command /fireball:
  592.     trigger:
  593.         if player has permission "essentialsskript.fireball":
  594.             shoot a fireball at speed 3
  595.         else:
  596.             send "{@tag} {@permission}"
  597.             stop
  598.  
  599.  
  600. command /chatclear:
  601.     aliases: cc
  602.     trigger:
  603.         if player has permission "essentialsskript.chatclear":
  604.             loop 98 times:
  605.                 broadcast ""           
  606.             broadcast "{@tag} &aChat zostal wyczyszcony przez admina!"
  607.             stop
  608.         else:
  609.             send "{@tag} {@permission}"
  610.             stop
  611. command /chat [<text>]:
  612.     trigger:
  613.         if player has permission "essentialsskript.chat":
  614.             if arg 1 is "on":
  615.                 set {essentialsskript.chat.allowed} to false
  616.                 broadcast ""
  617.                 broadcast "          {@servername}         "
  618.                 broadcast "     Chat zostal &2Wlaczony!   "
  619.                 broadcast ""
  620.                 broadcast ""
  621.                 stop
  622.             if arg 1 is "off":
  623.                 set {essentialsskript.chat.allowed} to true
  624.                 broadcast ""
  625.                 broadcast "          {@servername}         "
  626.                 broadcast "     Chat zostal &4wylaczony!   "
  627.                 broadcast ""
  628.                 broadcast ""
  629.                 stop
  630.             send "{@tag} &6Uzyj: &c/chat on/off"
  631.             stop
  632.         else:
  633.             send "{@tag} {@permission}"
  634.             stop
  635. command /smite [<player>]:
  636.     aliases: thor
  637.     trigger:
  638.         if player has permission "essentialsskript.smite":
  639.             if argument 1 is set:
  640.                 strike lightning at argument 1
  641.                 message "{@tag} &8Zostales uderzony piorunem!" to argument 1
  642.             else:
  643.                 strike lightning at the target block
  644. command /jump:
  645.     aliases: j, jumpto, skocz
  646.     trigger:
  647.         if player has permission "essentialsskript.jump":
  648.             if targeted block is not air:
  649.                 teleport player above location of targeted block
  650.                 send "{@tag} &bTeleportacja!"
  651.                 stop
  652.             else:
  653.                 send "{@tag} &cNie odnaleziono lokacji!"
  654.                 stop
  655.         else:
  656.             send "{@tag} {@permission}"
  657.             stop
  658. command /setspawn:
  659.     trigger:
  660.         if player has permission "essentialsskript.setspawn":
  661.             set {essentialsskript.spawn} to location of player
  662.             send "{@tag} &7Ustawiono spawn!"
  663.             stop
  664.         else:
  665.             send "{@tag} {@permission}"
  666.             stop
  667.  
  668. command /spawn:
  669.     trigger:
  670.         if player has permission "essentialsskript.spawn":
  671.             if {essentialsskript.spawn} is set:
  672.                 if {cooldown} is false:
  673.                     teleport player to {essentialsskript.spawn}
  674.                     send "{@tag} &7Teleportacja!"
  675.                     stop
  676.                 else:
  677.                     set {_pos} to location of player
  678.                     send "{@tag}&7Czekaj &65 sekund&7, nie wolno Ci sie ruszyc!"
  679.                     if {_pos} isn't location of player:
  680.                         send "{@tag}&cWykryto ruch, teleportacja anulowana!"
  681.                         stop
  682.                     wait 1 second
  683.                     if {_pos} isn't location of player:
  684.                         send "{@tag}&cWykryto ruch, teleportacja anulowana!"
  685.                         stop
  686.                     wait 1 second
  687.                     if {_pos} isn't location of player:
  688.                         send "{@tag}&cWykryto ruch, teleportacja anulowana!"
  689.                         stop
  690.                     wait 1 second
  691.                     if {_pos} isn't location of player:
  692.                         send "{@tag}&cWykryto ruch, teleportacja anulowana!"
  693.                         stop
  694.                     wait 1 second
  695.                     if {_pos} isn't location of player:
  696.                         send "{@tag}&cWykryto ruch, teleportacja anulowana!"
  697.                         stop
  698.                     wait 1 second
  699.                     if {_pos} is location of player:
  700.                         teleport player to {essentialsskript.spawn}
  701.                         send "{@tag}&7Teleportacja..."
  702.                         stop
  703.                     else:
  704.                         send "{@tag}&cWykryto ruch, teleportacja anulowana!"
  705.                         stop
  706.             else:
  707.                 send "{@tag} &cSpawn nie zostal ustawiony skontaktuj sie z administratorem!"
  708.                 stop
  709.         else:
  710.             send "{@tag} {@permission}"
  711.             stop
  712.            
  713. on death of player:
  714.     if player has permission "essentialsskript.back":
  715.         clear {essentialsskript.%player%.back}
  716.         set {essentialsskript.%player%.back} to location of player
  717.         stop
  718.        
  719. command /back:
  720.     trigger:
  721.         if player has permission "essentialsskript.back":
  722.             if {essentialsskript.%player%.back} is set:
  723.                 teleport player to {essentialsskript.%player%.back}
  724.                 send "{@tag} &bPrzeteleportowano na poprzednie miejsce!"
  725.                 stop
  726.             else:
  727.                 send "{@tag} &cNie masz gdzie wrocic!"
  728.                 stop
  729.         else:
  730.             send "{@tag} {@permission}"
  731.             stop
  732.            
  733. on respawn:
  734.     teleport player to {essentialsskript.spawn}
  735.     if player has permission "essentialsskript.back":
  736.         send "{@tag} &7Aby wrocic wpisz &c/back"
  737.         stop
  738. on chat:
  739.     if {essentialsskript.chat.allowed} is true:
  740.         if player has permission "essentialsskript.chat.allowed":
  741.             stop
  742.         else:
  743.             send "{@tag} &cChat jest obecnie wylaczony!"
  744.             cancel event
  745.             stop
  746.     if {mute.%player%} is true:
  747.         send "{@tag} &cJestes zmutowany!"
  748.         cancel event
  749.         stop
  750.    
  751.            
  752. command /killall:
  753.     aliases: butcher
  754.     trigger:
  755.         if player has permission "essentialsskript.killall":
  756.             kill all creatures in the player's world
  757.             send "{@tag} &cZabito wszystkie stwory!"
  758.             stop
  759.         else:
  760.             send "{@tag} {@permission}"
  761.             stop
  762.  
  763. command /killallplayers:
  764.     trigger:
  765.         if player has permission "essentialsskript.killall":
  766.             kill all players in the player's world
  767.             send "{@tag} &cZabito wszystkich graczy!"
  768.             stop
  769.         else:
  770.             send "{@tag} {@permission}"
  771.             stop
  772.  
  773. command /sethome:
  774.     trigger:
  775.         if player has permission "essentialsskript.sethome":
  776.             set {essentialsskript.%player%.home} to location of player
  777.             send "{@tag} &bUstawiono home!"
  778.             stop
  779.         else:
  780.             send "{@tag} {@permission}"
  781.             stop
  782. command /home:
  783.     trigger:
  784.         if player has permission "essentialsskript.home":
  785.             if {essentialsskript.%player%.home} is set:
  786.                 if {cooldown} is false:
  787.                     teleport player to {essentialsskript.%player%.home}
  788.                     send "{@tag} &aTeleportacja!"
  789.                     stop
  790.                 else:
  791.                     set {_pos} to location of player
  792.                     send "{@tag} &7Czekaj &65 sekund&7, nie wolno Ci sie ruszyc!"
  793.                     if {_pos} isn't location of player:
  794.                         send "{@tag} &cWykryto ruch, teleportacja anulowana!"
  795.                         stop
  796.                     wait 1 second
  797.                     if {_pos} isn't location of player:
  798.                         send "{@tag} &cWykryto ruch, teleportacja anulowana!"
  799.                         stop
  800.                     wait 1 second
  801.                     if {_pos} isn't location of player:
  802.                         send "{@tag} &cWykryto ruch, teleportacja anulowana!"
  803.                         stop
  804.                     wait 1 second
  805.                     if {_pos} isn't location of player:
  806.                         send "{@tag} &cWykryto ruch, teleportacja anulowana!"
  807.                         stop
  808.                     wait 1 second
  809.                     if {_pos} isn't location of player:
  810.                         send "{@tag} &cWykryto ruch, teleportacja anulowana!"
  811.                         stop
  812.                     wait 1 second
  813.                     if {_pos} is location of player:
  814.                         teleport player to {essentialsskript.%player%.home}
  815.                         send "{@tag} &bTeleportacja..."
  816.                         stop
  817.                     else:
  818.                         send "{@tag} &cWykryto ruch, teleportacja anulowana!"
  819.                         stop
  820.             else:
  821.                 send "{@tag} &cHome nie zostal ustawiony skontaktuj sie z administratorem!"
  822.                 stop
  823.         else:
  824.             send "{@tag} {@permission}"
  825.             stop
  826. command /delhome:
  827.     trigger:
  828.         if player has permission "essentialsskript.delhome":
  829.             if {essentialsskript.%player%.home} is set:
  830.                 delete {essentialsskript.%player%.home}
  831.                 send "{@tag} &bUsunieto home!"
  832.                 stop
  833.             else:
  834.                 send "{@tag} &cNie masz domu!"
  835.                 stop
  836.         else:
  837.             send "{@tag} {@permission}"
  838.             stop
  839. command /vanish:
  840.     aliases: v
  841.     trigger:
  842.         if player has permission "essentialsskript.vanish":
  843.             if {essentialsskript.%player%.vanish} is false:
  844.                 apply potion of invisibility 2 to the player for 1 day
  845.                 set {essentialsskript.%player%.vanish} to true
  846.                 send "{@tag} &7Jestes niewidzialny!!!"
  847.                 stop
  848.             if {essentialsskript.%player%.vanish} is true:
  849.                 remove invisibility from the player
  850.                 set {essentialsskript.%player%.vanish} to false
  851.                 send "{@tag} &7Jestes widoczny!"
  852.                 stop
  853.             if {essentialsskript.%player%.vanish} is not set:
  854.                 set {essentialsskript.%player%.vanish} to false
  855.                 send "{@tag} &6Wlaczono komende vanish!"
  856.                 stop
  857.         else:
  858.             send "{@tag} {@permission}"
  859.             stop
  860.                
  861. command /whois [<player>]:
  862.     trigger:
  863.         if player has permission "essentialsskript.whois":
  864.             send "&6Nick: &7%argument 1%"
  865.             send "&6Swiat: &7%world of argument 1%"
  866.             send "&6IP: &7%IP of argument 1%"
  867.             send "&6Polozenie: &7%location of argument 1%"
  868.             stop
  869.         else:
  870.             send "{@tag} {@permission}"
  871.             stop
  872.  
  873. aliases:
  874.     nonsolid = 0, 6, 27, 28, 30, 31, 32, 37, 38, 39, 40, 50, 55, 59, 63, 64, 65, 66, 68, 69, 70, 71, 72, 75, 76, 77, 78:0, 83, 85:4-7, 104, 105, 106, 111, 115, 131, 132, 141, 142, 143, 147, 148, 157
  875.  
  876. command /top:
  877.     trigger:
  878.         player has permission "essentialsskript.top":
  879.             loop blocks above player:
  880.                 loop-block is not air or lava
  881.                 block above loop-block is air
  882.                 block 2 above loop-block is air
  883.                 teleport player to block above loop-block
  884.                 send "{@tag} &bTeleportacja na najwyzszy klocek!"
  885.                 stop
  886.             send "{@tag} &cBlad teleportacji!"
  887.             stop
  888.             send "{@tag} {@permission}"
  889.  
  890. on rightclick with compass:
  891.     if player has permission "essentialsskript.compass":
  892.         loop blocks above targeted block:
  893.             if targeted block is not air:
  894.                 loop-block is nonsolid
  895.                 block above loop-block is nonsolid
  896.                 teleport player above location of targeted block
  897.                 stop
  898.             else:
  899.                 send "{@tag} &cBlad teleportacji!"
  900.                 stop
  901.     else:
  902.         send "{@tag} {@permission}"
  903.         stop
  904.        
  905. command /spawnmob [<entity type>] [<integer = 1>]:
  906.     trigger:
  907.         if player has permission "essentialsskript.spawnmob":
  908.             if arg 1 is set:
  909.                 if argument 2 is more than {@maxspawn}:
  910.                     send "{@tag} &cMaksymalna ilosc zrepienia mobow to &b{@maxspawn}!"
  911.                     stop
  912.                 if argument 2 is less than {@maxspawn}:
  913.                     clear {essentialsskript.%player%.spawnamount}
  914.                     set {essentialsskript.%player%.spawnamount} to argument 2
  915.                     wait 1 tick
  916.                     spawn {essentialsskript.%player%.spawnamount} of argument 1 at the target block
  917.                     send "{@tag} &bZrespiles &c%argument 2%&b %argument 1%"
  918.                     stop
  919.             else:
  920.                 send "{@tag} &cPodaj typ moba!"
  921.                 stop
  922.         else:
  923.             send "{@tag} {@permission}"
  924.             stop
  925.            
  926. command /kill [<player>]:
  927.     trigger:
  928.         if player has permission "essentialsskrip.kill":
  929.             kill argument 1
  930.             send "{@tag} &7Zabito gracza &6%arg 1%"
  931.             stop
  932.         else:
  933.             send "{@tag} {@permission}"
  934.             stop
  935.            
  936. command /i [<item>] [<integer>]:
  937.     aliases: item, items, give, get
  938.     trigger:
  939.         if player has permission "essentialsskript.give":
  940.             if arg 1 is set:
  941.                 if argument 2 is not set:
  942.                     give argument 1 to player
  943.                     stop
  944.                 else:
  945.                     loop argument 2 times:
  946.                         give argument 1 to player
  947.                         stop
  948.             else:
  949.                 send "{@tag} &cPodaj nazwe/id itemu!"
  950.                 stop
  951.         else:
  952.             send "{@tag} {@permission}"
  953.             stop
  954.            
  955. command /tnt:
  956.     trigger:
  957.         if player has permission "essentialsskript.tnt":
  958.             create explosion of force 4 at the target block
  959.             send "{@tag} &bBum!"
  960.             stop
  961.         else:
  962.             send "{@tag} {@permission}"
  963.             stop
  964.  
  965. command /god:
  966.     trigger:
  967.         if player has permission "essentialsskript.god":
  968.             if {god.wlacz.%player%} = 0:
  969.                 message "{@tag} &bGod wlaczony"
  970.                 set {god.wlacz.%player%} to 1
  971.                 set {god2.wlacz.%player%} to 1
  972.             else:
  973.                 message "{@tag} &bGod wylaczony"
  974.                 set {god.wlacz.%player%} to 0
  975.                 set {god2.wlacz.%player%} to 0
  976.                 stop
  977.         else:
  978.             send "{@tag} {@permission}"
  979.             stop
  980. on damage:
  981.     if {god2.wlacz.%victim%} is 1:
  982.         cancel event
  983.  
  984. command /me [<text>]:
  985.     trigger:
  986.         if player has permission "essentialsskript.me":
  987.             if arg 1 is set:
  988.                 broadcast "&5* &4%player%&5 %argument 1%"
  989.                 stop
  990.             else:
  991.                 send "{@tag} &cPodaj wiadomosc!"
  992.                 stop
  993.         else:
  994.             send "{@tag} {@permission}"
  995.             stop
  996. command /getpos:
  997.     trigger:
  998.         if player has permission "essentialsskript.getpos":
  999.             send "{@tag} &bTwoje polozenie &c%location of player%"
  1000.             stop
  1001.         else:
  1002.             send "{@tag} {@permission}"
  1003.             stop
  1004. command /repair:
  1005.     trigger:
  1006.         if player has permission "essentialsskript.repair":
  1007.             repair tool of the player
  1008.             send "{@tag} &bNaprawiono twoj przedmiot."
  1009.             stop
  1010.         else:
  1011.             send "{@tag} {@permission}"
  1012.             stop
  1013.  
  1014. command /burn [<player>]:
  1015.     trigger:
  1016.         if player has permission "essentialsskript.fire":
  1017.             if arg 1 is set:
  1018.                 ignite argument 1
  1019.                 send "{@tag} &bPodpaliles gracza %arg 1%"
  1020.                 stop
  1021.             else:
  1022.                 send "{@tag} &cPodaj nick gracza!"
  1023.                 stop
  1024.         else:
  1025.             send "{@tag} {@permission}"
  1026.             stop
  1027.  
  1028. command /tell [<player>] [<text>]:
  1029.     aliases: r, msg
  1030.     trigger:
  1031.         if player has permission "essentialsskript.tell":
  1032.             if arg 1 is set:
  1033.                 if arg 2 is set:
  1034.                     send "&6[Ja -> &7%player%&6]&f %arg 2%" to argument 1
  1035.                     message "&6[&7%arg 1% &6-> Ja&6]&f %arg 2%"
  1036.                     set {essentialsskript.%arg 1%.reply} to player
  1037.                     stop
  1038.                 else:
  1039.                     send "{@tag} &cPodaj wiadomosc!"
  1040.                     stop
  1041.             else:
  1042.                 send "{@tag} &cPodaj gracza!"
  1043.                 stop
  1044.         else:
  1045.             send "{@tag} {@permission}"
  1046.             stop
  1047.  
  1048. command /mute [<player>]:
  1049.     trigger:
  1050.         if player has permission "essentialsskript.mute":
  1051.             if arg 1 is set:
  1052.                 set {mute.%argument 1%} to true
  1053.                 send "{@tag} &bZostales wyciszony" to argument 1
  1054.                 send "{@tag} &bWyciszyles gracza &6%arg 1%"
  1055.                 stop
  1056.             else:
  1057.                 send "{@tag} &cPodaj nick gracza!"
  1058.                 stop
  1059.         else:
  1060.             send "{@tag} {@permission}"
  1061.             stop
  1062. command /unmute [<player>]:
  1063.     trigger:
  1064.         if player has permission "essentialsskript.mute":
  1065.             if arg 1 is set:
  1066.                 if {mute.%argument 1%} is true:
  1067.                     set {mute.%argument 1%} to false
  1068.                     send "{@tag} &bZnow mozesz mowic" to argument 1
  1069.                     stop
  1070.                 else:
  1071.                     send "{@tag} &cTen Gracz nie jest wyciszony!"
  1072.                     stop
  1073.             else:
  1074.                 send "{@tag} &cPodaj gracza!"
  1075.                 stop
  1076.         else:
  1077.             send "{@tag} {@permission}"
  1078.             stop
  1079.  
  1080.            
  1081. command /essentialsskript [<text>]:
  1082.     aliases: es, essentials
  1083.     trigger:
  1084.         if arg 1 is not set:
  1085.             send "{@tag} &eEssentialsSkript by PatisonPlayGames [FejminTV ,ISOPL]"
  1086.             send "{@tag} &eWiecej pod /pomoc"
  1087.             stop
  1088.         if arg 1 is "reload":
  1089.             if player has permission "essentialsskript.reload" or "essentialsskript.*":
  1090.                 execute console command "/sk reload {@sk}"
  1091.                 send "{@tag} &bPrzeladowano!"
  1092.                 stop
  1093.             else:
  1094.                 send "{@tag} {@permission}"
  1095.                 stop
  1096. command /pomoc [<text>]:
  1097.     trigger:
  1098.         player has permission "essentialsskript.pomoc":
  1099.             if arg 1 is not set:
  1100.                 send "&b---- &4[&6Pomoc&4] &b-- &4[&6Strona &c1&7/&c4&4] &b---"
  1101.                 send "&6/kick&f: Kickowanie graczy"
  1102.                 send "&6/ban&f: Banowanie graczy"
  1103.                 send "&6/banlist&f: Lista banow"
  1104.                 send "&6/banip&f: Banowanie graczy na ip"
  1105.                 send "&6/unban&f: Odbanowywanie graczy"
  1106.                 send "&6/heal&f: Leczenie graczy"
  1107.                 send "&6/feed&f: Zaspokojenie glodu graczu"
  1108.                 send "&6/clear&f: Usuwanie itemow z eq"
  1109.                 send "&6/invsee&f: Patrzenie do eq graczom"
  1110.                 send "&6/gm&f: Zmienianie trybu gry"
  1111.                 send "&6/list&f: Lista graczy na serwerze"
  1112.                 send "&6/sun&f: Sloneczna pogoda"
  1113.                 send "&7Wpisz &c/pomoc 2&7 aby przeczytac nastepna strone"
  1114.             if arg 1 is "1":
  1115.                 send "&b---- &4[&6Pomoc&4] &b-- &4[&6Strona &c1&7/&c4&4] &b---"
  1116.                 send "&6/kick&f: Kickowanie graczy"
  1117.                 send "&6/ban&f: Banowanie graczy"
  1118.                 send "&6/banlist&f: Lista banow"
  1119.                 send "&6/banip&f: Banowanie graczy na ip"
  1120.                 send "&6/unban&f: Odbanowywanie graczy"
  1121.                 send "&6/heal&f: Leczenie graczy"
  1122.                 send "&6/feed&f: Zaspokojenie glodu graczu"
  1123.                 send "&6/clear&f: Usuwanie itemow z eq"
  1124.                 send "&6/invsee&f: Patrzenie do eq graczom"
  1125.                 send "&6/gm&f: Zmienianie trybu gry"
  1126.                 send "&6/list&f: Lista graczy na serwerze"
  1127.                 send "&6/sun&f: Sloneczna pogoda"
  1128.                 send "&7Wpisz &c/pomoc 2&7 aby przeczytac nastepna strone"
  1129.             if arg 1 is "2":
  1130.                 send "&b---- &4[&6Pomoc&4] &b-- &4[&6Strona &c2&7/&c4&4] &b---"
  1131.                 send "&6/rain&f: Deszczowa pogoda"
  1132.                 send "&6/break&f: Niszczenie bloku na ktory sie patrzy"
  1133.                 send "&6/nick&f: Zmienianie nicku"
  1134.                 send "&6/nickoff&f: Powracanie do swojego pierwotnego nicku"
  1135.                 send "&6/day&f: Dzien"
  1136.                 send "&6/night&f: Noc"
  1137.                 send "&6/tp&f: Teleportacja"
  1138.                 send "&6/tpall&f: Teleportowanie wszystkich graczy"
  1139.                 send "&6/time&f: Sprawdzanie czasu"
  1140.                 send "&6/say&f: wiadomosc na chat'cie"
  1141.                 send "&6/broadcast&f: Ogloszenie"
  1142.                 send "&6/near&f: Gracze w poblizu"
  1143.                 send "&6/broadcast&f: Ogloszenie"
  1144.                 send "&6/fireball&f: Plonaca kula"
  1145.                 send "&7Wpisz &c/pomoc 3&7 aby przeczytac nastepna strone"
  1146.             if arg 1 is "3":
  1147.                 send "&b---- &4[&6Pomoc&4] &b-- &4[&6Strona &c3&7/&c4&4] &b---"
  1148.                 send "&6/chatclear&f: Usuwanie chat'u"
  1149.                 send "&6/chat&f: Wylaczanie/Wlaczanie chat'u"
  1150.                 send "&6/smite&f: Pioruny"
  1151.                 send "&6/jump&f: Skok na blok ktory sie patrzy"
  1152.                 send "&6/setspawn&f: Ustawianie spawnu"
  1153.                 send "&6/spawn&f: Telelportacja na spawn"
  1154.                 send "&6/back&f: Wracanie do ostatniej lokalizacji"
  1155.                 send "&6/killall&f: Zabijanie wszystkich mobow"
  1156.                 send "&6/killallplayers&f: Zabijanie wszystkich graczy"
  1157.                 send "&6/sethome&f: Ustawianie home"
  1158.                 send "&6/home&f: Teleportacja na home"
  1159.                 send "&6/delhome&f: Usuwanie home"
  1160.                 send "&7Wpisz &c/pomoc 4&7 aby przeczytac nastepna strone"
  1161.             if arg 1 is "4":
  1162.                 send "&b---- &4[&6Pomoc&4] &b-- &4[&6Strona &c4&7/&c4&4] &b---"
  1163.                 send "&6/vanish&f: Niewidzialnosc"
  1164.                 send "&6/whois&f: Informacje o graczu"
  1165.                 send "&6/top&f: Teleportacja na powierzchnie"
  1166.                 send "&6/kill&f: Zabijanie gracza"
  1167.                 send "&6/tnt&f: Tworzenie explozii TNT"
  1168.                 send "&6/god&f: Niesmiertelnosc"
  1169.                 send "&6/me&f: Pisanie na chat'cie"
  1170.                 send "&6/essentialsskript&f: Autorzy skryptu"
  1171.                 send "&6/repair&f: Podpala"
  1172.                 send "&6/tell&f: Wysyla wiadomosc"
  1173.                 send "&6/mute&f: Wyciszasz gracza"
  1174.                 send "&6/unmute&f: Gracz moze znow mowic"
  1175.                 send "&7Wpisz &c/pomoc 5&7 aby przeczytac nastepna strone"
  1176.                 stop
  1177.  
  1178. on sign change:
  1179.     if player has permission "essentialsskript.color.sign" or "essentialsskript.*":
  1180.         set line 1 to coloured line 1
  1181.         set line 2 to coloured line 2
  1182.         set line 3 to coloured line 3
  1183.         set line 4 to coloured line 4
  1184.         stop
  1185.  
  1186.  
  1187. on chat:
  1188.     if player has permission "essentialsskript.color.chat" or "essentialsskript.*":
  1189.         set message to coloured message
  1190.         stop
  1191.  
  1192. command /tphere [<player>]:
  1193.     aliases: s
  1194.     trigger:
  1195.         if player has permission "essentialsskript.tphere" or "essentialsskript.*":
  1196.             if arg 1 is set:
  1197.                 teleport argument 1 to the player
  1198.                 send "{@tag} &bTeleportacja..."
  1199.                 stop
  1200.             else:
  1201.                 send "{@tag} &cPodaj nick gracza!"
  1202.                 stop
  1203.         else:
  1204.             send "{@tag} {@permission}"
  1205.             stop
  1206.            
  1207. on script load:
  1208.     set {cooldown} to {@cooldown}
  1209.    
  1210. on skript start:
  1211.     send "&8EssentialsSkript wymaga wersji Skript 2.0.2 ..." to the console
  1212.     wait 1 seconds
  1213.     send "&8Serwer pracuje na wersji: %skript version%" to the console
  1214.     send "" to the console
  1215.     send "&8--------------------------------------------------------------" to the console
  1216.     send "&8|                                                            |" to the console
  1217.     send "&8|                  Enable &9EssentialsSkript               &8|" to the console
  1218.     send "&8|                                                            |" to the console
  1219.     send "&8--------------------------------------------------------------" to the console
  1220.     send "" to the console
  1221.     send "&8Autor: &ePatisonPlayGames [FejminTV, ISOPL]" to the console
  1222.     send "&8Version: &7{@version}" to the console
  1223.     set {cooldown} to {@cooldown}
  1224.     send "" to the console
Advertisement
Add Comment
Please, Sign In to add comment