Bazaar API: ITransactionDAO
In order to get the ITransactionDAO, you have to execute ITransactionDAO transactionDAO = coreDAO.transactionsDAO(); This DAO makes it possible to create Sell Offers, create Buy Orders and check ...
In order to get the ITransactionDAO, you have to execute ITransactionDAO transactionDAO = coreDAO.transactionsDAO(); This DAO makes it possible to create Sell Offers, create Buy Orders and check ...
As the name suggests, this is the main part of the Bazaar API. Here is a list of methods with a short explanation: public ITransactionDAO transactionDAO(); See ITransactionDAO public IStatisticsD...
First, you’ll want to register Bazaar as a dependency of your plugin. To do that, open the plugin.yml of your plugin, then add Bazaar as a dependency to the depend option. depend: [Bazaar] To use ...