Variables: {dtpt::%player%} = false every 7 minute: broadcast "&a&lMAJKRAFTOWNIA &7Czy wiedziales ze mozesz postawic szybki teleport do kazdego miejsca na mapie pod komendą ./DTP?" command /DTP []: trigger: if arg 1 is not set: send "&7------------>&a&lMAJKRAFTOWNIA&7<------------" send "&a/DTP ustaw &7- Ustawia Miejsce do którego będziemy się teleportować." send "&a/DTP tp &7- Teleportuje nas we wczesniej ustawione miejsce." send "&7Jezeli chcesz zmienic polozenie teleportu poprostu nadpisz komende &a/DTP ustaw" send "&7------------>&a&lMAJKRAFTOWNIA&7<------------" if arg 1 is "ustaw": set {dtp::%player%} to player's location send "&a&lMAJKRAFTOWNIA &7DTP zostało pomyślnie ustawione, żeby się teleportować w tę miejsce wpisz ./DTP tp" if arg 1 is "tp": if {dtpt::%player%} is not set: send "&a&lMAJKRAFTOWNIA &7Jescze nie ustawiono DTP!" if {dtpt::%player%} is false: set {dtpt::%player%} to true apply slowness potion of tier 10 to the player for 6 second apply blindness potion of tier 10 to the player for 6 second apply nausea potion of tier 10 to the player for 6 second send player title "&a&lMAJKRAFTOWNIA" with subtitle "&7Teleportacja na DTP nastąpi za 5 sekund" for 1 second wait 1 second send player title "&a&lMAJKRAFTOWNIA" with subtitle "&7Teleportacja na DTP nastąpi za 4 sekund" for 1 second wait 1 second send player title "&a&lMAJKRAFTOWNIA" with subtitle "&7Teleportacja na DTP nastąpi za 3 sekund" for 1 second wait 1 second send player title "&a&lMAJKRAFTOWNIA" with subtitle "&7Teleportacja na DTP nastąpi za 2 sekund" for 1 second wait 1 second send player title "&a&lMAJKRAFTOWNIA" with subtitle "&7Teleportacja na DTP nastąpi za 1 sekund" for 1 second wait 1 second send player title "&a&lMAJKRAFTOWNIA" with subtitle "&7Przeteleportowano!" for 1 second teleport player to {dtp::%player%} set {dtpt::%player%} to false else: send "&a&lMAJKRAFTOWNIA &7Nie stackuj teleportów!"