Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Multi-Tool
PluginApache-2.0

Multi-Tool

A fully configurable, modular multi-mode tool plugin. One item, unlimited modes — each with its own material, name, lore, enchantments, attributes, NBT, sounds, and titles.

59
Downloads
2
Followers
4 months ago
Updated
📦
1
Versions
equipmentgame-mechanicsutilitypaper
Download Latestv1.0.0View on Modrinth

📖About Multi-Tool

Multi-Tool GUI

MultiTool

Paper 1.21 – 1.21.11 Plugin

Author: MrSilent | Version: 1.0.0 | API: Paper 1.21 – 1.21.11

A fully configurable, modular multi-mode tool plugin. One item, unlimited modes — each with its own material, name, lore, enchantments, attributes, NBT, sounds, and titles.


Features

  • ✅ Unlimited multitools via items/*.yml
  • ✅ GUI mode selector (Sneak + Right-Click)
  • ✅ Per-type materials, names, lore, enchants, attributes, NBT
  • ✅ Full flag system (12 flags)
  • ✅ PlaceholderAPI integration (%multitool_id%, %multitool_type%, etc.)
  • ✅ ExcellentEnchants — reflection-based, zero hard dependency
  • ✅ Hex colour + MiniMessage support (&#RRGGBB, &X)
  • ✅ Switch titles, subtitles, sounds per type
  • ✅ Zero interference with other plugins (ExcellentShop, ExcellentCrates, Auction GUIs, chest GUIs)
  • ✅ /multitool reload rebuilds held tools for all online players

Installation

  1. Drop MultiTool-1.0.0.jar into your plugins/ folder.
  2. (Optional) Install PlaceholderAPI and/or ExcellentEnchants.
  3. Start/restart your server.
  4. Edit plugins/MultiTool/config.yml and plugins/MultiTool/items/*.yml.
  5. Run /multitool reload.

Commands

Command Description Permission
/multitool give <id> [player] Give a multitool multitool.give
/multitool list List loaded tools multitool.list
/multitool reload Reload config & items multitool.reload
/multitool create <id> Create template YAML multitool.create
/multitool export excellentshop <id> Export for ExcellentShop multitool.export
/multitool export excellentcrates <id> Export for ExcellentCrates multitool.export

Alias: /mt


Permissions

Permission Default Description
multitool.admin OP All admin commands
multitool.use true Use any multitool
multitool.use.<id>.<type> true Use a specific mode
multitool.give OP Give multitools
multitool.reload OP Reload plugin

Flags

Flag Effect
REQUIRE_PERMISSION Needs multitool.use.<id>.<type> to switch
NO_SWITCH Mode cannot be selected in GUI
ONLY_SNEAK_SWITCH GUI only opens while sneaking
UNSTACKABLE Forces amount = 1
PRESERVE_AMOUNT Keeps current stack size on switch
NO_PLUGIN_GUI_BLOCK Doesn't cancel interact event (lets other GUIs also fire)
NO_DOUBLE_CHEST_PROTECT Doesn't block double-chest opening
HIDE_ATTRIBUTES Hides attribute tooltip lines
NO_ENCHANTS Skips all enchant application
KEEP_CUSTOM_MODEL_DATA Preserves CustomModelData on switch
NO_BREAK Prevents block breaking
NO_PLACE Prevents block placing

PlaceholderAPI Placeholders

Placeholder Returns
%multitool_id% ID of held multitool
%multitool_type% Current mode/type key
%multitool_owner% Player name who was given the tool
%multitool_has% true / false

Item YAML Structure

multitool:
  id: "my_tool"
  display-name: "&#FFD700My Tool"
  material: NETHERITE_PICKAXE
  unbreakable: true
  lore:
    - "&7A cool tool"
  enchants:
    - "mending:1"
  excellent-enchants:
    - "veinminer:3"
  flags:
    - "UNSTACKABLE"
    - "ONLY_SNEAK_SWITCH"

  gui:
    rows: 2
    title: "&bSelect Mode"

  types:
    pickaxe:
      name: "&bMining Mode"
      material: NETHERITE_PICKAXE
      slot: 10
      enchants:
        - "efficiency:8"
      attributes:
        GENERIC_ATTACK_DAMAGE: 4.0
      nbt:
        mode: "pickaxe"
      switch-title: "&bMining Mode"
      switch-subtitle: "&7VeinMiner Active"
      sound: BLOCK_AMETHYST_BLOCK_RESONATE

[GitHub] - (https://github.com/Craft-Void/MultiTool/)


**Soft dependencies** (not required to compile or run):
- PlaceholderAPI
- ExcellentEnchants (reflection-only; no compile dependency)

---

## Compatibility

- Paper 1.21 – 1.21.11 (1.21.1 – 1.21.4)
- ExcellentShop, ExcellentCrates, Auction GUIs: **fully compatible** — the plugin **never** cancels events unless the player is sneaking + right-clicking while holding a multitool.

👥 Team & Contributors

MrSilentOffical
MrSilentOffical
Member

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paper
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+4 more

🔗 Links

Modrinth Page