Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #=-=-=-=-=-=-=-=-=-=-=-=-=#
- #Autor - theblooes
- #Wersja - v1.0
- #Wszelkie prawa zastrzezone !
- #All right reserved !
- #=-=-=-=-=-=-=-=-=-=-=-=-=#
- command /ustawdom:
- permission: skript.ustawdom
- description: Set your home
- trigger:
- set {home.%player%} to location of player
- message "&6&lTwoj dom zostal stworzony &2&l:>&r. &9&lAby sie na niego przeniesc wpisz &4&l&n/dom"
- command /dom:
- permission: skript.dom
- description: Teleport yourself to your home
- trigger:
- if {home.%player%} is not set:
- message "&6&lNie masz ustawionego domu ! &2&l:< &9&lMozesz go ustawic komenda &4&l&n/ustawdom"
- if {home.%player%} is set:
- wait 1 second
- send "&c&l5"
- wait 1 second
- send "&c&l4"
- wait 1 second
- send "&c&l3"
- wait 1 second
- send "&c&l2"
- wait 1 second
- send "&c&l1"
- wait 1 second
- send "&f&lTeleportuje ..."
- wait 1 tick
- teleport player to {home.%player%}
- send "&f&lPrzeteleportowano pomyslnie"
- command /usundom:
- permission: skript.usundom
- description: Delete your home
- trigger:
- delete {home.%player%}
- send "&6&lTwoj dom zostal usuniety !"
Advertisement
Add Comment
Please, Sign In to add comment