Speedgot
EpicTrade | Player Trading - GUI
-----
Player Trading one to one!
Download Now
1.8 MB .jar
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
Developer Update
Added an API and Event for developers to use.
API:
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
Event:
Code (Java):
TradeRequestEvent
(
Cancellable
)
-
Provides you with Player
1
and Player
2
of the trade request.
----------
,
Apr 21, 2021
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
5,117
First Release:
Apr 14, 2021
Last Update:
Sep 21, 2021
Category:
---------------
All-Time Rating:
5 ratings
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings
Ask Questions / Get Support