Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Config
- options:
- #Tag skryptu:
- tag: &2[&6Drop&2]
- #Na co ma się zamienić ruda po wykopaniu jej? (air - powietrze, nazwy bloków w j. ang. np. stone):
- ustaw: air
- #Procenty:
- diament: 0.5
- szmaragd: 0.7
- zelazo: 1.8
- zloto: 1.2
- on mine of cobblestone:
- chance of {@diament}%:
- give 1 diamond to the player
- send "{@tag} Znalazles <blue>diament"
- chance of {@szmaragd}%:
- give 1 a emerald to the player
- send "{@tag] Znalazles <green>szmaragd"
- chance of {@zelazo}%:
- give 1 iron ore to the player
- send "{@tag} Znalazles <grey>zelazo"
- chance of {@zloto}%:
- give 1 gold ore to the player
- send "{@tag} Znalazles <yellow>zloto"
- on mine of iron ore:
- cancel event
- set block to {@ustaw}
- stop
- on mine of gold ore:
- cancel event
- set block to {@ustaw}
- stop
- on mine of diamond ore:
- cancel event
- set block to {@ustaw}
- stop
- on mine of a emerald ore:
- cancel event
- set block to {@ustaw}
- stop
Advertisement
Add Comment
Please, Sign In to add comment