Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- diamond: 0.002
- emerald: 0.001
- iron: 0.005
- gold: 0.005
- gunpowder: 0.009
- apple: 0.02
- redstone: 0.009
- lapis: 0.007
- coal: 0.02
- sand: 0.04
- magicznaskrzynia: 0.001
- vip_diamond: 0.004
- vip_emerald: 0.002
- vip_iron: 0.01
- vip_gold: 0.01
- vip_gunpowder: 2.5
- vip_apple: 0.75
- vip_redstone: 0.018
- vip_lapis: 0.018
- vip_coal: 0.04
- vip_sand: 0.08
- vip_magicznaskrzynia: 0.002
- drop_cobble: true
- drop_stone: true
- exp_stone: 2
- exp_cobble: 1
- vip_uprawnienie: "drop.vip"
- msg_diamond: "&6[&3Drop&6]&7 Otrzymujesz 1 diament!"
- msg_emerald: "&6[&3Drop&6]&7 Otrzymujesz 1 emerald!"
- msg_iron: "&6[&3Drop&6]&7 Otrzymujesz 1 zelazo!"
- msg_gold: "&6[&3Drop&6]&7 Otrzymujesz 1 zloto!"
- msg_gunpowder: "&6[&3Drop&6]&7 Otrzymujesz 1 gunpowder!"
- msg_apple: "&6[&3Drop&6]&7 Otrzymujesz 1 jablko!"
- msg_redstone: "&6[&3Drop&6]&7 Otrzymujesz 1 redstone!"
- msg_lapis: "&6[&3Drop&6]&7 Otrzymujesz 1 lapis!"
- msg_coal: "&6[&3Drop&6]&7 Otrzymujesz 1 wegiel!"
- msg_sand: "&6[&3Drop&6]&7 Otrzymujesz 1 piasek!"
- msg_magicznaskrzynia: "&6[&3Drop&6]&7 Otrzymujesz 1 magiczna skrzynie!"
- on mine:
- if event-block is stone:
- if player is holding any pickaxe:
- if {@drop_stone} is true:
- if player has permission {@vip_uprawnienie}:
- cancel event
- set event-block to air
- drop 1 cobblestone
- give 3 xp to the player
- chance of {@vip_diamond}:
- drop 1 diamond
- send {@msg_diamond}
- stop
- chance of {@vip_emerald}:
- drop 1 emerald
- send {@msg_emerald}
- stop
- chance of {@vip_iron}:
- drop 1 iron ore
- send {@msg_iron}
- stop
- chance of {@vip_gold}:
- drop 1 gold ore
- send {@msg_gold}
- stop
- chance of {@vip_gunpowder}:
- drop 1 gunpowder
- send {@msg_gunpowder}
- stop
- chance of {@vip_apple}:
- drop 1 apple
- send {@msg_apple}
- stop
- chance of {@vip_redstone}:
- drop 1 redstone dust
- send {@msg_redstone}
- stop
- chance of {@vip_lapis}:
- drop 1 lapis lazuli
- send {@msg_lapis}
- stop
- chance of {@vip_coal}:
- drop 1 coal
- send {@msg_coal}
- stop
- chance of {@vip_sand}:
- drop 1 sand
- send {@msg_sand}
- stop
- else:
- cancel event
- set event-block to air
- drop 1 cobblestone
- give 2 xp to the player
- chance of {@diamond}:
- drop 1 diamond
- send {@msg_diamond}
- stop
- chance of {@emerald}:
- drop 1 emerald
- send {@msg_emerald}
- stop
- chance of {@iron}:
- drop 1 iron ore
- send {@msg_iron}
- stop
- chance of {@gold}:
- drop 1 gold ore
- send {@msg_gold}
- stop
- chance of {@gunpowder}:
- drop 1 gunpowder
- send {@msg_gunpowder}
- stop
- chance of {@apple}:
- drop 1 apple
- send {@msg_apple}
- stop
- chance of {@redstone}:
- drop 1 redstone dust
- send {@msg_redstone}
- stop
- chance of {@lapis}:
- drop 1 lapis lazuli
- send {@msg_lapis}
- stop
- chance of {@coal}:
- drop 1 coal
- send {@msg_coal}
- stop
- chance of {@sand}:
- drop 1 sand
- send {@msg_sand}
- stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement