Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- DinheiroPedra: 1
- DinheiroLapis: 2
- DinheiroDiamante: 3
- DinheiroEsmeralda: 4
- DinheiroQuartzo: 5
- DinheiroPedregulho: 6
- DinheiroBlocoDiamante: 7
- DinheiroBlocoLapis: 8
- DinheiroBlocoEsmeralda: 9
- DinheiroFungo: 10
- DinheiroCacto: 11
- DinheiroCana: 12
- DinheiroOuro: 13
- DinheiroFerro: 14
- DinheiroRedstone: 15
- DinheiroBlocoOuro: 16
- DinheiroBlocoFerro: 17
- DinheiroBlocoRedstone: 18
- DinheiroCarvao: 19
- DinheiroBlocoCarvao: 20
- DinheiroMelancia: 21
- on break:
- if event-block is stone:
- cancel event
- set block at event-block to air
- add {@DinheiroPedra} to player's money
- if event-block is lapis ore:
- cancel event
- set block at event-block to air
- add {@DinheiroLapis} to player's money
- if event-block is diamond ore:
- cancel event
- set block at event-block to air
- add {@DinheiroDiamante} to player's money
- if event-block is emerald ore:
- cancel event
- set block at event-block to air
- add {@DinheiroEsmeralda} to player's money
- if event-block is quartz ore:
- cancel event
- set block at event-block to air
- add {@DinheiroQuartzo} to player's money
- if event-block is cobblestone:
- cancel event
- set block at event-block to air
- add {@DinheiroPedregulho} to player's money
- if event-block is iron ore:
- cancel event
- set block at event-block to air
- add {@DinheiroFerro} to player's money
- if event-block is gold ore:
- cancel event
- set block at event-block to air
- add {@DinheiroOuro} to player's money
- if event-block is redstone ore:
- cancel event
- set block at event-block to air
- add {@DinheiroRedstone} to player's money
- if event-block is coal ore:
- cancel event
- set block at event-block to air
- add {@DinheiroCarvao} to player's money
- if event-block is melon block:
- cancel event
- set block at event-block to air
- add {@DinheiroMelancia} to player's money
- if event-block is cactus:
- cancel event
- set block at event-block to air
- add {@DinheiroCacto} to player's money
- if event-block is nether wart:
- cancel event
- set block at event-block to air
- add {@DinheiroFungo} to player's money
- if event-block is sugar cane:
- cancel event
- set block at event-block to air
- add {@DinheiroCana} to player's money
- if event-block is gold block:
- cancel event
- set block at event-block to air
- add {@DinheiroBlocoOuro} to player's money
- if event-block is redstone block:
- cancel event
- set block at event-block to air
- add {@DinheiroBlocoRedstone} to player's money
- if event-block is coal block:
- cancel event
- set block at event-block to air
- add {@DinheiroBlocoCarvao} to player's money
- if event-block is iron block:
- cancel event
- set block at event-block to air
- add {@DinheiroBlocoFerro} to player's money
- if event-block is diamond block:
- cancel event
- set block at event-block to air
- add {@DinheiroBlocoDiamante} to player's money
- if event-block is emerald block:
- cancel event
- set block at event-block to air
- add {@DinheiroBlocoEsmeralda} to player's money
- if event-block is lapis block:
- cancel event
- set block at event-block to air
- add {@DinheiroBlocoLapis} to player's money
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement