#=============================# # + BY SZEDI + # # + WERSJA 1.0 + # # + NIE ZMIENIAJ TEGO + # #=============================# options: perm: core.setwarp #PERMISJA permsg: &cNie masz permisji do tej komendy &7(&4&lcore.setwarp&7) #nazwa wyswietlana jak ktos nie ma permisji tag: &b&LMORE&f&LHC&5&l.EU #nazwa serwera albo zwyczajnie WARP command /setwarp []: permission: {@perm} permission message: {@permsg} trigger: if arg 1 is not set: send player title "&cPoprawne uzycie:" with subtitle "&7/setwarp " if arg 1 is set: set {%arg 1%.punkt} to location of player send "&aPomyslnie ustawiono warp &2%arg 1%" command /warp []: trigger: if arg 1 is not set: send player title "&cPoprawne uzycie:" with subtitle "&7/warp " if arg 1 is set: set {%arg 1%.punkt.%player%} to true send player title "{@tag}" with subtitle "&aTeleport nastapi za &75..." wait 1 seconds send player title "{@tag}" with subtitle "&aTeleport nastapi za &74..." wait 1 seconds send player title "{@tag}" with subtitle "&aTeleport nastapi za &73..." wait 1 seconds send player title "{@tag}" with subtitle "&aTeleport nastapi za &72..." wait 1 seconds send player title "{@tag}" with subtitle "&aTeleport nastapi za &71..." wait 1 second if {%arg 1%.punkt.%player%} is true: teleport the player to {%arg 1%.punkt} send player title "{@tag}" with subtitle "&aPrzeteleportowano!" else: send player title "{@tag}" with subtitle "&cNie ma takiego warpu!"