This build is somewhat experimental, but I've yet to run into any issues on my test server.
By default, everything should for the most part be as the previous version.
Sizes:
In the config look for the option called 'DrillSizes'
By default it will contain:
Code (Text):
DrillSizes:
Default:
Height: 3
Width: 3
WidthOffset: Auto
You can add as many different sizes as you want, as long as the names are different.
Code (Text):
DrillSizes:
Default:
Height: 3
Width: 3
WidthOffset: Auto
NotDefault:
Height: 5
Width: 5
WidthOffset: Auto
Height and width is pretty self-explanatory.
WidthOffset: If you dont want to bother with this, keep it at auto.
I left it as an option for people that want to use 4x4 etc. and want to control which direction it goes 1 extra block.
for 3x3 its -1, for 5x5 its -2 etc.
Feel free to play around with it, but auto should work in most cases.
Drillheads:
By default, the section will look like
Code (Text):
DrillHeads:
# Material of the drill head. materials: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
# Make sure the material you use is a block and not an item, otherwise it may cause issues or not work.
EMERALD_BLOCK:
# If its silktouch or not.
SilkTouch: true
# Speed and Fuel modifiers for the values you set in the config earlier.
# Fuel: (Base Value * Fuel Modifier) Speed: (Base Value / Speed Modifier)
SpeedModifier: 1
FuelModifier: 1.2
# All permissions will look like rampen.drills.<whatever you put>
# Remove to make it not require any permissions.
Permission: silk
# Which size preset the drillhead will use. If removed or invalid, it will use Default.
Size: Default
IRON_BLOCK:
SilkTouch: false
SpeedModifier: 0.6
FuelModifier: 0.5
DIAMOND_BLOCK:
SilkTouch: false
SpeedModifier: 1
FuelModifier: 1