Description
Infinite Trades is a server-side utility for Minecraft Forge designed to allow specific players to perform unlimited trades with villagers and wandering traders.
Overview
This mod was developed for server administrators and modpack creators looking for a simple way to bypass the vanilla trade restock mechanics.
It provides the perfect tool to reward specific players (such as VIP members), create special merchant-managed shops, or facilitate block acquisition in building environments, all without disrupting the economy balance for the rest of the server.
How It Works
The system is smartly driven by Minecraft's native Tag mechanics.
When a player possessing the configured tag (default: infinite_trades) interacts with any merchant entity, the mod intercepts the action. In a fraction of a second, before the trading GUI opens, the mod resets the use count of all available offers. The result is that the player can trade the exact same items repeatedly without ever having to wait for the villager to restock.
Features
- Tag-Based Integration: Granular and easy control. Grant infinite trades to specific players using standard commands (e.g.,
/tag <player> add infinite_trades). - Server-Side Only: No client installation is required. Drop it into your server and it works instantly.
- Efficient Performance: Uses clean Forge interaction events, ensuring minimal performance impact on the server.
- In-Game Control: Administrators can toggle the system, change the required tag, or enable debug messages without needing to restart the server.
Configuration & Commands
The mod generates a simple configuration file at config/infinitetrades-server.toml. However, everything can be managed in-game with Operator permission (Level 2):
/infinitetrades toggle <true/false>
/infinitetrades tag <tagName>
/infinitetrades debug <true/false>
/infinitetrades status
Compatibility
- Minecraft Version: 1.20.1
- Mod Loader: Forge 47.4.10+
- Side: Server-side (Client installation optional but not required)
Credits & Support
Author: SatDPhoe


