Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- Prefix: &6(sBreakToSell)
- 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
- set action bar of player to "{@Prefix} &eVocê quebrou uma pedra lisa e ganhou &2R$&A{@DinheiroPedra}"
- if event-block is lapis ore:
- cancel event
- set block at event-block to air
- add {@DinheiroLapis} to player's money
- set action bar of player to "{@Prefix} &eVocê quebrou um lápis e ganhou &2R$&A{@DinheiroLapis}"
- if event-block is diamond ore:
- cancel event
- set block at event-block to air
- add {@DinheiroDiamante} to player's money
- set action bar of player to "{@Prefix} &eVocê quebrou um diamante e ganhou &2R$&A{@DinheiroDiamante}"
- if event-block is emerald ore:
- cancel event
- set block at event-block to air
- add {@DinheiroEsmeralda} to player's money
- set action bar of player to "{@Prefix} &eVocê quebrou um esmeralda e ganhou &2R$&A{@DinheiroEsmeralda}"
- if event-block is quartz ore:
- cancel event
- set block at event-block to air
- add {@DinheiroQuartzo} to player's money
- set action bar of player to "{@Prefix} &eVocê quebrou um quartzo e ganhou &2R$&A{@DinheiroQuartzo}"
- if event-block is cobblestone:
- cancel event
- set block at event-block to air
- add {@DinheiroPedregulho} to player's money
- set action bar of player to "{@Prefix} &eVocê quebrou um pedregulho e ganhou &2R$&A{@DinheiroPedregulho}"
- if event-block is iron ore:
- cancel event
- set block at event-block to air
- add {@DinheiroFerro} to player's money
- set action bar of player to "{@Prefix} &eVocê quebrou um ferro e ganhou &2R$&A{@DinheiroFerro}"
- if event-block is gold ore:
- cancel event
- set block at event-block to air
- add {@DinheiroOuro} to player's money
- set action bar of player to "{@Prefix} &eVocê quebrou um ouro e ganhou &2R$&A{@DinheiroOuro}"
- if event-block is redstone ore:
- cancel event
- set block at event-block to air
- add {@DinheiroRedstone} to player's money
- set action bar of player to "{@Prefix} &eVocê quebrou uma redstone e ganhou &2R$&A{@DinheiroRedstone}"
- if event-block is coal ore:
- cancel event
- set block at event-block to air
- add {@DinheiroCarvao} to player's money
- set action bar of player to "{@Prefix} &eVocê quebrou um carvão e ganhou &2R$&A{@DinheiroCarvao}"
- if event-block is melon block:
- cancel event
- set block at event-block to air
- add {@DinheiroMelancia} to player's money
- set action bar of player to "{@Prefix} &eVocê quebrou uma melancia e ganhou &2R$&A{@DinheiroMelancia}"
- if event-block is cactus:
- cancel event
- set block at event-block to air
- add {@DinheiroCacto} to player's money
- set action bar of player to "{@Prefix} &eVocê quebrou um cacto e ganhou &2R$&A{@DinheiroCacto}"
- if event-block is nether wart:
- cancel event
- set block at event-block to air
- add {@DinheiroFungo} to player's money
- set action bar of player to "{@Prefix} &eVocê quebrou um fungo e ganhou &2R$&A{@DinheiroFungo}"
- if event-block is sugar cane:
- cancel event
- set block at event-block to air
- add {@DinheiroCana} to player's money
- set action bar of player to "{@Prefix} &eVocê quebrou uma cana e ganhou &2R$&A{@DinheiroCana}"
- if event-block is gold block:
- cancel event
- set block at event-block to air
- add {@DinheiroBlocoOuro} to player's money
- set action bar of player to "{@Prefix} &eVocê quebrou um bloco de ouro e ganhou &2R$&A{@DinheiroBlocoOuro}"
- if event-block is redstone block:
- cancel event
- set block at event-block to air
- add {@DinheiroBlocoRedstone} to player's money
- set action bar of player to "{@Prefix} &eVocê quebrou um bloco de redstone e ganhou &2R$&A{@DinheiroBlocoRedstone}"
- if event-block is coal block:
- cancel event
- set block at event-block to air
- add {@DinheiroBlocoCarvao} to player's money
- set action bar of player to "{@Prefix} &eVocê quebrou um bloco de carvão e ganhou &2R$&A{@DinheiroBlocoCarvao}"
- if event-block is iron block:
- cancel event
- set block at event-block to air
- add {@DinheiroBlocoFerro} to player's money
- set action bar of player to "{@Prefix} &eVocê quebrou um bloco de ferro e ganhou &2R$&A{@DinheiroBlocoFerro}"
- if event-block is diamond block:
- cancel event
- set block at event-block to air
- add {@DinheiroBlocoDiamante} to player's money
- set action bar of player to "{@Prefix} &eVocê quebrou um bloco de diamante e ganhou &2R$&A{@DinheiroBlocoDiamante}"
- if event-block is emerald block:
- cancel event
- set block at event-block to air
- add {@DinheiroBlocoEsmeralda} to player's money
- set action bar of player to "{@Prefix} &eVocê quebrou um bloco de esmeralda e ganhou &2R$&A{@DinheiroBlocoEsmeralda}"
- if event-block is lapis block:
- cancel event
- set block at event-block to air
- add {@DinheiroBlocoLapis} to player's money
- set action bar of player to "{@Prefix} &eVocê quebrou um bloco de lápis e ganhou &2R$&A{@DinheiroBlocoLapis}"
Add Comment
Please, Sign In to add comment