Facebook
From xN0MANDx, 8 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 336
  1. #==========#
  2. #ChildCraft#
  3. #----By----#
  4. #-xN0MANDx-#
  5. #==========#
  6.  
  7. # Messagi
  8.  
  9. On Fishing:
  10.     send "&6Łowisz rybki :D"
  11.  
  12. on book edit:  
  13.     send "&6Stworzyłeś komiks ? :D"
  14.    
  15. On craft:
  16.         send "&6Tworzysz przedmiot :D"
  17.        
  18. On consume:
  19.         send "&6Mmmmm ale pyszne!"
  20.    
  21. on damage of player:
  22.     send "&6Biją się! Biją się!"
  23.    
  24. Crafting Click:
  25.     send "&6Co chcesz stworzyć %player% ? :D"
  26.    
  27. On drop:
  28.         send "&6Co tam wykopałeś? :D"
  29.  
  30. On Level Change:
  31.     send "&6Zdobyłeś nowy poziom! :D"
  32.    
  33. On Jump:
  34.     send "&6Kic, kic! :D"
  35.    
  36. On Health Regen:
  37.     send "&6Odnowił Ci Się Kawałek Życia! Ale Super!"
  38.    
  39. On First Join:
  40.     send "&6&l%player% &ajesteś nowy&6? &aWitaj&6! &b:D"
  41.    
  42. on inventory open:
  43.         send "&6Otworzyłeś plecak szkolny! :D"
  44.        
  45. on inventory close:
  46.     send "&6Zamknąłeś plecak szkolny! Wracasz do domu ? :D"
  47.    
  48. on gamemode change to creative:
  49.     send "&6Humm! Włączyłeś tryb kreatyczny! :D"
  50.    
  51. On Kick:
  52.     send "&6%player% wykopany z serwera :("
  53.    
  54. On Pick Up:
  55.     send "&6Podniosłeś jakiś tajemniczy przedmiot :D"
  56.    
  57. On Lightning Strike:
  58.     send "&6Strzelił piorun uciekaj do domu! :("
  59.    
  60. On Place:
  61.     send "&aAle Super Budujemy Budowle! :D"
  62.    
  63. On Achievement Get:
  64.     send "&aJej! Zaliczyłeś wyzwanko! :D"
  65.    
  66. On Bed Enter:
  67.     send "&b&l%player%: &aDobrych Snów! :D"
  68.    
  69. On Bed Leave:
  70.     send "&b&l%player%: &aAle się wyspałem! :D"
  71.    
  72. On Death:
  73.     send "&aMamusiu! mamusiu! Czy ja umarłem? &b:_("
  74.    
  75. On Quit:
  76.     set quit message to  "&e%event-player% &bopuścił nasz serverek :(!"
  77.    
  78. # Komendy
  79.  
  80. command /pomoc:
  81.     trigger:
  82.         send "&a-=+=- &6&lKomendy Serwera &a-=+=-"
  83.         send "&a/Spawn - &6Komenda Teleportuje Na Spawn"
  84.         send "&a/Zasady - &6Pokazuje zasady serwera"
  85.         send "&a/Tymbark - &6Napij się tymbarku!"
  86.         send "&a/itemy - &6Daje Ci Startowe Itemy
  87.        
  88. command /Zasady:
  89.     trigger:
  90.         send "&a-=+=- &6&lZasady Serwera &a-=+=-"
  91.         send "&a1. &6Nie Palimy Papierosów!"
  92.         send "&a2. &6Nie Hodujemy Marichuany!"
  93.         send "&a3. &6Nie Bluzgamy!"
  94.         send "&a4. &6Nie Cheatujemy!"
  95.         send "&a5. &6Nie Prosimy!"
  96.         send "&a6. &6Nie Kłamiemy!"
  97.        
  98. command /Tymbark
  99.     trigger:
  100.         if difference between {Tymbark::%player%::lastuse} and now is smaller than 120 seconds:
  101.             send "&6Nie Pij Tyle Bo Się Udławisz Zaczekaj Dwie Minutki :D!"
  102.             stop
  103.         set {Tymbark::%player%::lastuse} to now
  104.         send "&bNapiłeś Się &aTymbarku&6! &b:D"
  105.         remove speed from player
  106.         apply speed 1 to player for 15 seconds
  107.         remove regeneration from player
  108.         apply regeneration 1 to player for 15 seconds
  109.         stop
  110.        
  111. command /Itemy
  112.     trigger:
  113.         if difference between {Itemy::%player%::lastuse} and now is smaller than 3600 seconds:
  114.             send "&6Wzywać startowe itemy mozesz co godzinę!"
  115.             stop
  116.         set {Itemy::%player%::lastuse} to now
  117.         send "&bWezwałeś Itemy Startowe"
  118.         execute console command "give %player% 272 1 name:&3Lego_Siekiera"
  119.         execute console command "give %player% 274 1 name:&3Lego_Kilof"
  120.         execute console command "give %player% 273 1 name:&3Lego_Lopata"
  121.         execute console command "give %player% 272 1 name:&3Lego_Miecz"
  122.         execute console command "give %player% 260 5 name:&dLego_Jablko"
  123.        
  124. # Automatyczne Wiadomości
  125.  
  126. every 3 minutes:
  127.     execute console command "say &aDziękujemy za grę na naszym serwerze"
  128. #    execute console command "say &a[Pusty Messag Usuń <--- # I Wpisz Między Cudzysłowia Messag]"
  129. #    execute console command "say &a[Pusty Messag Usuń <--- # I Wpisz Między Cudzysłowia Messag]"
  130. #    execute console command "say &a[Pusty Messag Usuń <--- # I Wpisz Między Cudzysłowia Messag]"
  131.  
  132. command /say []:
  133.     trigger:
  134.         if player has permission "ChildCraft.say":
  135.             if arg 1 is set:
  136.                 broadcast "&a[Server] %colored arg 1%"
  137.                 stop
  138.             else:
  139.                 send "&cPodaj wiadomosc!"
  140.                 stop
  141.  
  142. command /broadcast []:
  143.     aliases: bc
  144.         trigger:
  145.             if player has permission "ChildCraft.broadcast":
  146.                 if arg 1 is set:
  147.                     broadcast "&a[Server] %colored arg 1%"
  148.                     stop
  149.                 else:
  150.                     send "&cPodaj wiadomosc!"
  151.                     stop