options: tag: &8[&9tag&8] #jaki item ma sie craftowac musi to byc angielska nazwa item: stick #crafting z danych itemow jak niechcesz jakiegos pola wpisz "none" # item1: none item2: none item3: none item4: none item5: none item6: none item7: none item8: none item9: none # wyglad crafttingu: # # item1 | item2 | item3 # # item4 | item5 | item6 # # item7 | item8 | item9 # on script load: register new shaped recipe for {@item} of knockback 2 named "&4Spawn&bTeleport" using {@item1}, {@item2}, {@item3}, {@item4}, {@item5}, {@item6}, {@item7}, {@item8}, {@item9} on rightclick with {@item}: if name of player's tool is "&4Spawn&bTeleport": set {_pos} to location of player send "{@tag}&7Czekaj &65 sekund&7, nie wolno Ci sie ruszyc!" if {_pos} isn't location of player: send "{@tag}&cWykryto ruch, teleportacja anulowana!" stop wait 1 second if {_pos} isn't location of player: send "{@tag}&cWykryto ruch, teleportacja anulowana!" stop wait 1 second if {_pos} isn't location of player: send "{@tag}&cWykryto ruch, teleportacja anulowana!" stop wait 1 second if {_pos} isn't location of player: send "{@tag}&cWykryto ruch, teleportacja anulowana!" stop wait 1 second if {_pos} isn't location of player: send "{@tag}&cWykryto ruch, teleportacja anulowana!" stop wait 1 second if {_pos} is location of player: remove 1 {@item} named "&4Spawn&bTeleport" from the player teleport player to {tp.spawn} send "{@tag}&7Teleportacja..." stop else: send "{@tag}&cWykryto ruch, teleportacja anulowana!" stop command /setspawnr: permission: livehard.setspawnvipr description: Ustawiasz miejsce spawnu. trigger: set {tp.spawn} to location of player send "&6** &9Ustawiles miejsce spawnu dla rozdzki!"