PlayerAuctions-API 1.27.3 API

Player Auctions, developed by Olzie Development.

This documentation is for developing addons/plugins for Player Auctions may not contain all plugin methods and features seen in the plugin. You may not see pre-released code either in this documentation.

If you wish for features/methods to be added to the API then you may request them, but they may not be added to the API.

While using the API, you're expected to understand basic Java knowledge as this documentation does not cover basic Java. If you're new to Java, I recommend you learn the basics before using this API. Documentation for Java can be found here. Make sure to not use deprecated methods as they may be removed in a future release, supported anymore or not for use.

Packages
Package
Description
All the generalized objects within the API.
All auction based objects that handles and manages data.
All command based objects that handles and manages sub-commands.
All product based objects that handles and manages data for auctions.
All recent based objects that handles and manages data for auctions.
All auction event objects that are triggered within the plugin.
All auction events that are triggered for auctions.
All auction events that are triggered for expansions.
All auction events that are triggered for menus.
All auction events that are triggered on an update.
All expansion based objects that expose methods for external plugins to hook into.
All player based objects that handles and manages data.
All scheduler based objects that are used in the plugin.
All wrapped chunk objects that are used for the scheduler.
All wrapped task objects that are used for the scheduler.