Facebook
From sosnax1, 9 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 773
  1. on crafting Oak Planks,chest,stick or crafting table:
  2.         If {praca.kurs.drwal_I::%player%} is not set:
  3.                 Send "Eam. Co mam zrobic? Nie kojaze tej receptury..."
  4.                 cancel event
  5. on crafting Torch,ladder or wooden door:
  6.         If {praca.kurs.drwal_II::%player%} is not set:
  7.                 Send "Eam. Co mam zrobic? Nie kojaze tej receptury..."
  8.                 cancel event
  9. on crafting Fence Gate,Trapdoor or Wood Stairs:
  10.         If {praca.kurs.drwal_III::%player%} is not set:
  11.                 Send "Eam. Co mam zrobic? Nie kojaze tej receptury..."
  12.                 cancel event
  13. on crafting Sign,Fence or Pressure Plate:
  14.         If {praca.kurs.drwal_IV::%player%} is not set:
  15.                 Send "Eam. Co mam zrobic? Nie kojaze tej receptury..."
  16.                 cancel event
  17. #Kopanie/Gornik
  18. on break:
  19.         if block is stone or coal ore:
  20.                 If {praca.kurs.Mlody_Gornik::%player%} is not set:
  21.                         Send "Ups..."
  22.                         damage tool by 2
  23.                         Set block to air
  24.                         cancel event
  25.         else if block is Iron ore:
  26.                 If {praca.kurs.Gornik::%player%} is not set:
  27.                         Send "Ups..."
  28.                         Set block to air
  29.                         damage tool by 2
  30.                         cancel event
  31.         else if block is Redstone ore,Lapis Lazuli ore or Gold ore:
  32.                 If {praca.kurs.Gornik_II::%player%} is not set:
  33.                         Send "Ups..."
  34.                         damage tool by 2
  35.                         Set block to air
  36.                         cancel event
  37.  
  38.         else if block is Diamond ore:
  39.                 If {praca.kurs.Gornik_II::%player%} is not set:
  40.                         Send "Ups..."
  41.                         damage tool by 2
  42.                         Set block to air
  43.                         cancel event
  44. on crafting Oak Planks,chest,stick or crafting table:
  45.         If {praca.kurs.drwal_I::%player%} is not set:
  46.                 Send "Eam. Co mam zrobic? Nie kojaze tej receptury..."
  47.                 cancel event