MachinaDrill

MachinaDrill

MachinaDrill lets the player build a Machina that moves forward and drills up blocks in a 3x3 area in its path.

Features:

  • Activated by right-clicking a lever
  • Rotate by right-clicking the lever with a stick in hand.
  • Moves forward
  • Drills up blocks in its path in a 3x3 area
  • Uses fuel in its furnace to run.
  • Stops if there is no ground to move forward on.
  • Can be directed left or right through signs reading: <-, left, ->, right
  • Has a vertical version that can dig straight down.
  • Respects protection from region protection plugins such as WorldGuard, depending on which player activated it.
  • Fuel usage and pickaxe usage can be configured on or off.

How to build a drill

Materials:

  • 3 Wooden Planks
  • Furnace
  • Chest
  • Gold Block core
  • Drill Head:
    • Iron Block
    • Diamond Block - 20% faster, can break obsidian
  • Lever

A drill

A drill

The drill requires fuel, so put anything that a furnace will burn into the furnace's fuel slot. Rightclick the lever to activate it.

A drill

To make a drill that digs straight down, build it as follows:

A vertical drill A vertical drill

Permissions

permissions:
    machinadrill.*:
        children:
            machinadrill.all: true
    machinadrill.all:
        description: Gives full access to using a drill, including deactivating another player's drill.
        children:
            machinadrill.activate: true
            machinadrill.deactivate-own: true
            machinadrill.deactivate-all: true
    machinadrill.activate:
        description: Allows activating a drill.
        default: op
    machinadrill.deactivate-own:
        description: Allows deactivating the player's own drill.
        default: op
    machinadrill.deactivate-all:
        description: Allows deactivating any drill.
        default: op

Configuration

If you've run the plugin at least once, see the config.yml file in the plugin's subdirectory.


Comments

Posts Quoted:
Reply
Clear All Quotes