Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # # # # # # # # # # # # # # # #
- # Script by PatisonPlayGames #
- # Name: SuperWand #
- # Version: Beta 2.0 #
- # Skript: 2.0.2 #
- # # # # # # # # # # # # # # # #
- #=============================================#
- # Licencja SuperWand by PatisonPlayGames! #
- # + Nie zezwalam na: #
- # - Usuwanie tresci o autorze! #
- # - Udostepnaniu skryptu innym! #
- # - Podszywanie sie pod autora! #
- # - Uzywanie kodu skryptu w swoich skryptach! #
- # - Zarabianie na skrypcie! #
- # + Zezwalam na: #
- # - Dodawanie kodu na swoja potrzebe! #
- # - Modyfikowanie wiadomosci! #
- #=============================================#
- options:
- # # # # # # # # # # # # # # #
- # #
- # General Config #
- # #
- # # # # # # # # # # # # # # #
- # Komenda uzywana w skrypcie:
- komenda: SuperWand
- # Skroty do komendy wyzej:
- aliasy: sw, super, wand
- # Tag wyswietlany przed wiadomosciami skryptu!
- tag: &8[&9SuperWand&8]
- #Nazwa pliku sk.Zanim wgrasz plik i zmieniles nazwe zmien ja takze tutaj i dopiero wgraj plik!:
- sk: SuperWand
- # # # # # # # # # # # # # # #
- # #
- # Crafting Config #
- # #
- # # # # # # # # # # # # # # #
- # Itemki jakie wkladamy do pieca . Pierwszy to na gorze drugi to na dole miedzy itemami wstawiamy and!
- itemki: 1 redstone and 1 stick
- # Item ktory ma z tego wyjsc a takze item usuwany po teleportacji!
- item: stick
- # Wpisz tutaj pierwzy item jaki wkladasz do gornego slota pieca:
- item1: 1 redstone
- # Wpisz tutaj item jaki wkladasz do dolnego slota pieca:
- item2: 1 stick
- # # # # # # # # # # # # # #
- # #
- # Permissions #
- # #
- # # # # # # # # # # # # # #
- # Wiadomosc przy braku uprawnienia:
- permission: &4Nie masz uprawnien by uzywac tej komendy!
- # Autor Config
- version: Beta 2.0
- # Burn Item
- on rightclick on furnace:
- if {transform.%clicked block%} is less than 100:
- stop
- if {transform.%clicked block%} is more than 99:
- clear {transform.%clicked block%}
- if {transform.%clicked block%} is not set:
- loop 100 times:
- wait 2 seconds
- if clicked block contains {@itemki}:
- wait 1 tick
- add 1 {@item} of infinity 10 named "&4Teleport na spawn!" to clicked block
- wait 1 tick
- remove {@item1} from clicked block
- remove {@item2} from clicked block
- # Teleportation ...
- on rightclick with a stick of infinity 10:
- if player has permission "superwand.vip.teleport" or "superwand.admin" or "superwand.vip":
- remove 1 {@item} of infinity 10 from the player
- teleport player to {teleport.spawn}
- send "{@tag}&7Teleportacja..."
- stop
- else:
- 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} of infinity 10 from the player
- teleport player to {teleport.spawn}
- send "{@tag}&7Teleportacja..."
- stop
- else:
- send "{@tag}&cWykryto ruch, teleportacja anulowana!"
- stop
- # Basic Commands
- command /{@komenda} [<text>]:
- aliases: {@aliasy}
- trigger:
- if arg 1 is not set:
- send "&7============{@tag}================"
- send "&6/{@komenda} - &aPokazuje liste komend!"
- send "&6/{@komenda} wand - &aDaje graczowi rożdżke!"
- send "&6/{@komenda} setspawn - &a Ustawia spawn dla teleportacji!"
- send "&6/{@komenda} reload - &aPrzeladowywuje skrypt!"
- send "&6/{@komenda} wersja - &aPokazuje wersje skryptu!"
- send "&6/{@komenda} autor - &aNotka o autorze!"
- send "&7=================================="
- stop
- if arg 1 is "help" or "pomoc":
- send "&7============{@tag}================"
- send "&6/{@komenda} - &aPokazuje liste komend!"
- send "&6/{@komenda} wand - &aDaje graczowi rożdżke!"
- send "&6/{@komenda} setspawn - &a Ustawia spawn dla teleportacji!"
- send "&6/{@komenda} reload - &aPrzeladowywuje skrypt!"
- send "&6/{@komenda} wersja - &aPokazuje wersje skryptu!"
- send "&6/{@komenda} autor - &aNotka o autorze!"
- send "&7=================================="
- stop
- if arg 1 is "wand":
- if player has permission "superwand.vip.wand" or "superwand.admin" or "superwand.vip":
- give {@item} of infinity 10 named "&4Teleport na spawn!" to the player
- send "{@tag} &aOtrzymano rozdzke !"
- stop
- else:
- send "{@tag} {@permission}"
- stop
- if arg 1 is "setspawn" or "ustawspawn":
- if player has permission "superwand.setspawn" or "superwand.admin":
- set {teleport.spawn} to location of player
- send "{@tag}&7Ustawiono spawn dla teleportacji !"
- stop
- else:
- send "{@tag} {@permission}"
- stop
- if arg 1 is "reload" or "przeladuj":
- if player has permission "superwand.reload" or "superwand.admin":
- execute console command "/sk reload {@sk}"
- send "{@tag} &aPrzeladowano..."
- stop
- else:
- send "{@tag} {@permission}"
- if arg 1 is "wersja" or "version":
- send "&7----------------------------------------------"
- send " &8Nazwa: &aSuperWand"
- send " &8Wersja: &a&n{@version}"
- send "&7----------------------------------------------"
- stop
- if arg 1 is "author" or "autor":
- send "&7----------------------------------------------"
- send " &8Autor: &aPatisonPlayGames"
- send " &8Nazwa: &aSuperWand"
- send "&8 &8&nYou&4&nTube:&a &nwww.youtube.com/PatisonPlayGames"
- send "&7----------------------------------------------"
- stop
- if arg 1 is not "setspawn" or "ustawspawn" or "help" or "pomoc" or "reload" or "przeladuj" or "wersja" or "version" or "author" or "autor":
- send "{@tag} &4Nie ma takiej komendy! &aWpisz /{@komenda}!"
- stop
- #Config Load
- on skript start:
- send "&8SuperWand wymaga wersji Skript 2.0.2 ..." to the console
- wait 1 seconds
- send "&8Serwer pracuje na wersji: %skript version%" to the console
- send "" to the console
- send "&8--------------------------------------------------------------" to the console
- send "&8| |" to the console
- send "&8| Enable &9SuperWand &8|" to the console
- send "&8| |" to the console
- send "&8--------------------------------------------------------------" to the console
- send "" to the console
- send "&8Autor: &ePatisonPlayGames" to the console
- send "&8Version: &7{@version}" to the console
- send "" to the console
- #------------------------------------------------ End of Script / Thanks for Use ---------------------------------#
- #-------------------------------- © by PationPlayGames - Author / YouTube www.youtube.com/PatisonPlayGames -------#
Advertisement
Add Comment
Please, Sign In to add comment