Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- diamond: 0.1
- emerald: 0.5
- iron: 1.5
- gold: 0.25
- gun_powder: 0.9
- apple: 0.75
- ender_pearl: 0.5
- redstone: 1.25
- lapis: 1
- wegiel: 1
- piasek: 1.5
- magiczna_skrzynia: 0.001
- vip_diamond: 0.75
- vip_emerald: 0.5
- vip_iron: 1.5
- vip_gold: 0.25
- vip_gun_powder: 2.5
- vip_apple: 0.75
- vip_enderpearl: 0.5
- vip_redstone: 1.25
- vip_lapis: 1.25
- vip_wegiel: 1.5
- vip_piasek: 2.5
- vip_magiczna_skrzynia: 0.001
- fortuna_1: true
- fortuna_2: true
- fortuna_3: true
- drop_cobble: true
- drop_stone: true
- exp_stone: 2
- exp_cobble: 1
- # give X xp to the player
- msg_diamond: "Otrzymujesz 1 diament!"
- msg_emerald: "Otrzymujesz 1 emerald!"
- msg_iron: "Otrzymujesz 1 zelazo!"
- msg_gold: "Otrzymujesz 1 zloto!"
- msg_gun_powder: "Otrzymujesz 1 gunpowder!"
- msg_apple: "Otrzymujesz 1 jablko!"
- msg_ender_pearl: "Otrzymujesz 1 ender pearl!"
- msg_redstone: "Otrzymujesz 1 redstone!"
- msg_lapis: "Otrzymujesz 1 lapis!"
- msg_wegiel: "Otrzymujesz 1 wegiel!"
- msg_piasek: "Otrzymujesz 1 piasek!"
- msg_magiczna_skrzynia: "Otrzymujesz 1 magiczna skrzynie!"
- on mine:
- if event-block is stone:
- # SZANSA NA DIAMENT
- chance of {@diamond}:
- cancel event
- set event-block to air
- drop 1 diamond
- drop 1 cobblestone
- send {@msg_diamond}
- if player is holding a any pickaxe of fortune 1:
- chance of 33%:
- give 2 xp to the player
- drop 1 diamond
- if player is holding a any pickaxe of fortune 2:
- chance of 33%:
- give 2 xp to the player
- drop 1 diamond
- chance of 22%:
- give 2 xp to the player
- drop 1 diamond
- if player is holding a any pickaxe of fortune 3:
- chance of 33%:
- give 2 xp to the player
- drop 1 diamond
- chance of 22%:
- give 2 xp to the player
- drop 1 diamond
- chance of 11%:
- give 2 xp to the player
- drop 1 diamond
- # SZANSA NA EMERALD
- chance of {@emerald}:
- cancel event
- set event-block to air
- drop 1 emerald
- drop 1 cobblestone
- send {@msg_emerald}
- if player is holding a any pickaxe of fortune 1:
- chance of 33%:
- give 2 xp to the player
- drop 1 emerald
- if player is holding a any pickaxe of fortune 2:
- chance of 33%:
- give 2 xp to the player
- drop 1 emerald
- chance of 22%:
- give 2 xp to the player
- drop 1 emerald
- if player is holding a any pickaxe of fortune 3:
- chance of 33%:
- give 2 xp to the player
- drop 1 emerald
- chance of 22%:
- give 2 xp to the player
- drop 1 emerald
- chance of 11%:
- give 2 xp to the player
- drop 1 emerald
- # SZANSA NA IRON
- chance of {@iron}:
- cancel event
- set event-block to air
- drop 1 iron ore
- give 2 xp to the player
- send {@msg_iron}
- # SZANSA NA GOLD
- chance of {@gold}:
- cancel event
- set event-block to air
- drop 1 gold ore
- give 2 xp to the player
- send {@msg_gold}
- # SZANSA NA GUN POWDER
- chance of {@gun_powder}:
- cancel event
- set event-block to air
- drop 1 gunpowder
- give 2 xp to the player
- send {@msg_gun_powder}
- # SZANSA NA APPLE
- chance of {@apple}:
- cancel event
- set event-block to air
- drop 1 apple
- give 2 xp to the player
- send {@msg_apple}
- # SZANSA NA APPLE
- chance of {@apple}:
- cancel event
- set event-block to air
- drop 1 apple
- give 2 xp to the player
- send {@msg_apple}
- # SZANSA NA ENDER PEARL
- chance of {@ender_pearl}:
- cancel event
- set event-block to air
- drop 1 ender pearl
- give 2 xp to the player
- send {@msg_ender_pearl}
- # SZANSA NA REDSTONE
- chance of {@redstone}:
- cancel event
- set event-block to air
- drop 1 redstone dust
- drop 1 cobblestone
- send {@msg_redstone}
- if player is holding a any pickaxe of fortune 1:
- chance of 33%:
- give 2 xp to the player
- drop 1 redstone dust
- if player is holding a any pickaxe of fortune 2:
- chance of 33%:
- give 2 xp to the player
- drop 1 redstone dust
- chance of 22%:
- give 2 xp to the player
- drop 1 redstone dust
- if player is holding a any pickaxe of fortune 3:
- chance of 33%:
- give 2 xp to the player
- drop 1 redstone dust
- chance of 22%:
- give 2 xp to the player
- drop 1 redstone dust
- chance of 11%:
- give 2 xp to the player
- drop 1 redstone dust
- # SZANSA NA LAPIS
- chance of {@lapis}:
- cancel event
- set event-block to air
- drop 1 lapis lazuli
- drop 1 cobblestone
- send {@msg_lapis}
- if player is holding a any pickaxe of fortune 1:
- chance of 33%:
- give 2 xp to the player
- drop 1 lapis lazuli
- if player is holding a any pickaxe of fortune 2:
- chance of 33%:
- give 2 xp to the player
- drop 1 lapis lazuli
- chance of 22%:
- give 2 xp to the player
- drop 1 lapis lazuli
- if player is holding a any pickaxe of fortune 3:
- chance of 33%:
- give 2 xp to the player
- drop 1 lapis lazuli
- chance of 22%:
- give 2 xp to the player
- drop 1 lapis lazuli
- chance of 11%:
- give 2 xp to the player
- drop 1 lapis lazuli
- # SZANSA NA WEGIEL
- chance of {@wegiel}:
- cancel event
- set event-block to air
- drop 1 coal
- drop 1 cobblestone
- send {@msg_wegiel}
- if player is holding a any pickaxe of fortune 1:
- chance of 33%:
- give 2 xp to the player
- drop 1 coal
- if player is holding a any pickaxe of fortune 2:
- chance of 33%:
- give 2 xp to the player
- drop 1 coal
- chance of 22%:
- give 2 xp to the player
- drop 1 coal
- if player is holding a any pickaxe of fortune 3:
- chance of 33%:
- give 2 xp to the player
- drop 1 coal
- chance of 22%:
- give 2 xp to the player
- drop 1 coal
- chance of 11%:
- give 2 xp to the player
- drop 1 coal
- # SZANSA NA PIASEK
- chance of {@piasek}:
- cancel event
- set event-block to air
- drop 1 sand
- give 2 xp to the player
- send {@msg_piasek}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement