This plugin allows you to make one to one trades with other players.
- Native Minecraft Version:
- 1.13
- Tested Minecraft Versions:
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- 1.17
- Languages Supported:
- English, Italian, Dutch, Russian, French, Croatian, Finnish, Spanish, All Translatable
- Donation Link:
- https://www.paypal.com/donate?hosted_button_id=BDYEFB5UBESAN
To request a trade simply crouch+right click a player.
Once you have done that the targeted player will be sent a prompt in chat which when they click they can accept the trade and a gui will be opened.
A big thanks to 93n320u5_90d for helping me test the plugin!
Permissions:
Commands:Code (YAML):
epictrade.admin - Allows access to the admin panel
epictrade.toggle - Allows the use of command: /trade toggle
epictrade.accept - Allows the target player to accept a trade.
epictrade.request - Allows a player to request a trade by shift + right clicking another player.
epictrade.request.command - Allows the use of /trade <playername> to invite to a trade.
Code (YAML):
/epictrade - Requires permission "epictrade.admin" to use, opens the admin panel.
/trade toggle - Requires permission "epictrade.toggle" to use, this will block incoming trades to a use but will also stop sending trades.
/trade - Requires permission "epictrade.accept" to use, this is for bedrock players that can't click the text in a chat to accept a trade.
/trade <playername> - Allows invites to trades from anywhere in the world.
Trade Window
Trade Prompt
![]()
Trade No Longer Available (Trade has already completed)
![]()
API:
Event:Code (Java):
EpicTradesAPI.getTrades(); //Returns a List of all current trades
EpicTradesAPI.getPendingTrades(); //Returns all trades that haven't yet been accepted.
EpicTradesAPI.isTrading(Player); //Returns true/false if the player is trading
EpicTradesAPI.closeTrade(Player); //Closes the trade of the player and the player he's trading with.
EpicTradesAPI.closeTrades(); //Closes all trades
If you have any issues, questions, or suggestions, please DM me here on Spigot or on discord https://discord.gg/G9EHGf2WV9Code (Java):
TradeRequestEvent (Cancellable) - Provides you with Player 1 and Player 2 of the trade request.

EpicTrade | Player Trading - GUI 1.8.6
Player Trading one to one!