RampenDrills icon

RampenDrills -----

Add automated mining to your server!



Updates!
  • Customizable Drillheads!
  • Different drill sizes, based on drillhead!
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
Although it will be without the comments.

With this you can also add your own drillheads.
Code (Text):
DrillHeads:
  EMERALD_BLOCK:
    SilkTouch: true
    SpeedModifier: 1
    FuelModifier: 1.2
    Permission: silk
    Size: Default
  IRON_BLOCK:
    SilkTouch: false
    SpeedModifier: 0.6
    FuelModifier: 0.5
  DIAMOND_BLOCK:
    SilkTouch: false
    SpeedModifier: 1
    FuelModifier: 1
  COBBLESTONE:
    SilkTouch: false
    SpeedModifier: 0.2
    FuelModifier: 2
    Permission: cobble
    Size: NotDefault
You can remove the options Permission, Size and SilkTouch and it will just use default values.

If you have any questions or need help with the plugin, the best way to contact me is discord.​
----------, Apr 2, 2017
Resource Information
Author:
----------
Total Downloads: 35,052
First Release: May 10, 2016
Last Update: Oct 23, 2025
Category: ---------------
All-Time Rating:
23 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings