#/nick z HYPIXELA #WERSJA v1.5 #WYKONANO PRZEZ: TPOYOFFICIAL (https://skript.pl/profil/29941-tpoyofficial/) #SKRYPT MOŻE BYĆ MODYFIKOWANY, ALE NIE MOZE BYĆ KRADZIONY #DZIĘKI ZA UZYCIE/PRZECZYTANIE #CHANGELOG W TEMACIE (https://skript.pl/temat/41655-hypixel-nick-skrypt-na-nick-jak-z-hypixela/) command /zmiennick : usage: /zmiennick executable by: players trigger: if player has permission "teahc.nick": open chest with 1 row named "&aZmieniasz nick na: %arg-1%" to player wait 1 tick format slot 0 of player with gray glass named "&7Gracz" with lore "&7Ustaw falszywa range na: Gracz" to close then run [make player execute command "nickchangeessentials 1 %arg-1%"] format slot 1 of player with light green glass named "&a[VIP]" with lore "&7Ustaw falszywa range na: &a[VIP]" to close then run [make player execute command "nickchangeessentials 2 %arg-1%"] format slot 2 of player with light green glass named "&a[VIP&c+&a]" with lore "&7Ustaw falszywa range na: &a[VIP&c+&a]" to close then run [make player execute command "nickchangeessentials 3 %arg-1%"] format slot 3 of player with light blue glass named "&b[MVP]" with lore "&7Ustaw falszywa range na: &b[MVP]" to close then run [make player execute command "nickchangeessentials 4 %arg-1%"] format slot 4 of player with light blue glass named "&b[MVP&c+&b]" with lore "&7Ustaw falszywa range na: &b[MVP&c+&b]" to close then run [make player execute command "nickchangeessentials 5 %arg-1%"] format slot 5 of player with orange glass named "&6[MVP&c++&6]" with lore "&7Ustaw falszywa range na: &6[MVP&c++&6]" to close then run [make player execute command "nickchangeessentials 6 %arg-1%"] format slot 6 of player with red glass named "&cNie zmieniaj rangi" with lore "&7Nie zmiena rangi, zmienia tylko nazwę" to close then run [make player execute command "nickchangeessentials 7 %arg-1%"] format slot 8 of player with nether star named "&fUsun Nick" with lore "&7Usun nick (Zmien nazwe na &c[&fYOUTUBE&c] %player%&7)" to close then run [make player execute command "unnick"] else: send player title "" with subtitle "&6Musisz byc &c[&fYOUTUBE&c] &6aby to wykonac!" command /nickchangeessentials : usage: &cNic tu nie szukaj, nie doszukasz sie! trigger: if player doesn't have permission "teahc.nick": send player title "" with subtitle "&6Musisz byc &c[&fYOUTUBE&c] &6aby to wykonac!" else: if arg 1 is not "1" or "2" or "3" or "4" or "5" or "6" or "7": stop if arg-1 is "1": execute console command "pex user %player% group add gracz_fake" if arg-1 is "2": execute console command "pex user %player% group add vip_fake" if arg-1 is "3": execute console command "pex user %player% group add vip+_fake" if arg-1 is "4": execute console command "pex user %player% group add mvp_fake" if arg-1 is "5": execute console command "pex user %player% group add mvp+_fake" if arg-1 is "6": execute console command "pex user %player% group add mvp++_fake" if arg-1 is "7": execute console command "pex user %player% group add youtuber" set player's displayname to "%arg-2%" set the player's tablist name to "%arg-2%" send player title "" with subtitle "&aTwoj nick zostal zmieniony!" command /unnick: trigger: if player has permission "teahc.nick": set player's displayname to "%player%" set the player's tablist name to "%player%" execute console command "pex user %player% group set Youtuber" send player title "" with subtitle "&7Twoj nick zostal usuniety!" command /znautor: trigger: send "" send "&6Hypixel /nick &7ale w skript - by TpoyOfficial" send "" command /nickadm : executable by: players usage: /nickadm trigger: if player has permission "teahc.nick.adm": open chest with 1 row named "&aNick &8» &cPanel Admina" to player wait 1 tick format slot 0 of player with ("%arg-1%" parsed as offline player)'s skull named "&a%arg-1%" with lore "&7Aktualnie zarzadzasz tym graczem." to be unstealable format slot 2 of player with nether star named "&cUsun nick gracza %arg-1%" with lore "&7Ustaw nick %arg-1% na poprzedni (przed zmiana)." to close then run [make player execute command "usunnick %arg-1%"] format slot 6 of player with blaze rod named "&cZbanuj za agrasywna nazwe." with lore "&7Zbanuj gracza &c%arg-1% &7za agresywna nazwe." to close then run "ban %arg-1% &cNickname łamiący regulamin." format slot 8 of player with red wool named "&cWyjdz" with lore "&7Albo poprostu kliknij ESC." to close else: send player title "" with subtitle "&7Nie masz uprawnien!" command /usunnick : usage: &cNIC TU NIE ZNAJDZIESZ NIE SZUKAJ! trigger: set ("%arg-1%" parsed as offline player)'s displayname to "%arg-1%" set ("%arg-1%" parsed as offline player)'s tablist name to "%arg-1%" execute console command "pex user %arg-1% group set Youtuber" send player title "" with subtitle "&7Zmieniles nick gracza &a%arg-1%&7!"