#==========# #ChildCraft# #----By----# #-xN0MANDx-# #==========# # Messagi On Fishing: send "&6Łowisz rybki :D" on book edit: send "&6Stworzyłeś komiks ? :D" On craft: send "&6Tworzysz przedmiot :D" On consume: send "&6Mmmmm ale pyszne!" on damage of player: send "&6Biją się! Biją się!" Crafting Click: send "&6Co chcesz stworzyć %player% ? :D" On drop: send "&6Co tam wykopałeś? :D" On Level Change: send "&6Zdobyłeś nowy poziom! :D" On Jump: send "&6Kic, kic! :D" On Health Regen: send "&6Odnowił Ci Się Kawałek Życia! Ale Super!" On First Join: send "&6&l%player% &ajesteś nowy&6? &aWitaj&6! &b:D" on inventory open: send "&6Otworzyłeś plecak szkolny! :D" on inventory close: send "&6Zamknąłeś plecak szkolny! Wracasz do domu ? :D" on gamemode change to creative: send "&6Humm! Włączyłeś tryb kreatyczny! :D" On Kick: send "&6%player% wykopany z serwera :(" On Pick Up: send "&6Podniosłeś jakiś tajemniczy przedmiot :D" On Lightning Strike: send "&6Strzelił piorun uciekaj do domu! :(" On Place: send "&aAle Super Budujemy Budowle! :D" On Achievement Get: send "&aJej! Zaliczyłeś wyzwanko! :D" On Bed Enter: send "&b&l%player%: &aDobrych Snów! :D" On Bed Leave: send "&b&l%player%: &aAle się wyspałem! :D" On Death: send "&aMamusiu! mamusiu! Czy ja umarłem? &b:_(" On Quit: set quit message to "&e%event-player% &bopuścił nasz serverek :(!" # Komendy command /pomoc: trigger: send "&a-=+=- &6&lKomendy Serwera &a-=+=-" send "&a/Spawn - &6Komenda Teleportuje Na Spawn" send "&a/warp - &6Lista warpów" send "&a/tpa [Gracz] - &6Teleportuje do danej osoby ciebie" send "&a/tpaccept - &6Przyjmuje teleportacje danej osoby!" send "&a/Zasady - &6Pokazuje zasady serwera" send "&a/Tymbark - &6Napij się tymbarku!" command /Zasady: trigger: send "&a-=+=- &6&lZasady Serwera &a-=+=-" send "&a1. &6Nie Palimy Papierosów!" send "&a2. &6Nie Hodujemy Marichuany!" send "&a3. &6Nie Bluzgamy!" send "&a4. &6Nie Cheatujemy!" send "&a5. &6Nie Prosimy!" send "&a6. &6Nie Kłamiemy!" command /Tymbark trigger: if difference between {Tymbark::%player%::lastuse} and now is smaller than 120 seconds: send "&6Nie Pij Tyle Bo Się Udławisz Zaczekaj Dwie Minutki :D!" stop set {Tymbark::%player%::lastuse} to now send "&bNapiłeś Się &aTymbarku&6! &b:D" remove speed from player apply speed 1 to player for 15 seconds remove regeneration from player apply regeneration 1 to player for 15 seconds stop command /Itemy trigger: if difference between {Itemy::%player%::lastuse} and now is smaller than 3600 seconds: send "&6Wzywać startowe itemy mozesz co godzinę!" stop set {Itemy::%player%::lastuse} to now send "&bWezwałeś Itemy Startowe" execute console command "give %player% 272 1 name:&3Lego_Siekiera" execute console command "give %player% 274 1 name:&3Lego_Kilof" execute console command "give %player% 273 1 name:&3Lego_Lopata" execute console command "give %player% 272 1 name:&3Lego_Miecz" execute console command "give %player% 260 5 name:&dLego_Jablko" # Automatyczne Wiadomości every 3 minutes: execute console command "say &aDziękujemy za grę na naszym serwerze" # execute console command "say &a[Pusty Messag Usuń <--- # I Wpisz Między Cudzysłowia Messag]" # execute console command "say &a[Pusty Messag Usuń <--- # I Wpisz Między Cudzysłowia Messag]" # execute console command "say &a[Pusty Messag Usuń <--- # I Wpisz Między Cudzysłowia Messag]" command /say []: trigger: if player has permission "ChildCraft.say": if arg 1 is set: broadcast "&a[Server] %colored arg 1%" stop else: send "&cPodaj wiadomosc!" stop command /broadcast []: aliases: bc trigger: if player has permission "ChildCraft.broadcast": if arg 1 is set: broadcast "&a[Server] %colored arg 1%" stop else: send "&cPodaj wiadomosc!" stop