Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on command:
- if command is "is" or "island":
- if arguments is not set:
- cancel event
- execute player command "wyspa"
- command /wyspa [<text>] [<text>]:
- trigger:
- if arg 1 is not set:
- send "&eIsland World v3.6"
- send "&a/wyspa utworz &8- &7tworzysz wyspe."
- send "&a/wyspa usun &8- &7usuwasz wyspe."
- send "&a/wyspa info &8- &7pokazuje informacje o twojej wyspie."
- send "&a/wyspa sethome &8- &7ustawiasz punkt spawnu wyspy."
- send "&a/wyspa delhome &8- &7restartujesz punkt spawnu wyspy."
- send "&a/wyspa dom &8- &7teleprtujesz sie na swoją wyspę."
- send "&a/wyspa fixhome &8- &7naprawiasz koordynaty domu."
- send "&a/wyspa wyrzuc [nick] &8- &7wyrzucasz gracza bez party z wyspy."
- send "&a/wyspa dodaj [nick] &8- &7Dodajesz gracza do wyspy."
- send "&a/wyspa usun [nick] &8- &7usuwasz gracza z wyspy."
- send "&a/wyspa tp [nick] &8- &7teleportujesz sie na wyspe gracza."
- send "&a/wyspa odwiedz [nick] &8- &7zwiedzasz wyspe gracza."
- send "&a/wyspa odejdz &8- &7opuszczasz wyspę."
- send "&a/wyspa zablokuj &8- &7zamykasz wyspe."
- send "&a/wyspa odblokuj &8- &7otwierasz wyspe."
- send "&a/wyspa calc &8- &7obliczasz wartosc wyspy."
- send "&a/wyspa otworz <offline> &8- &7otwierasz wyspe dla odwiedzajacych."
- send "&a/wyspa zamknij &8- &7zamykasz wyspe dla odwiedzajacych."
- stop
- if arg 1 is "utworz" or "create":
- execute player command "is create"
- stop
- if arg 1 is "usun" or "delete":
- execute player command "is delete"
- stop
- if arg 1 is "info" or "informacje":
- execute player command "is info"
- stop
- if arg 1 is "sethome":
- if arg 2 is not set:
- execute player command "is sethome"
- stop
- execute player command "is sethome %arg 2%"
- stop
- if arg 1 is "delhome":
- if arg 2 is not set:
- execute player command "is delete"
- stop
- execute player command "is delete %arg 2%"
- stop
- if arg 1 is "dom" or "home":
- if arg 2 is not set:
- execute player command "is home"
- stop
- execute player command "is home %arg 2%"
- stop
- if arg 1 is "fixhome":
- execute player command "is fixhome"
- stop
- if arg 1 is "wyrzuc" or "expell":
- if arg 2 is not set:
- execute player command "is expell"
- stop
- execute player command "is expell %arg 2%"
- stop
- if arg 1 is "dodaj" or "add":
- if arg 2 is not set:
- execute player command "is add"
- stop
- execute player command "is add %arg 2%"
- stop
- if arg 1 is "usun" or "remove":
- if arg 2 is not set:
- execute player command "is remove"
- stop
- execute player command "is remove %arg 2%"
- stop
- if arg 1 is "tp":
- if arg 2 is not set:
- execute player command "is tp"
- stop
- execute player command "is tp %arg 2%"
- stop
- if arg 1 is "visit" or "odwiedz":
- if arg 2 is not set:
- execute player command "is visit"
- stop
- execute player command "is visit %arg 2%"
- stop
- if arg 1 is "opusc" or "leave":
- execute player command "is leave"
- stop
- if arg 1 is "zablokuj" or "lock":
- execute player command "is lock"
- stop
- if arg 1 is "odblokuj" or "unlock":
- execute player command "is unlock"
- stop
- if arg 1 is "calc" or "oblicz":
- execute player command "is calc"
- stop
- if arg 1 is "otworz" or "open":
- if arg 2 is not set:
- execute player command "is open"
- stop
- execute player command "is open %arg 2%"
- stop
- if arg 1 is "zamknij" or "close":
- execute player command "is close"
- stop
Advertisement
Add Comment
Please, Sign In to add comment