Facebook
From daZ1975, 9 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 415
  1. ########################        #                                #
  2. Author##daZ1975#########        # Nie zmieniaj Autora !          #
  3. ########Wersja## V1#####        # Wersja ma byc taka jaka jest   #
  4. Nazwa##DazuStone########        # Nazwy równieżnie zmieniaj      #
  5. ########################        #                                #
  6.  
  7.  
  8.  
  9. on mine of stone:
  10.         if player's gamemode is survival:
  11.                 if player's tool is pickaxe:
  12.                         chance of 5.0%:
  13.                                 give 2 iron ore to the player
  14.                                 drop 10 xp
  15.                                 send "&8» Wydropiles: &7Zelazo &3(+10xp)
  16.                         chance of 5.0%:
  17.                                 give 2 gold ore to the player
  18.                                 drop 5 xp
  19.                                 send "&8» Wydropiles: &eZloto &3(+5xp)
  20.                         chance of 5.0%:
  21.                                 give 4 diamond to the player
  22.                                 drop 4 xp
  23.                                 send "&8» Wydropiles: &bDiamenty &3(+4xp)
  24.                         chance of 5.0%:
  25.                                 give 1 emerald to the player
  26.                                 drop 4 xp
  27.                                 send "&8» Wydropiles: &2Emeralda &3(+4xp)
  28.                         chance of 5.0%:
  29.                                 give 4 redstone to the player
  30.                                 drop 4 xp
  31.                                 send "&8» Wydropiles: &4Redstone &3(+4xp)
  32.                         chance of 5.0%:
  33.                                 give 6 gunpowder to the player
  34.                                 drop 5 xp
  35.                                 send "&8» Wydropiles: &7Proch &3(+5xp)
  36.                         chance of 5.0%:
  37.                                 give 10 coal to the player
  38.                                 drop 13 xp
  39.                                 send "&8» Wydropiles: &0Wegiel &3(+13xp)
  40.                         chance of 2.0%:
  41.                                 give 1 ender pearl to the player
  42.                                 drop 5 xp
  43.                                 send "&8» Wydropiles: &5PERLE ! &3(+5xp)
  44.                         chance of 5.0%:
  45.                                 give 7 sand to the player
  46.                                 drop 3 xp
  47.                                 send "&8» Wydropiles: &6Piasek &3(+3xp)
  48.                         chance of 5.0%:
  49.                                 give 7 sand to the player
  50.                                 drop 3 xp
  51.                                 send "&8» Wydropiles: &4Jabulko &3(+3xp)
  52. ###########################
  53. Komenda /kamien
  54. ###########################
  55. Tutaj nic nie zmieniaj
  56.          \/
  57. command /kamien:
  58.         description: DazuDrop
  59.         usage: /kamien
  60.         executable by: daZ1975
  61.         aliases: drop, surowce
  62.                 send "&5<----------------->" to player
  63.                 send "&3» &bDiamenty: &b5.0%" to player
  64.                 send "&3» &2Emeraldy: &b5.0%" to player
  65.                 send "&3» &7Zelazo: &b5.0" to player
  66.                 send "&3» &0Wegiel: &b5.0" to player
  67.                 send "&3» &6Piasek: &b5.0" to player
  68.                 send "&3» &4Jabulko: &b5.0" to player
  69.                 send "&3» &5Perla: &b5.0" to player
  70.                 send "&3» &eZloto: &b5.0" to player