#ZMIANA NICKU JAK Z HYPIXELA #ORYGINALNY POMYSŁ: HYPIXEL.NET (TO NIE JEST REKLAMA) #WYKONANIE: TpoyOfficial https://skript.pl/profil/29941-tpoyofficial/ #TEN SKRYPT MOŻE BYC MODYFIKOWANY, ALE NIE MOZE BYC KRADZIONY I PRZYWŁASZCZANY #SKRYPT UZYWA: PermissionsEX, skQuery Lime dla MC 1.8, skRayFall+v1.9.12, Skript 2.1.2 (opcjonalnie EssentialsX-2.x-SNAPSHOT) #SKRYPT BYŁ ROBIONY POD MINECRAFT 1.8.8, I Z WYMIENIONYMI PLUGINAMI DZIAŁA W PEŁNI POPRAWNIE. command /zmiennick : usage: /zmiennick trigger: if player has permission "teahc.nick": if arg-1 is set: 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: dont search here, you wont find anything 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 set: stop else: if arg-2 is set: if arg-1 is "1": execute console command "pex user %player% group set gracz_fake" 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!" if arg-1 is "2": execute console command "pex user %player% group set vip_fake" 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!" if arg-1 is "3": execute console command "pex user %player% group set vip+_fake" 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!" if arg-1 is "4": execute console command "pex user %player% group set mvp_fake" 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!" if arg-1 is "5": execute console command "pex user %player% group set mvp+_fake" 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!" if arg-1 is "6": execute console command "pex user %player% group set mvp++_fake" 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!" if arg-1 is "7": execute console command "pex user %player% group set 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!"