Skip to content

Trenches trenches.md

This feature provides tools similar to 'trench pickaxes'. Although, the tools are not limited to trench pickaxes, this feature supports: * TRENCH * TRAY (Like trench but on a 1x1 layer) * PILLAR (Acts in a vertical column, useful for sand removers) * LIGHTNING * ICE_WAND (Simply converts ice to water)

Config

tray-only-allow-above-y-level

The Y level that tray pickaxes are limited to.


tools Section

This section defines all the trench tools for the server.

Here's an example:

    3x3:
      radius: 1
      type: DIAMOND_PICKAXE
      tool-type: TRENCH
      omni-tool: true
      name: '&f&l>> &b&l3x3 Trench Pick &f&l<<'
      turn-ice-to-water: false
      enchants:
        DIG_SPEED: 10
      lore:
        - ''
        - '&7Use this tool to break a large area at once!'
        - '&7Uses: &b{USES}'
      blacklisted-types:
        - BEDROCK
        - MOB_SPAWNER
        - BARRIER

radius

The radius for the trench tool to act in.

tool-type

The type of tool.

turn-ice-to-water

If the trench tool should turn ice into water rather than destroy it.

blacklisted-types

These types won't be affected by this tool.

You can also define whitelisted-regions and blacklisted-regions for worldguard.

Along with this, you can use cooldown to make a cooldown for tools.

Command

  • /trenches give (player) (tool) [amount=1] [uses=infinite] - Gives a trench tool to a player.

Permissions

  • Base Level - Nothing.
  • Admin Level - Some commands.