Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # # # # # # # # # # # # # # # #
- # Script by PatisonPlayGames #
- # Name: SimplyMobs #
- # Version: Beta 2.0 #
- # Skript: 2.0.2 #
- # # # # # # # # # # # # # # # #
- #=============================================#
- # Licencja SimplyMobs 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: SimplyMobs
- # Skroty do komendy wyzej:
- aliasy: sm, mobs, simply
- # Tag wyswietlany przed wiadomosciami skryptu!
- tag: &8[&6SimplyMobs&8]
- #Nazwa pliku sk.Zanim wgrasz plik i zmieniles nazwe zmien ja takze tutaj i dopiero wgraj plik!:
- sk: SimplyMobs
- # # # # # # # # # # # # # #
- # #
- # Permissions #
- # #
- # # # # # # # # # # # # # #
- # Wiadomosc przy braku uprawnienia:
- permission: &4Nie masz uprawnien by uzywac tej komendy!
- # Autor Config
- version: Beta 2.0
- command /{@komenda} [<text>] [<text>]:
- aliases: {@aliasy}
- trigger:
- if arg 1 is "wersja" or "version":
- send "&7--------------------------------------------------------"
- send " &8Nazwa: &aSimplyMobs"
- send " &8Wersja: &a&n{@version}"
- send "&7--------------------------------------------------------"
- stop
- if arg 1 is "author" or "autor":
- send "&7--------------------------------------------------------"
- send " &8Autor: &aPatisonPlayGames"
- send " &8Nazwa: &aSimplyMobs"
- send "&8 &8&nYou&4&nTube:&a &nwww.youtube.com/PatisonPlayGames"
- send "&7--------------------------------------------------------"
- stop
- if arg 1 is "moby":
- if player has permission "simplymobs.list" or "simplymobs.admin":
- send "&8====&6Lista Mobow&8===="
- send "&6chicken - &aKurczak"
- send "&6cow - &akrowa"
- send "&6ocelot - &aocelot!"
- send "&6pig - &aswinia"
- send "&6sheep - &aowca"
- send "&6horse - &akon"
- send "&6squid - &asquid"
- send "&6enderdragon - &asmok"
- send "&6bat - &anietoperz"
- send "&6wither - &awither"
- send "&6villager - &aosadnik"
- send "&6mooshroom - &a grzybowa krowa"
- send "&6cavespider - &apajak jaskiniowy"
- send "&6enderman - &a enderman"
- send "&6spider - &apajak"
- send "&6wolf - &awilk"
- send "&6irongolem - &agolem"
- send "&6giant - &agiant"
- send "&6snowgolem - &abalwan"
- send "&6blaze - &ablaze"
- send "&6creeper - &acreeper"
- send "&6ghast - &aghast"
- send "&6magmacube - &amagmacube"
- send "&6silverfish - &asilverfish"
- send "&6skeleton - &aszkielet"
- send "&6slime - &aslime"
- send "&6witherskeleton - &awitherskeleton"
- send "&6zombie - &azombie"
- stop
- else:
- send "{@tag} {@permission}"
- stop
- if arg 1 is "reload" or "przeladuj":
- if player has permission "simplymobs.reload" or "simplymobs.admin":
- execute console command "/skript reload {@sk}"
- send "{@tag} &aPrzeladowano"
- stop
- else:
- send "{@tag} {@permission}"
- stop
- if arg 1 is not set:
- send "&8=======&6{@komenda}&8========="
- send "&6{@komenda} - &aPokazuje liste komend!"
- send "&6{@komenda} [Typ_Moba] [Imie] - &aRespi moba o danej nazwie!"
- send "&6{@komenda} moby - &aPokazuje wszystkie moby!"
- send "&6{@komenda} reload - &aPrzeladowywuje skrypt!"
- send "&6{@komenda} wersja - &aPokazuje wersje skryptu!"
- send "&6{@komenda} autor - &aPokazuje info o autorze!"
- stop
- if arg 1 is "help" or "pomoc":
- send "&8=======&6{@komenda}&8========="
- send "&6{@komenda} - &aPokazuje liste komend!"
- send "&6{@komenda} [Typ_Moba] [Imie] - &aRespi moba o danej nazwie!"
- send "&6{@komenda} moby - &aPokazuje wszystkie moby!"
- send "&6{@komenda} reload - &aPrzeladowywuje skrypt!"
- send "&6{@komenda} wersja - &aPokazuje wersje skryptu!"
- send "&6{@komenda} autor - &aPokazuje info o autorze!"
- stop
- if player has permission "simplymobs.name.mob" or "simplymobs.admin":
- if arg 1 is "chicken":
- if arg 2 is set:
- set {_loc} to location of player
- spawn chicken at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono kurczaka o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "cow":
- if arg 2 is set:
- set {_loc} to location of player
- spawn cow at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono krowe o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "ocelot":
- if arg 2 is set:
- set {_loc} to location of player
- spawn ocelot at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono ocelota o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "pig":
- if arg 2 is set:
- set {_loc} to location of player
- spawn pig at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono swinie o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "sheep":
- if arg 2 is set:
- set {_loc} to location of player
- spawn sheep at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono owce o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "horse":
- if arg 2 is set:
- set {_loc} to location of player
- spawn horse at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono konia o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "squid":
- if arg 2 is set:
- set {_loc} to location of player
- spawn squid at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono squida o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "enderdragon":
- if arg 2 is set:
- set {_loc} to location of player
- spawn enderdragon at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono smoka o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "bat":
- if arg 2 is set:
- set {_loc} to location of player
- spawn bat at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono nietoperza o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "wither":
- if arg 1 is set:
- set {_loc} to location of player
- spawn wither at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono wither o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "villager":
- if arg 2 is set:
- set {_loc} to location of player
- spawn villager at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono osadnika o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "mooshroom":
- if arg 2 is set:
- set {_loc} to location of player
- spawn mooshroom at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono mooshroom o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "cavespider":
- if arg 2 is set:
- set {_loc} to location of player
- spawn cavespider at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono pajaka jaskiniowego o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "enderman":
- if arg 2 is set:
- set {_loc} to location of player
- spawn enderman at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono endermana o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "spider":
- if arg 2 is set:
- set {_loc} to location of player
- spawn spider at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono pajaka o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "wolf":
- if arg 2 is set:
- set {_loc} to location of player
- spawn wolf at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono wilka o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "irongolem":
- if arg 2 is set:
- set {_loc} to location of player
- spawn iron golem at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono golema o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "giant":
- if arg 2 is set:
- set {_loc} to location of player
- spawn giant at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono gianta o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "snowgolem":
- if arg 2 is set:
- set {_loc} to location of player
- spawn snow golem at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono balwana o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "blaze":
- if arg 2 is set:
- set {_loc} to location of player
- spawn blaze at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono blaze o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "creeper":
- if arg 2 is set:
- set {_loc} to location of player
- spawn creeper at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono creepera o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "ghast":
- if arg 2 is set:
- set {_loc} to location of player
- spawn ghast at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono ghasta o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "magmacube":
- if arg 2 is set:
- set {_loc} to location of player
- spawn magma cube at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono magmacube o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "silverfish":
- if arg 2 is set:
- set {_loc} to location of player
- spawn silverfish at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono silverfisha o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "skeleton":
- if arg 2 is set:
- set {_loc} to location of player
- spawn skeleton at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono szkieleta o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "slime":
- if arg 2 is set:
- set {_loc} to location of player
- spawn slime at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono slima o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "witch":
- if arg 2 is set:
- set {_loc} to location of player
- spawn witch at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono wiedzme o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "witherskeleton":
- if arg 2 is set:
- set {_loc} to location of player
- spawn wither skeleton at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono wither szkieleta o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- if arg 1 is "zombie":
- if arg 2 is set:
- set {_loc} to location of player
- spawn zombie at {_loc}
- set display name of the last spawned entity to "%colored arg 2%"
- send "{@tag} &aZrespiono zombie o nazwie %colored arg 2%"
- stop
- else:
- send "{@tag} &cPodaj nazwe moba!"
- stop
- send "{@tag} &cTen typ moba nie istnieje!"
- stop
- else:
- send "{@tag} {@permission}"
- stop
- on skript start:
- send "&8SimplyMobs 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 &9SimplyMobs &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
Advertisement
Add Comment
Please, Sign In to add comment