Commands, permissions and config

Commands, permissions and config

Tool mode

When you are in-game you change your tools "tool mode" by selecting it in your hand and then press SHIFT + RIGHT MOUSE CLICK.
Each tool has their own individual list of different modes, example: you change your tool mode of your axe, it does not change it of the shovel

Commands

  • /delt - Main command, it only shows the other available commands ingame.
    Which are arguments of this command.
  • /delt give - Gives a tool to a player. The proper format is: /delt give PLAYER ARGUMENT. Where PLAYER is obviously, the players name. And ARGUMENTS are the following.
    • iron/diapickaxe
    • iron/diaaxe
    • iron/diashovel
    • iron/diahoe
  • /delt enchant - Enchants the selected tool in your hand. The proper format is: /delt enchant ARGUMENT. You need to have the right tool selected for the right enchant.
    • pickaxe
    • axe
    • shovel
    • hoe
  • /delt debug - Switch on/off if you want to see debug messages when using 3x3 or tree felling toolmode.
  • /delt reload - Reloads the config if it exists, else it creates a new one (Might come back in the future)

Permissions

  • dt.pickaxe - Allows players to craft and use the Heavy Pickaxe. Recipe can be disabled in the config but players will still be able to use it when given by an admin.
  • dt.axe - Allows players to craft and use the Heavy axe. If the Recipe is disabled it works the same as above.
  • dt.shovel - Allows players to craft and use the Heavy Shovel. If the Recipe is disabled it works the same as above.
  • dt.hoe - Allows players to craft and use the Heavy Hoe. If the Recipe is disabled it works the same as above.
  • dt.commands - Allows players to use the /delt give and /delt enchant commands.
  • dt.* - Allows Players to craft and use all the tools aswell as using all commands. Give this to your staff.

Config

Recipes enable/disable

By default all recipes are enabled, you can disable them by changing their value to: false.
Once you disabled/reenabled a recipe you'll need to restart the server before it takes effect.

  • enableRecipeHM: true
  • enableRecipePE: true
  • enableRecipeTF: true
  • enableRecipeHF: true

Recipes

In the config you have 9 rows for every tool, called slots.
They basicly represent the 9 slots in the crafting table.
The slot numbers are exactly the same places as in the following picture.

grid

An example

  • slot1: diamond
  • slot2: diamond
  • slot3: diamond
  • slot4: air
  • slot5: diamond_pickaxe
  • slot6: air
  • slot7: air
  • slot8: air
  • slot9: air

Is the following picture

diapickaxe

Durability loss

By default durability loss will be set to true, which means it will add +1 durability loss for every extra block broken by the tools effect.
Set this to false, the extra blocks broken will not add more durability loss.
Set this to a number, the durability loss will always be this number, regardless of the amount of blocks broken

  • durabilityHM: true
  • durabilityTF: true
  • durabilityPE: true
  • durabilityHF: true

Here you can set how much durability loss is reducted when tools are enchanted with "Unbreaking".
Each enchant level has their own entree, and they only work for the 3x3 effect and when the above options is set to: "true".

  • unbreaking1: 1
  • unbreaking2: 3
  • unbreaking3: 5

Mining with 3x3: 8 blocks around the one you broken - unbreaking3 = total durability loss 3
Mining with 3x3: 4 blocks around the one you broken - unbreaking3 = total durability loss 0 (can't go negative)

Block lists

Enable/disable which blocks are affected by the tools effect by changing their value to either true (enabled) or false (disabled).

  • blocksHM:
    • stone: true
    • cobblestone: false

Comments

Posts Quoted:
Reply
Clear All Quotes