NexusTrade
๐ก Updated this year๐ผ๏ธ Gallery (2 images)
๐ Analysis
- ๐ #25 of 92 economy mods in this game by downloads
๐ About This Mod
<div align="center"> <h1>๐ฑ NexusTrade</h1> <h3>Modern player-to-player trading for Paper servers</h3> <b>Compatibility:</b> 1.21.1 to 26.1+ (and forks) <p><a href="https://discord.gg/WHBWBWWYDq">๐ฎ Support Discord</a></p> </div> --- **NexusTrade** is a modern trade plugin for Paper servers focused on secure item and currency trading between players. It includes trade menus, receipts, reviews, history, restrictions, Redis or memory sync, multiple SQL backends, and a public API for developers. Everything can be customized through `config.yml`, `messages.yml`, and `menus.yml`. ## โจ Main Features ### ๐ Secure Trade Flow * Dedicated trade menu * Virtual inventory to reduce desync and duplication risk * Completion countdown * Movement, damage, teleport, and combat restrictions * Distance checks and blocked world support * Configurable item filters ### ๐ฐ Currency Support * Item trading * Level trading * Economy support through `Vault` * Optional `PlayerPoints` support * Configurable currency icons, labels, and permissions * Java anvil editor and optional Bedrock amount input through Floodgate ### ๐ Receipts, Reviews, and History * Written receipt books * 1 to 5 star review system * Archived trade history browser * Player review summaries * Spectator mode for staff ### ๐ Persistence and Networking * `MEMORY` mode for single-server setups * `REDIS` mode for multi-server sync * `SQLite`, `MySQL`, `MariaDB`, and `PostgreSQL` * Active trade persistence * Archived trade storage * Safe reload handling ### ๐ ๏ธ Administration * `/nexustrade reload` * `/nexustrade debug` * `/nexustrade stress on|off` * Force-open trades for testing or moderation --- ## ๐ Hooks and Integrations * `Vault` * `PlayerPoints` * `WorldGuard` * `Floodgate` --- ## ๐ป Main Commands | Command | Description | Permission | | :--- | :--- | :--- | | `/trade` | Open your current trade or your active trade browser. | `nexustrade.trade` | | `/t` | Alias of `/trade`. | `nexustrade.trade` | | `/trade <player>` | Send a trade request, accept one, or reopen an existing trade with that player. | `nexustrade.trade` | | `/trade ignore <player>` | Ignore or unignore trade requests from a player. | `nexustrade.ignore` | | `/trade ignores` | View your ignored players list. | `nexustrade.ignore` | | `/trade history` | Open your archived trade history. | `nexustrade.browse` | | `/trade history <player>` | View archived trades for a specific player. | `nexustrade.browse` | | `/trade spectate <player>` | Open that player's active trade in spectator mode. | `nexustrade.spectate` | | `/trade rate set <tradeId>` | Open the review menu for a completed trade. | `nexustrade.review` | | `/trade rate set <tradeId> <1-5>` | Save a direct rating for a completed trade. | `nexustrade.review` | | `/trade rate show-trade <tradeId>` | Show both stored ratings for a completed trade. | `nexustrade.review.showtrade` | | `/trade rate show-player ` | Show a player's review summary. | `nexustrade.review.showplayer` | | `/trade amount <currency> <amount>` | Change your current currency offer in the latest open trade. | `nexustrade.currency.<currency>` or `nexustrade.admin` | | `/nexustrade` | Open the main admin help panel. | `nexustrade.admin` | | `/nt` | Alias of `/nexustrade`. | `nexustrade.admin` | | `/nexustrade reload` | Reload config, messages, and menus safely. | `nexustrade.admin` | | `/nexustrade debug` | Show runtime debug information and active trades. | `nexustrade.admin` | | `/nexustrade stress <on\|off>` | Enable or disable stress mode. | `nexustrade.admin` | | `/nexustrade opentrade <viewer> <target>` | Force-open a trade window for testing or moderation. | `nexustrade.admin` | --- ## ๐ง API and Events NexusTrade includes a public API for other plugins. Main access point: ```java com.nexustrade.api.NexusTradeProvider ``` Main API interface: ```java com.nexustrade.api.NexusTradeApi ``` Available events include: * `NexusTradeOpenEvent` * `NexusTradeCompleteEvent` * `NexusTradeCancelEvent` * `NexusTradeClaimEvent` * `NexusTradeReviewEvent` --- ## โ๏ธ Configuration NexusTrade is designed to be easy to customize while still supporting advanced setups. Main files: * `config.yml` * `messages.yml` * `menus.yml` You can configure: * Storage mode * Redis sync * Currencies * Sounds * Restrictions * Trade distance * Receipt behavior * Review flow * Menu layouts * Bedrock amount input * Updater behavior --- ## โ Compatibility * Minecraft `1.21.1` to `26.1+` * Paper * Leaf * Folia-supported * Purpur and compatible Paper forks * Spigot is not supported --- ## ๐ฆ Installation 1. Download `NexusTrade.jar` 2. Place it in your server `plugins` folder 3. Start the server 4. Edit `config.yml`, `messages.yml`, and `menus.yml` 5. Use `/nexustrade reload` for simple changes --- If you want a modern trade system with **safe item handling**, **currencies**, **receipts**, **reviews**, **Redis sync**, and a real **plugin API**, **NexusTrade** is b
๐ฑ NexusTrade
Modern player-to-player trading for Paper servers
Compatibility: 1. 21. 1 to 26. 1+ (and forks)NexusTrade is a modern trade plugin for Paper servers focused on secure item and currency trading between players.
It includes trade menus, receipts, reviews, history, restrictions, Redis or memory sync, multiple SQL backends, and a public API for developers.
Everything can be customized through `config.yml`, `messages.yml`, and `menus.yml`.
## โจ Main Features
### ๐ Secure Trade Flow Dedicated trade menu Virtual inventory to reduce desync and duplication risk Completion countdown Movement, damage, teleport, and combat restrictions Distance checks and blocked world support Configurable item filters
### ๐ฐ Currency Support Item trading Level trading Economy support through `Vault` Optional `PlayerPoints` support Configurable currency icons, labels, and permissions Java anvil editor and optional Bedrock amount input through Floodgate
### ๐ Receipts, Reviews, and History Written receipt books 1 to 5 star review system Archived trade history browser Player review summaries Spectator mode for staff
### ๐ Persistence and Networking `MEMORY` mode for single-server setups `REDIS` mode for multi-server sync `SQLite`, `MySQL`, `MariaDB`, and `PostgreSQL` Active trade persistence Archived trade storage Safe reload handling
### ๐ ๏ธ Administration `/nexustrade reload` `/nexustrade debug` `/nexustrade stress on|off` Force-open trades for testing or moderation
## ๐ Hooks and Integrations
`Vault` `PlayerPoints` `WorldGuard` `Floodgate`
## ๐ป Main Commands
| Command | Description | Permission |
| :--- | :--- | :--- |
| `/trade` | Open your current trade or your active trade browser. | `nexustrade.trade` |
| `/t` | Alias of `/trade`. | `nexustrade.trade` |
| `/trade
## ๐ง API and Events
NexusTrade includes a public API for other plugins.
Main access point:
```java com.nexustrade.api. NexusTradeProvider ```
Main API interface:
```java com.nexustrade.api. NexusTradeApi ```
Available events include:
`NexusTradeOpenEvent` `NexusTradeCompleteEvent` `NexusTradeCancelEvent` `NexusTradeClaimEvent` `NexusTradeReviewEvent`
## โ๏ธ Configuration
NexusTrade is designed to be easy to customize while still supporting advanced setups.
Main files: `config.yml` `messages.yml` `menus.yml`
You can configure: Storage mode Redis sync Currencies Sounds Restrictions Trade distance Receipt behavior Review flow Menu layouts Bedrock amount input Updater behavior
## โ Compatibility
Minecraft `1. 21. 1` to `26. 1+` Paper Leaf Folia-supported Purpur and compatible Paper forks Spigot is not supported
## ๐ฆ Installation
1. Download `NexusTrade.jar` 2. Place it in your server `plugins` folder 3. Start the server 4. Edit `config.yml`, `messages.yml`, and `menus.yml` 5. Use `/nexustrade reload` for simple changes
If you want a modern trade system with safe item handling, currencies, receipts, reviews, Redis sync, and a real plugin API, NexusTrade is b
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- AquilesLuxo
- Version
- 1.0.1
- Downloads
- 281
- Endorsements
- 0
- Category
- economy
- Created
- 4/11/2026
- Updated
- 4/11/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- economy, game-mechanics, utility
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does NexusTrade support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of NexusTrade?
Version 1.0.1, published 2026-04-11 with 281 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await

