- Native Minecraft Version:
- 1.13
- Tested Minecraft Versions:
- 1.13
- 1.14
- 1.15
- 1.16
- Languages Supported:
- English
You can plant mines, set blocks in range and walk without fear. With easy config management.
How can I use bombs?
First, you should take a stick, and write /bomb mode on.
Every block you clicked, turns mine. To explode a mine, click it with any item (no stick).
You can list all mines with /bomb list. To remove, write /bomb remove <order>
How can I target an area/set block?
First, you should write /set <block> and take a wooden axe in your hand. Then right-click to target block with the wooden axe.
How can I use walk-block mode?
First, you should write /set <block>
Then write /walkblock <size>
Done! If you walk, it places blocks under you.
Write /walkblock again to off this mode.
Note: When you pick up a redstone, the mode turns off until you get something else. (Changeable from config)
A Mini Calculate Command via JS:
/calculate <expression>
Blocky Commands:
/blocky reload - Reloads plugin
/blocky set <property> - Changes config without edit file
Properties In The Config:
Messages.yml
- bombfire: Does the bomb spread fire?
- bombradius: Explosion radius.
- setrange: /set command range.
- wbnoblock: Temporary walkblock stopper.
- wbperformance: When it turned on, blocks places like a plus. Otherwise, places 9x9.
Code (YAML):#Blocks
walkblockoff: "&aBlock walk mode off!"
walkblockon: "&aBlock walk size is &f%SIZE%"
wrongmaterial: "&cWrong material name!"
blockchange: "&dBlock changed to &f%BLOCK%"
#Bombs
planton: "&cMine planting mode on!"
plantoff: "&aMine planting mode off!"
bombsdefused: "&aAll bombs have been defused!"
bombdefused: "&aThe bomb has been defused!"
bombplanted: "&cThe bomb has been planted :O"
bombstitle: "&aPlanted Bombs:"
#General
invalidnumber: "&cPlease enter a valid number."
invalidexpression: "&cExpression is not true."
propertychange: "&c%PROPERTY% &fproperty changed to &c%VALUE%"
wrongpropertyvalue: "&cValue type wrong for this property, applying defaults."
accessdenied: "&cYou can't use this!"
Config.yml
Permissions:Code (YAML):#Performance mode draws walk block like plus.
wbperformance: true
#When the player grabs this item, walk mode stops until it is released.
wbnoblock: REDSTONE
#Mine bombs explosion radius.
bombradius: 40
#Does the bomb spread fire?
bombfire: false
#Wooden axe's set range.
setrange: 100
/set - blocky.set
/calculate - blocky.calc
/bomb - blocky.bomb
/walkblock - blocky.wb
/blocky - blocky.main
Enjoy!