{"id":110664,"date":"2026-06-06T15:08:43","date_gmt":"2026-06-06T12:08:43","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/nexustrade\/"},"modified":"2026-06-06T15:08:43","modified_gmt":"2026-06-06T12:08:43","slug":"nexustrade","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/nexustrade\/","title":{"rendered":"NexusTrade"},"content":{"rendered":"<div align=\"center\">\n<h1>\ud83d\udcb1 NexusTrade<\/h1>\n<h3>Modern player-to-player trading for Paper servers<\/h3>\n<p>  <b>Compatibility:<\/b> 1.21.1 to 26.1+ (and forks)<\/p>\n<p>\ud83c\udfae Support Discord<\/p>\n<\/div>\n<p>&#8212;<\/p>\n<p>**NexusTrade** is a modern trade plugin for Paper servers focused on secure item and currency trading between players.<\/p>\n<p>It includes trade menus, receipts, reviews, history, restrictions, Redis or memory sync, multiple SQL backends, and a public API for developers.<\/p>\n<p>Everything can be customized through `config.yml`, `messages.yml`, and `menus.yml`.<\/p>\n<p>## \u2728 Main Features<\/p>\n<p>### \ud83d\udd12 Secure Trade Flow<br \/>\n* Dedicated trade menu<br \/>\n* Virtual inventory to reduce desync and duplication risk<br \/>\n* Completion countdown<br \/>\n* Movement, damage, teleport, and combat restrictions<br \/>\n* Distance checks and blocked world support<br \/>\n* Configurable item filters<\/p>\n<p>### \ud83d\udcb0 Currency Support<br \/>\n* Item trading<br \/>\n* Level trading<br \/>\n* Economy support through `Vault`<br \/>\n* Optional `PlayerPoints` support<br \/>\n* Configurable currency icons, labels, and permissions<br \/>\n* Java anvil editor and optional Bedrock amount input through Floodgate<\/p>\n<p>### \ud83d\udcdc Receipts, Reviews, and History<br \/>\n* Written receipt books<br \/>\n* 1 to 5 star review system<br \/>\n* Archived trade history browser<br \/>\n* Player review summaries<br \/>\n* Spectator mode for staff<\/p>\n<p>### \ud83c\udf10 Persistence and Networking<br \/>\n* `MEMORY` mode for single-server setups<br \/>\n* `REDIS` mode for multi-server sync<br \/>\n* `SQLite`, `MySQL`, `MariaDB`, and `PostgreSQL`<br \/>\n* Active trade persistence<br \/>\n* Archived trade storage<br \/>\n* Safe reload handling<\/p>\n<p>### \ud83d\udee0\ufe0f Administration<br \/>\n* `\/nexustrade reload`<br \/>\n* `\/nexustrade debug`<br \/>\n* `\/nexustrade stress on|off`<br \/>\n* Force-open trades for testing or moderation<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd0c Hooks and Integrations<\/p>\n<p>* `Vault`<br \/>\n* `PlayerPoints`<br \/>\n* `WorldGuard`<br \/>\n* `Floodgate`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcbb Main Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n| :&#8212; | :&#8212; | :&#8212; |<br \/>\n| `\/trade` | Open your current trade or your active trade browser. | `nexustrade.trade` |<br \/>\n| `\/t` | Alias of `\/trade`. | `nexustrade.trade` |<br \/>\n| `\/trade <player>` | Send a trade request, accept one, or reopen an existing trade with that player. | `nexustrade.trade` |<br \/>\n| `\/trade ignore <player>` | Ignore or unignore trade requests from a player. | `nexustrade.ignore` |<br \/>\n| `\/trade ignores` | View your ignored players list. | `nexustrade.ignore` |<br \/>\n| `\/trade history` | Open your archived trade history. | `nexustrade.browse` |<br \/>\n| `\/trade history <player>` | View archived trades for a specific player. | `nexustrade.browse` |<br \/>\n| `\/trade spectate <player>` | Open that player&#8217;s active trade in spectator mode. | `nexustrade.spectate` |<br \/>\n| `\/trade rate set <tradeId>` | Open the review menu for a completed trade. | `nexustrade.review` |<br \/>\n| `\/trade rate set <tradeId> <1-5>` | Save a direct rating for a completed trade. | `nexustrade.review` |<br \/>\n| `\/trade rate show-trade <tradeId>` | Show both stored ratings for a completed trade. | `nexustrade.review.showtrade` |<br \/>\n| `\/trade rate show-player [player]` | Show a player&#8217;s review summary. | `nexustrade.review.showplayer` |<br \/>\n| `\/trade amount <currency> <amount>` | Change your current currency offer in the latest open trade. | `nexustrade.currency.<currency>` or `nexustrade.admin` |<br \/>\n| `\/nexustrade` | Open the main admin help panel. | `nexustrade.admin` |<br \/>\n| `\/nt` | Alias of `\/nexustrade`. | `nexustrade.admin` |<br \/>\n| `\/nexustrade reload` | Reload config, messages, and menus safely. | `nexustrade.admin` |<br \/>\n| `\/nexustrade debug` | Show runtime debug information and active trades. | `nexustrade.admin` |<br \/>\n| `\/nexustrade stress <on|off>` | Enable or disable stress mode. | `nexustrade.admin` |<br \/>\n| `\/nexustrade opentrade <viewer> <target>` | Force-open a trade window for testing or moderation. | `nexustrade.admin` |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd27 API and Events<\/p>\n<p>NexusTrade includes a public API for other plugins.<\/p>\n<p>Main access point:<\/p>\n<p>&#8220;`java<br \/>\ncom.nexustrade.api.NexusTradeProvider<br \/>\n&#8220;`<\/p>\n<p>Main API interface:<\/p>\n<p>&#8220;`java<br \/>\ncom.nexustrade.api.NexusTradeApi<br \/>\n&#8220;`<\/p>\n<p>Available events include:<\/p>\n<p>* `NexusTradeOpenEvent`<br \/>\n* `NexusTradeCompleteEvent`<br \/>\n* `NexusTradeCancelEvent`<br \/>\n* `NexusTradeClaimEvent`<br \/>\n* `NexusTradeReviewEvent`<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>NexusTrade is designed to be easy to customize while still supporting advanced setups.<\/p>\n<p>Main files:<br \/>\n* `config.yml`<br \/>\n* `messages.yml`<br \/>\n* `menus.yml`<\/p>\n<p>You can configure:<br \/>\n* Storage mode<br \/>\n* Redis sync<br \/>\n* Currencies<br \/>\n* Sounds<br \/>\n* Restrictions<br \/>\n* Trade distance<br \/>\n* Receipt behavior<br \/>\n* Review flow<br \/>\n* Menu layouts<br \/>\n* Bedrock amount input<br \/>\n* Updater behavior<\/p>\n<p>&#8212;<\/p>\n<p>## \u2705 Compatibility<\/p>\n<p>* Minecraft `1.21.1` to `26.1+`<br \/>\n* Paper<br \/>\n* Leaf<br \/>\n* Folia-supported<br \/>\n* Purpur and compatible Paper forks<br \/>\n* Spigot is not supported<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce6 Installation<\/p>\n<p>1. Download `NexusTrade.jar`<br \/>\n2. Place it in your server `plugins` folder<br \/>\n3. Start the server<br \/>\n4. Edit `config.yml`, `messages.yml`, and `menus.yml`<br \/>\n5. Use `\/nexustrade reload` for simple changes<\/p>\n<p>&#8212;<\/p>\n<p>If you want a modern trade system with **safe item handling**, **currencies**, **receipts**, **reviews**, **Redis sync**, and a real **plugin API**, **NexusTrade** is built for that.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Modern and secure player-to-player trading for Paper servers.<\/p>\n","protected":false},"featured_media":110665,"template":"","meta":{"_minecraft_slug":"nexustrade","_minecraft_project_id":"yFAUEtnp","_minecraft_author":"AquilesLuxo","_minecraft_license":"MIT","_minecraft_downloads":61,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"nexustrade.zip","_minecraft_size_bytes":794315,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T20:43:41.320253Z","_minecraft_date_created":"2026-04-11T02:24:54.503395Z","_minecraft_date_modified":"2026-04-11T02:34:24.351904Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/nexustrade","_minecraft_icon_attachment_id":110665,"_minecraft_imported_at":"2026-06-06T12:08:44+00:00","_minecraft_import_hash":"93323aada440192874f7078f64d7885a","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[844,125,89,127,128,92],"mod_loader":[131,132,133],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-110664","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-economy","mod_category-folia","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-utility","mod_loader-folia","mod_loader-paper","mod_loader-purpur","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>NexusTrade - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/nexustrade\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"NexusTrade - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Modern and secure player-to-player trading for Paper servers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/nexustrade\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nexustrade\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nexustrade\\\/\",\"name\":\"NexusTrade - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nexustrade\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nexustrade\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/nexustrade-icon-7810f3f55391ef358eb3fe2b3d35e1b3804a8bee_96.webp\",\"datePublished\":\"2026-06-06T12:08:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nexustrade\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nexustrade\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nexustrade\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/nexustrade-icon-7810f3f55391ef358eb3fe2b3d35e1b3804a8bee_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/nexustrade-icon-7810f3f55391ef358eb3fe2b3d35e1b3804a8bee_96.webp\",\"width\":96,\"height\":63},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nexustrade\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"NexusTrade\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"NexusTrade - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/nexustrade\/","og_locale":"en_US","og_type":"article","og_title":"NexusTrade - Minecraft","og_description":"Modern and secure player-to-player trading for Paper servers.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/nexustrade\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/nexustrade\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/nexustrade\/","name":"NexusTrade - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/nexustrade\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/nexustrade\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/nexustrade-icon-7810f3f55391ef358eb3fe2b3d35e1b3804a8bee_96.webp","datePublished":"2026-06-06T12:08:43+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/nexustrade\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/nexustrade\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/nexustrade\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/nexustrade-icon-7810f3f55391ef358eb3fe2b3d35e1b3804a8bee_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/nexustrade-icon-7810f3f55391ef358eb3fe2b3d35e1b3804a8bee_96.webp","width":96,"height":63},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/nexustrade\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"NexusTrade"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/110664","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/110665"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=110664"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=110664"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=110664"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=110664"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}