Disable Villager Trade

⭐ — (5 endorsements) 📥 1,956 downloads 📌 v2.3.2-neoforge 📅 12/8/2025
🟡 Updated this year

By dodoflix · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 3/17/2026 📅 Created: 12/8/2025
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.3% endorsement rate
  • 🏆 #5 of 19 bukkit mods in this game by downloads

📋 About This Mod

# Disable Villager Trade ## Overview DisableVillagerTrade is a lightweight mod/plugin crafted to block trading interactions exclusively with villagers while preserving interactions with other non-player characters (NPCs). This ensures a balanced and immersive gameplay experience on your server. **Now available for multiple platforms!** ## 🎮 Supported Platforms | Platform | Minecraft Version | Status | |----------|-------------------|--------| | **Bukkit/Spigot/Paper** | 1.14 - 1.21.11+ | ✅ Full Support | | **Fabric** | 1.21.11 | ✅ Full Support | | **Forge** | 1.21.11 | ✅ Full Support | | **NeoForge** | 1.21.11 | ✅ Full Support | | **Quilt** | 1.21.11 | ✅ Use Fabric version | ## ✨ Key Features - **Custom Interaction Messages** - Personalize interaction messages to match your server's tone and style, enhancing player engagement. - **Toggle Interaction Messages** - Easily enable or disable interaction messages according to server preferences. - **World/Dimension-Specific Disablement** - Fine-tune gameplay dynamics by enabling or disabling the plugin on a per-world/dimension basis, granting precise control over trading functionalities. - **Bypass Permission** - Allow staff to trade with `disabletrade.bypass` permission. - **Smart Profession Detection** - Villagers with no profession (NONE) can still be interacted with. - **Automatic Update Checker** - Get notified when a new version is available. - **Admin Commands** - Manage the mod with simple commands on all platforms (`/dvt reload|status|help`). ## 📦 Installation ### Bukkit/Spigot/Paper 1. Download `DisableVillagerTrade-Bukkit-x.x.x.jar` 2. Place in your server's `plugins` folder 3. Restart your server 4. Configure in `plugins/DisableVillagerTrade/config.yml` ### Fabric 1. Download `DisableVillagerTrade-Fabric-x.x.x.jar` 2. Ensure you have Fabric Loader and Fabric API installed 3. Place in your `mods` folder 4. Configure in `config/disablevillagertrade.json` ### Forge / NeoForge 1. Download the appropriate JAR for your mod loader 2. Place in your `mods` folder 3. Configure in `config/disablevillagertrade-server.toml` ## ⚙️ Configuration (Bukkit) ```yaml # Message settings message: enabled: true text: "&cYou can't trade with villagers on this server." # Worlds where trading is ALLOWED disabled-worlds: - example-world ``` ## 🎮 Commands All platforms support the `/dvt` command. Bukkit additionally registers `/disabletrade` and `/tradetoggle` as aliases. ### Bukkit | Command | Description | Permission | |---------|-------------|------------| | `/disabletrade reload` | Reload the plugin configuration | `disabletrade.admin` | | `/disabletrade status` | Show plugin status and settings | `disabletrade.admin` | | `/disabletrade toggle ` | Check bypass permission status | `disabletrade.admin` | | `/disabletrade help` | Show help message | `disabletrade.admin` | **Aliases:** `/dvt`, `/tradetoggle` ### Fabric / Forge / NeoForge | Command | Description | Required Permission | |---------|-------------|---------------------| | `/dvt reload` | Reload the mod configuration | OP level 2 | | `/dvt status` | Show mod status and settings | OP level 2 | | `/dvt help` | Show help message | OP level 2 | ## 🔑 Permissions | Permission | Description | Default | |------------|-------------|---------| | `disabletrade.admin` | Access to all admin commands | OP | | `disabletrade.bypass` | Allows the player to bypass trade block | OP | | `disabletrade.update` | Receives update notifications on join | OP | > **Note:** On Fabric, permissions work with (https://github.com/lucko/fabric-permissions-api) or fall back to OP level 2+. On Forge/NeoForge, OP level 2+ is required. ## 💻 Supported Versions - **Minecraft**: 1.14 - 1.21.11+ (varies by platform) - **Java**: 21+ ## 🔗 Links - (https://github.com/dodoflix/DisableVillagerTrade) - (https://github.com/dodoflix/DisableVillagerTrade/issues) - (https://github.com/dodoflix/DisableVillagerTrade/releases) ## 📄 License This project is open source under the (https://github.com/dodoflix/DisableVillagerTrade/blob/master/LICENSE).

# Disable Villager Trade

## Overview

DisableVillagerTrade is a lightweight mod/plugin crafted to block trading interactions exclusively with villagers while preserving interactions with other non-player characters (NPCs). This ensures a balanced and immersive gameplay experience on your server.

Now available for multiple platforms!

## 🎮 Supported Platforms

| Platform | Minecraft Version | Status | |----------|-------------------|--------| | Bukkit/Spigot/Paper | 1. 14 - 1. 21. 11+ | ✅ Full Support | | Fabric | 1. 21. 11 | ✅ Full Support | | Forge | 1. 21. 11 | ✅ Full Support | | NeoForge | 1. 21. 11 | ✅ Full Support | | Quilt | 1. 21. 11 | ✅ Use Fabric version |

## ✨ Key Features

  • Custom Interaction Messages - Personalize interaction messages to match your server's tone and style, enhancing player engagement.
  • Toggle Interaction Messages - Easily enable or disable interaction messages according to server preferences.
  • World/Dimension-Specific Disablement - Fine-tune gameplay dynamics by enabling or disabling the plugin on a per-world/dimension basis, granting precise control over trading functionalities.
  • Bypass Permission - Allow staff to trade with `disabletrade.bypass` permission.
  • Smart Profession Detection - Villagers with no profession (NONE) can still be interacted with.
  • Automatic Update Checker - Get notified when a new version is available.
  • Admin Commands - Manage the mod with simple commands on all platforms (`/dvt reload|status|help`).

## 📦 Installation

### Bukkit/Spigot/Paper 1. Download `DisableVillagerTrade-Bukkit-x.x.x.jar` 2. Place in your server's `plugins` folder 3. Restart your server 4. Configure in `plugins/DisableVillagerTrade/config.yml`

### Fabric 1. Download `DisableVillagerTrade-Fabric-x.x.x.jar` 2. Ensure you have Fabric Loader and Fabric API installed 3. Place in your `mods` folder 4. Configure in `config/disablevillagertrade.json`

### Forge / NeoForge 1. Download the appropriate JAR for your mod loader 2. Place in your `mods` folder 3. Configure in `config/disablevillagertrade-server.toml`

## ⚙️ Configuration (Bukkit)

```yaml # Message settings message: enabled: true text: "&cYou can't trade with villagers on this server."

# Worlds where trading is ALLOWED disabled-worlds: - example-world ```

## 🎮 Commands

All platforms support the `/dvt` command. Bukkit additionally registers `/disabletrade` and `/tradetoggle` as aliases.

| Command | Description | Permission | |---------|-------------|------------| | `/disabletrade reload` | Reload the plugin configuration | `disabletrade.admin` | | `/disabletrade status` | Show plugin status and settings | `disabletrade.admin` | | `/disabletrade toggle ` | Check bypass permission status | `disabletrade.admin` | | `/disabletrade help` | Show help message | `disabletrade.admin` |

Aliases: `/dvt`, `/tradetoggle`

### Fabric / Forge / NeoForge

| Command | Description | Required Permission | |---------|-------------|---------------------| | `/dvt reload` | Reload the mod configuration | OP level 2 | | `/dvt status` | Show mod status and settings | OP level 2 | | `/dvt help` | Show help message | OP level 2 |

## 🔑 Permissions

| Permission | Description | Default | |------------|-------------|---------| | `disabletrade.admin` | Access to all admin commands | OP | | `disabletrade.bypass` | Allows the player to bypass trade block | OP | | `disabletrade.update` | Receives update notifications on join | OP |

> Note: On Fabric, permissions work with (https://github.com/lucko/fabric-permissions-api) or fall back to OP level 2+. On Forge/NeoForge, OP level 2+ is required.

## 💻 Supported Versions

  • Minecraft: 1. 14 - 1. 21. 11+ (varies by platform)
  • Java: 21+

## 🔗 Links

  • (https://github.com/dodoflix/DisableVillagerTrade)
  • (https://github.com/dodoflix/DisableVillagerTrade/issues)
  • (https://github.com/dodoflix/DisableVillagerTrade/releases)

## 📄 License

This project is open source under the (https://github.com/dodoflix/DisableVillagerTrade/blob/master/LICENSE).

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
dodoflix
Version
2.3.2-neoforge
Downloads
1,956
Endorsements
5
Category
bukkit
Created
12/8/2025
Updated
3/17/2026
Game Versions
1.21.11
Tags
economy, game-mechanics, management

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Disable Villager Trade support?

The author lists 1.21.11. Other versions may work but are untested by the author.

What is the latest version of Disable Villager Trade?

Version 2.3.2-neoforge, published 2026-03-17 with 1,956 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More bukkit 👤 More by dodoflix 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods