command /speedbuty [] []: usage: &aPoprawne użycie: &7/speedbuty [1/2] [gracz] permission: speed.buty permission message: &cBrak uprawnień! trigger: if arg 1 is not set: send "&a================ &b&lButySzybkosci &a==================" to player send "&aKomenda na buty &bSzybkosci &cI &a-> &7/speedbuty 1 [gracz]" to player send "&aKomenda na buty &bSzybkosci &4II &a-> &7/speedbuty 2 [gracz]" to player if player has permission "*": send "&eSkript by Hubix https://skript.pl/profil/34954-hbrt/" to player send "&a================ &b&lButySzybkosci &a==================" to player if arg 1 = 1: if arg 2 is not set: give diamond boots named "&bButy szybkosci &cI" to player else: if arg 2 is not player: send "&cNie znaleziono gracza!" else: give diamond boots named "&bButy szybkosci &cI" to arg 2 if arg 1 = 2: if arg 2 is not set: give diamond boots named "&bButy szybkosci &4II" to player else: if arg 2 is not player: send "&cNie znaleziono gracza!" else: give diamond boots named "&bButy szybkosci &4II" to arg 2 on unequip of diamond boots: if name of event-item is "&bButy szybkosci &cI": remove speed from player else: if name of event-item is "&bButy szybkosci &4II": remove speed from player on equip of diamond boots: if name of event-item is "&bButy szybkosci &cI": apply speed 1 to player for 999999 hours else: if name of event-item is "&bButy szybkosci &4II": apply speed 2 to player for 999999 hours