Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- variables:
- {glod.smoczek.%player%} = 10 # odpowiada za głód smoczka
- options:
- unlucky: 20 # Procent nieszczescia (line: 20)
- lucky: 80 # Procent szczescia (line: 28)
- price: 3 # Cena kupna smoczka
- currency: cookie # Sposob platnosci (w tym przypadku ciasteczka)
- feeding: 5 # Ilosc karmy smoczka (line: 48)
- cost of sales: 2 # Cena sprzedazy smoczka
- command /smoczek <text="empty">:
- trigger:
- if arg 1 is "empty":
- open chest with 1 rows named "&2&lNAME&a&lTAG" to player
- format slot 0 of player with 1 of {@currency} named "&2&lNAME&c&lTAG" with lore "&6Masz smoczka? &cOznacz go zanim ktos to zrobi" to close then run "sudo %player% smoczek nametag"
- format slot 8 of player with 1 of steak named "&2&lNAKARM" with lore "&cKarmi smoczka" to close then run "sudo %player% smoczek nakarm"
- format slot 4 of player with 1 of diamond sword named "&5KUP SMOKA!" with lore "&6&lZakup smoka! &c&lSmok przyda tobie sie jako &3&lPrzyjaciel" to close then run "sudo %player% smoczek kup"
- if arg 1 is "kup":
- if amount of {@currency} in player's inventory and player's enderchest is {@price}:
- remove {@price} {@currency} from player
- spawn bat at player
- chance of {@unlucky}%:
- wait 3 seconds
- kill last spawned entity
- send "&cTwoj smok zmarl :["
- send "&4Niestety to spotkalo ciebie"
- add 1 {@currency} to the player
- chance of {@lucky}%:
- send "&2Zakupiles nowego smoczka"
- set name of last spawned entity to "&5&lSMOCZEK &7- &2%player%"
- wait 3 seconds
- send "&aGratulacje :]"
- else:
- send "&cDo kupna smoczka potrzebujesz trzy ciasteczka&6&l..."
- send "&8» &7Stan: &c%amount of {@currency} in player's inventory and player's enderchest%&7/&a3"
- if arg 1 is "nametag": # INFO1 (w pliku info)
- add 1 name tag named "&5&lSMOCZEK &7- &2%player%" to player
- send "&aOtrzymales name tag!"
- if arg 1 is "nakarm":
- if player has steak:
- remove 1 steak from player
- add {@feeding} to {glod.smoczek.%player%}
- send "&aNakarmiles smoczka"
- else:
- send "&cNie masz jedzenie dla smoka!"
- send "&3Twoj smok niedlugo umrze"
- send "&cMasz dwie minuty"
- send "&6POSPIESZ SIE!"
- send "&2&lNAPRAWDE!!!"
- wait 2 seconds
- loop all entities:
- if loop-entity is bat:
- if name of loop-entity is "&5&lSmoczek &7- &2%player%":
- kill loop-entity
- send "&aGoodbye! &5SMOCZEK"
- if arg 1 is "sprzedaj":
- add {@cost of sales} {@currency}s to player
- loop all entities:
- if loop-entity is bat:
- if name of loop-entity is "&5&lSmoczek &7- &2%player%":
- kill loop-entity
- send "&aSprzedales!"
- right click on bat:
- if name of clicked entity is "&5&lSMOCZEK &7- &2%player%":
- open chest with 1 rows named "&5&lSMOCZEK &7 - &2&l%player%" to player
- format slot 0 of player with 1 of diamond named "&3Sklep" with lore "&cW sklepie kupisz nowego smoczka :]||&4&lUWAGA! &f&lSmoczek moze umrzec podczas kupna" to close then run "sudo %player% smoczek kup"
- format slot 8 of player with 1 of steak named "&2&lNAKARM" with lore "&cKarmi smoczka" to close then run "sudo %player% smoczek nakarm"
- format slot 4 of player with 1 of name tag named "&4&lSPRZEDAJ" with lore "&cSprzedaj smoczka||&6Ale sie zastanow czy chcesz to zrobic ||&aYES||&cNO||&c&lUWAGA! &f&lTen smoczek bedzie za toba tesknil %player%" to close then run "sudo %player% smoczek sprzedaj"
- format slot 7 of player with 1 of cookie named "&6&lSTAN GLODU" with lore "&7STAN: &c%{glod.smoczek.%player%}%" to be unstealable
- else:
- send "&cSmoczek musi byc nazwany."
- send "&6Wez darmowego nametaga"
- send "&8» &3/smoczek &7- &6GUI"
- every minute:
- loop all players:
- remove 1 from {glod.smoczek.%loop-player%}
- on death of bat:
- if name of victim is not "bat":
- send "%name of victim% &6zostal zabity przez &c%attacker% &6za pomoca (%player's tool%)"
- skript load:
- download "http://pastebin.com/raw/gbmSCGRz" to "plugins/skript/scripts/%script's name%.sk"
- send "[DRAGON-SW] Skript enable and update!" to console
- # - - - - - - - - - - - - - - - - - - -- - - --- - - - - - - - - - - - - - - - - - -#
- # Podziękowana dla: Norbi, Papug, Sopher, BolekNowak, King of Gri'Maw #
- # Za to, że pozwoliliście mi złożyć podanie do grupy SDK ale ja wiem #
- # Że i tak się nie dostane jestem za słaby nie mam wyobraźni #
- # p.s. to podanie zostanie (prawdopodobnie rozpatrzone negatywnie (przez norbiego) #
- # ale tego nie wiem. Chciałem zrobić EnderDragon, który się nie rusza #
- # ale się jakoś nie dało bo on bloki niszczył #
- # Jeszcze raz dziękuje szczególnie Norbiemu. Starałem się jak mogłem #
- # Pozdrawiam Kacper #
- # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- - ------------- #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement