#Zlecenie dla fitofep# command /home []: trigger: if {home::%player%} is set: send "&aZaraz zostaniesz przeteleportowany do domu!" set {loc::%player%} to location of the player wait 3 second if location of player is {loc::%player%}: teleport player to {home::%player%} send "&aZostales przeteleportowany do domu!" stop if {home::%player%} is not set: send "&4Blad! &cNie masz domu ;c" stop command /sethome []: trigger: if {home::%player%} is not set: set {home::%player%} to location of the player send "&aGratulacje! Ustawiles swoj nowy dom!" stop if {home::%player%} is set: send "&4Blad! &cMasz juz dom ;c" stop command /delhome []: trigger: if {home::%player%} is set: clear {home::%player%} send "&aGratulacje! Usuneles swoj dom!" stop if {home::%player%} is not set: send "&4Blad! &cNie masz domu ;c" stop