# Minecraft Plugins

- [Player Auctions](/projects/playerauctions.md): Let your players sell/bid items, automatic category detection, cross-server support and more.
- [Commands & Permissions](/projects/playerauctions/commands.md): Here you can view all the available commands and permissions for Player Auctions.
- [Configuration](/projects/playerauctions/configuration.md): Here you can view all the configuration and options for Player Auctions.
- [Item Configuration](/projects/playerauctions/configuration/item.md): Here you can view all the configuration, examples and options for creating items in Player Auctions.
- [Menu Configuration](/projects/playerauctions/configuration/menu.md): Here you can view all the configuration, examples and options for creating menus in Player Auctions.
- [Lang Configuration](/projects/playerauctions/configuration/lang.md): Here you can view all the configuration, examples and options for creating messages in Player Auctions.
- [FAQ](/projects/playerauctions/faq.md): Here you can view the frequent asked questions for Player Auctions, it might answer your question!
- [Database FAQ](/projects/playerauctions/faq/db.md): Here you can view the frequent asked questions for the Player Auctions database system.
- [Supported Plugins](/projects/playerauctions/plugins.md): Here you can view all the supported extensions information for Player Auctions.
- [Plugin Features](/projects/playerauctions/features.md): Here is a detailed description of most of the features and how they work here.
- [Plugin API](/projects/playerauctions/api.md): Here you can view the JavaDocs and how to access/use the Player Auctions API
- [Creating expansions](/projects/playerauctions/api/expansions.md): Here you can view examples and details on how the expansion system works in Player Auctions.
- [Auction Currency](/projects/playerauctions/api/expansions/currency.md): Here you can view details on how to create a currency addon using the Expansions Plugin API.
- [Auction Product](/projects/playerauctions/api/expansions/product.md): Here you can view details on how to create a product addon using the Expansions Plugin API.
- [Auction Converter](/projects/playerauctions/api/expansions/converter.md): Here you can view details on how to create a converter auction addon using the Expansions Plugin API.
- [Creating Commands](/projects/playerauctions/api/commands.md): Here you can view details on how to create sub commands using the Commands Plugin API.
- [Using Events](/projects/playerauctions/api/events.md): Here you can view details on how to listen to events using the Plugin API.
- [Rest API](/projects/playerauctions/restapi.md): Here you can view the endpoints and how to access/use the Player Auctions Rest API.
- [Endpoints](/projects/playerauctions/restapi/endpoints.md): Here you can view all available endpoints in the Player Auctions REST API, allowing you to manage and retrieve auction data. Each endpoint is described with its path, parameters, and response format.
- [GET](/projects/playerauctions/restapi/endpoints/get.md)
- [/api/playerauctions/getPlayerAuctionByID/{id}](/projects/playerauctions/restapi/endpoints/get/getplayerauctionbyid.md): Retrieve an auction's information by its auction ID.
- [/api/playerauctions/getRecentAuctionsByUUID/{page}](/projects/playerauctions/restapi/endpoints/get/getrecentauctionsbyuuid.md): Retrieve a paginated list of recent auctions from a player.
- [/api/playerauctions/getPlayerAuctions/{page}](/projects/playerauctions/restapi/endpoints/get/getplayerauctions.md): Retrieve a paginated list of player auctions.
- [/api/playerauctions/getAuctionCategoryByName/{categoryname}](/projects/playerauctions/restapi/endpoints/get/getauctioncategorybyname.md): Retrieve an auction category information by the category name.
- [/api/playerauctions/getAuctionCategories/{page}](/projects/playerauctions/restapi/endpoints/get/getauctioncategories.md): Retrieve a paginated list of auction categories.
- [/api/playerauctions/getAuctionPlayerByUUID/{uuid}](/projects/playerauctions/restapi/endpoints/get/getauctionplayerbyuuid.md): Retrieve a player's information associated with a specific UUID.
- [DELETE](/projects/playerauctions/restapi/endpoints/delete.md)
- [/api/playerauctions/deleteRecentAuctionByID/{id}](/projects/playerauctions/restapi/endpoints/delete/deleterecentauctionbyid.md): Delete a recent auctions by a auction ID.
- [Events](/projects/playerauctions/restapi/events.md): Here you can view the events and how to listen to them in the Player Warps REST API.
- [PlayerAuctionSellEvent](/projects/playerauctions/restapi/events/playerauctionsellevent.md)
- [PlayerAuctionBuyEvent](/projects/playerauctions/restapi/events/playerauctionbuyevent.md)
- [PlayerAuctionBidEvent](/projects/playerauctions/restapi/events/playerauctionbidevent.md)
- [PlayerAuctionBidWonEvent](/projects/playerauctions/restapi/events/playerauctionbidwonevent.md)
- [PlayerAuctionRemoveEvent](/projects/playerauctions/restapi/events/playerauctionremoveevent.md)
- [AuctionExpireUpdateEvent](/projects/playerauctions/restapi/events/auctionexpireupdateevent.md)
- [AuctionPlayerUpdateEvent](/projects/playerauctions/restapi/events/auctionplayerupdateevent.md)
- [PlayerAuctionUpdateEvent](/projects/playerauctions/restapi/events/auctionupdateevent.md)
- [Errors](/projects/playerauctions/restapi/errors.md): Here you can view the error codes and on the Player Auctions Rest API.
- [Player Economy](/projects/playereconomy.md): Let your players have pocket/bank accounts, loads of commands and more.
- [Commands & Permissions](/projects/playereconomy/commands.md): Here you can view all the available commands and permissions for Player Economy.
- [Configuration](/projects/playereconomy/configuration.md): Here you can view all the configuration and options for Player Economy.
- [Item Configuration](/projects/playereconomy/configuration/item.md): Here you can view all the configuration, examples and options for creating items in Player Economy.
- [Lang Configuration](/projects/playereconomy/configuration/lang.md): Here you can view all the configuration, examples and options for creating messages in Player Economy.
- [FAQ](/projects/playereconomy/faq.md): Here you can view the frequent asked questions for Player Economy, it might answer your question!
- [Database FAQ](/projects/playereconomy/faq/db.md): Here you can view the frequent asked questions for the Player Economy database system.
- [Supported Plugins](/projects/playereconomy/plugins.md): Here you can view all the supported extensions information for Player Economy.
- [Plugin Features](/projects/playereconomy/features.md): Here is a detailed description of most of the features and how they work here.
- [Plugin API](/projects/playereconomy/api.md): Here you can view the JavaDocs and how to access/use the Player Economy Plugin API.
- [Creating Commands](/projects/playereconomy/api/commands.md): Here you can view details on how to create sub commands using the Commands Plugin API.
- [Using Events](/projects/playereconomy/api/events.md): Here you can view details on how to listen to events using the Plugin API.
- [Rest API](/projects/playereconomy/restapi.md): Here you can view the endpoints and how to access/use the Player Economy Rest API.
- [Endpoints](/projects/playereconomy/restapi/endpoints.md): Here you can view all available endpoints in the Player Economy REST API, allowing you to manage and retrieve player data. Each endpoint is described with its path, parameters, and response format.
- [GET](/projects/playereconomy/restapi/endpoints/get.md)
- [DELETE](/projects/playereconomy/restapi/endpoints/delete.md)
- [Events](/projects/playereconomy/restapi/events.md): Here you can view the events and how to listen to them in the Player Economy REST API.
- [Errors](/projects/playereconomy/restapi/errors.md): Here you can view the error codes and on the Player Economy Rest API.
- [Player Warps](/projects/playerwarps.md): Let your players set warps, supports your favorite plugins, cross-server support and more.
- [Commands & Permissions](/projects/playerwarps/commands.md): Here you can view all the available commands and permissions for Player Warps.
- [Configuration](/projects/playerwarps/configuration.md): Here you can view all the configuration and options for Player Warps.
- [Item Configuration](/projects/playerwarps/configuration/item.md): Here you can view all the configuration, examples and options for creating items in Player Warps.
- [Menu Configuration](/projects/playerwarps/configuration/menu.md): Here you can view all the configuration, examples and options for creating menus in Player Warps.
- [Lang Configuration](/projects/playerwarps/configuration/lang.md): Here you can view all the configuration, examples and options for creating messages in Player Warps.
- [FAQ](/projects/playerwarps/faq.md): Here you can view the frequent asked questions for Player Warps, it might answer your question!
- [Database FAQ](/projects/playerwarps/faq/db.md): Here you can view the frequent asked questions for the Player Warps database system.
- [Supported Plugins](/projects/playerwarps/plugins.md): Here you can view all the supported extensions information for Player Warps.
- [Plugin Features](/projects/playerwarps/features.md): Here is a detailed description of most of the features and how they work here.
- [Plugin API](/projects/playerwarps/api.md): Here you can view the JavaDocs and how to access/use the Player Warps Plugin API.
- [Creating expansions](/projects/playerwarps/api/expansions.md): Here you can view examples and details on how the expansion system works in Player Warps.
- [Warp Addon](/projects/playerwarps/api/expansions/warp.md): Here you can view details on how to create a warp addon using the Expansions Plugin API.
- [Warp Map Addon](/projects/playerwarps/api/expansions/wmap.md): Here you can view details on how to create a warp map addon using the Expansions Plugin API.
- [Warp Converter](/projects/playerwarps/api/expansions/converter.md): Here you can view details on how to create a converter warp addon using the Expansions Plugin API.
- [Warp Currency](/projects/playerwarps/api/expansions/currency.md): Here you can view details on how to create a currency addon using the Expansions Plugin API.
- [Creating Commands](/projects/playerwarps/api/commands.md): Here you can view details on how to create sub commands using the Commands Plugin API.
- [Using Events](/projects/playerwarps/api/events.md): Here you can view details on how to listen to events using the Plugin API.
- [Rest API](/projects/playerwarps/restapi.md): Here you can view the endpoints and how to access/use the Player Warps Rest API.
- [Endpoints](/projects/playerwarps/restapi/endpoints.md): Here you can view all available endpoints in the Player Warps REST API, allowing you to manage and retrieve warp data. Each endpoint is described with its path, parameters, and response format.
- [GET](/projects/playerwarps/restapi/endpoints/get.md)
- [/api/playerwarps/getPlayerWarpByName/{warpname}](/projects/playerwarps/restapi/endpoints/get/getplayerwarpbyname.md): Retrieve a warp's information by the warp name.
- [/api/playerwarps/getSponsorWarp/{id}](/projects/playerwarps/restapi/endpoints/get/getsponsorwarpbyid.md): Retrieve a sponsor warp by its warp ID.
- [/api/playerwarps/getPlayerWarpByID/{id}](/projects/playerwarps/restapi/endpoints/get/getplayerwarpbyid.md): Retrieve a warp's information by its warp ID.
- [/api/playerwarps/getPlayerWarps/{page}](/projects/playerwarps/restapi/endpoints/get/getplayerwarps.md): Retrieve a paginated list of player warps.
- [/api/playerwarps/getWarpCategoryByName/{categoryname}](/projects/playerwarps/restapi/endpoints/get/getwarpcategorybyname.md): Retrieve warp category information by the category name.
- [/api/playerwarps/getWarpCategories/{page}](/projects/playerwarps/restapi/endpoints/get/getwarpcategories.md): Retrieve a paginated list of warp categories.
- [/api/playerwarps/getWarpPlayerByUUID/{uuid}](/projects/playerwarps/restapi/endpoints/get/getwarpplayerbyuuid.md): Retrieve a player's information associated with a specific UUID.
- [DELETE](/projects/playerwarps/restapi/endpoints/delete.md)
- [/api/playerwarps/deletePlayerWarpByName/{warpname}](/projects/playerwarps/restapi/endpoints/delete/deleteplayerwarpbyname.md): Delete a player’s warp by a warp name.
- [/api/playerwarps/deletePlayerWarpByID/{id}](/projects/playerwarps/restapi/endpoints/delete/deleteplayerwarpbyid.md): Delete a player’s warp by a warp ID.
- [Events](/projects/playerwarps/restapi/events.md): Here you can view the events and how to listen to them in the Player Warps REST API.
- [PlayerWarpTeleportEvent](/projects/playerwarps/restapi/events/playerwarpteleportevent.md)
- [PlayerWarpSponsorEvent](/projects/playerwarps/restapi/events/playerwarpsponsorevent.md)
- [PlayerWarpRentEvent](/projects/playerwarps/restapi/events/playerwarprentevent.md)
- [PlayerWarpRemoveEvent](/projects/playerwarps/restapi/events/playerwarpremoveevent.md)
- [PlayerWarpCreateEvent](/projects/playerwarps/restapi/events/playerwarpcreateevent.md)
- [WarpPlayerUpdateEvent](/projects/playerwarps/restapi/events/warpplayerupdateevent.md)
- [PlayerWarpUpdateEvent](/projects/playerwarps/restapi/events/playerwarpupdateevent.md)
- [Errors](/projects/playerwarps/restapi/errors.md): Here you can view the error codes and on the Player Warps Rest API.
- [Player Businesses](/projects/playerbusinesses.md): Let your players create businesses!
- [Commands & Permissions](/projects/playerbusinesses/commands.md): Here you can view all the available commands and permissions for Player Businesses.
- [Configuration](/projects/playerbusinesses/configuration.md): Here you can view all the configuration and options for Player Businesses.
- [Item Configuration](/projects/playerbusinesses/configuration/item.md): Here you can view all the configuration, examples and options for creating items in Player Businesses.
- [Menu Configuration](/projects/playerbusinesses/configuration/menu.md): Here you can view all the configuration, examples and options for creating menus in Player Businesses.
- [Lang Configuration](/projects/playerbusinesses/configuration/lang.md): Here you can view all the configuration, examples and options for creating messages in Player Businesses.
- [FAQ](/projects/playerbusinesses/faq.md): Here you can view the frequently asked questions for Player Businesses, it might answer your question!
- [Supported Plugins](/projects/playerbusinesses/plugins.md): Here you can view all the supported extensions information for Player Businesses.
- [Plugin Features](/projects/playerbusinesses/features.md): Here is a detailed description of most of the features and how they work here.
- [Plugin API](/projects/playerbusinesses/api.md): Here you can view the JavaDocs and how to access/use the Player Businesses Plugin API.
- [Rest API](/projects/playerbusinesses/restapi.md): Here you can view the endpoints and how to access/use the Player Businesses Rest API.
- [Endpoints](/projects/playerbusinesses/restapi/endpoints.md): Here you can view all available endpoints in the Player Businesses REST API, allowing you to manage and retrieve business data. Each endpoint is described with its path, parameters, and response forma
- [GET](/projects/playerbusinesses/restapi/endpoints/get.md)
- [DELETE](/projects/playerbusinesses/restapi/endpoints/delete.md)
- [Events](/projects/playerbusinesses/restapi/events.md): Here you can view the events and how to listen to them in the Player Businesses REST API.
- [Errors](/projects/playerbusinesses/restapi/errors.md): Here you can view the error codes and on the Player Businesses Rest API.
- [Player Trade](/projects/playertrade.md): Let your players find trading easier using menus, holograms above/below shops and more.
- [Commands & Permissions](/projects/playertrade/commands.md): Here you can view all the available commands and permissions for Player Trade.
- [Configuration](/projects/playertrade/configuration.md): Here you can view all the configuration and options for Player Trade.
- [Item Configuration](/projects/playertrade/configuration/item.md): Here you can view all the configuration, examples and options for creating items in Player Trade.
- [Menu Configuration](/projects/playertrade/configuration/menu.md): Here you can view all the configuration, examples and options for creating menus in Player Trade.
- [Lang Configuration](/projects/playertrade/configuration/lang.md): Here you can view all the configuration, examples and options for creating messages in Player Trade.
- [FAQ](/projects/playertrade/faq.md): Here you can view the frequently asked questions for Player Trade, it might answer your question!
- [Supported Plugins](/projects/playertrade/plugins.md): Here you can view all the supported extensions information for Player Trade.
- [Plugin Features](/projects/playertrade/features.md): Here is a detailed description of most of the features and how they work here.
- [Plugin API](/projects/playertrade/api.md): Here you can view the JavaDocs and how to access/use the Player Trade Plugin API.
- [Rest API](/projects/playertrade/restapi.md): Here you can view the endpoints and how to access/use the Player Trade Rest API.
- [Endpoints](/projects/playertrade/restapi/endpoints.md): Here you can view all available endpoints in the Player Trade REST API, allowing you to manage and retrieve shop data. Each endpoint is described with its path, parameters, and response format.
- [GET](/projects/playertrade/restapi/endpoints/get.md)
- [DELETE](/projects/playertrade/restapi/endpoints/delete.md)
- [Events](/projects/playertrade/restapi/events.md): Here you can view the events and how to listen to them in the Player Trade REST API.
- [Errors](/projects/playertrade/restapi/errors.md): Here you can view the error codes and on the Player Trade Rest API.
- [Player Treasury](/projects/playertreasury.md): Let your players have debt, tax, logging all transactions and more.
- [Commands & Permissions](/projects/playertreasury/commands.md): Here you can view all the available commands and permissions for Player Treasury.
- [Configuration](/projects/playertreasury/configuration.md): Here you can view all the configuration and options for Player Treasury.
- [Lang Configuration](/projects/playertreasury/configuration/lang.md): Here you can view all the configuration, examples and options for creating messages in Player Treasury.
- [FAQ](/projects/playertreasury/faq.md): Here you can view the frequently asked questions for Player Treasury, it might answer your question!
- [Supported Plugins](/projects/playertreasury/plugins.md): Here you can view all the supported extensions information for Player Treasury.
- [Plugin Features](/projects/playertreasury/features.md): Here is a detailed description of most of the features and how they work here.
- [Plugin API](/projects/playertreasury/api.md): Here you can view the JavaDocs and how to access/use the Player Treasury Plugin API.
- [Rest API](/projects/playertreasury/restapi.md): Here you can view the endpoints and how to access/use the Player Treasury Rest API.
- [Endpoints](/projects/playertreasury/restapi/endpoints.md): Here you can view all available endpoints in the Player Treasury REST API, allowing you to manage and retrieve player data. Each endpoint is described with its path, parameters, and response format.
- [GET](/projects/playertreasury/restapi/endpoints/get.md)
- [DELETE](/projects/playertreasury/restapi/endpoints/delete.md)
- [Events](/projects/playertreasury/restapi/events.md): Here you can view the events and how to listen to them in the Player Treasury REST API.
- [Errors](/projects/playertreasury/restapi/errors.md): Here you can view the error codes and on the Player Treasury Rest API.
- [Player Elections](/projects/playerelections.md): Let your players vote in elections, enabling a preferential/block voting system.
- [Commands & Permissions](/projects/playerelections/commands.md): Here you can view all the available commands and permissions for Player Elections.
- [Configuration](/projects/playerelections/configuration.md): Here you can view all the configuration and options for Player Trade.
- [Lang Configuration](/projects/playerelections/configuration/lang.md): Here you can view all the configuration, examples and options for creating messages in Player Elections.
- [FAQ](/projects/playerelections/faq.md): Here you can view the frequently asked questions for Player Elections, it might answer your question!
- [Supported Plugins](/projects/playerelections/plugins.md): Here you can view all the supported extensions information for Player Elections.
- [Plugin Features](/projects/playerelections/features.md): Here is a detailed description of most of the features and how they work here.
- [Plugin API](/projects/playerelections/api.md): Here you can view the JavaDocs and how to access/use the Player Elections Plugin API.
- [Rest API](/projects/playerelections/restapi.md): Here you can view the endpoints and how to access/use the Player Elections Rest API.
- [Endpoints](/projects/playerelections/restapi/endpoints.md): Here you can view all available endpoints in the Player Elections REST API, allowing you to manage and retrieve election data. Each endpoint is described with its path, parameters, and response format
- [GET](/projects/playerelections/restapi/endpoints/get.md)
- [DELETE](/projects/playerelections/restapi/endpoints/delete.md)
- [Events](/projects/playerelections/restapi/events.md): Here you can view the events and how to listen to them in the Player Elections REST API.
- [Errors](/projects/playerelections/restapi/errors.md): Here you can view the error codes and on the Player Elections Rest API.
- [Night Market](/projects/nightmarket.md): Revitalize your server and ultimately boost your revenue!
- [Commands & Permissions](/projects/nightmarket/commands.md): Here you can view all the available commands and permissions for Night Market.
- [Configuration](/projects/nightmarket/configuration.md): Here you can view all the configuration and options for Night Market.
- [Item Configuration](/projects/nightmarket/configuration/item.md): Here you can view all the configuration, examples and options for creating items in Night Market.
- [Menu Configuration](/projects/nightmarket/configuration/menu.md): Here you can view all the configuration, examples and options for creating menus in Night Market.
- [Lang Configuration](/projects/nightmarket/configuration/lang.md): Here you can view all the configuration, examples and options for creating messages in Night Market.
- [FAQ](/projects/nightmarket/faq.md): Here you can view the frequently asked questions for Night Market, it might answer your question!
- [Supported Plugins](/projects/nightmarket/plugins.md): Here you can view all the supported extensions information for Night Market.
- [Plugin Features](/projects/nightmarket/features.md): Here is a detailed description of most of the features and how they work here.
- [Plugin API](/projects/nightmarket/api.md): Here you can view the JavaDocs and how to access/use the Night Market Plugin API.
- [Creating expansions](/projects/nightmarket/api/expansions.md): Here you can view examples and details on how the expansion system works in Night Market.
- [Market Currency](/projects/nightmarket/api/expansions/currency.md): Here you can view details on how to create a currency addon using the Expansions Plugin API.
- [Creating Commands](/projects/nightmarket/api/commands.md): Here you can view details on how to create sub commands using the Commands Plugin API.
- [Using Events](/projects/nightmarket/api/events.md): Here you can view details on how to listen to events using the Plugin API.
- [Rest API](/projects/nightmarket/restapi.md): Here you can view the endpoints and how to access/use the Night Market Rest API.
- [Endpoints](/projects/nightmarket/restapi/endpoints.md): Here you can view all available endpoints in the Night Market REST API, allowing you to manage and retrieve market data. Each endpoint is described with its path, parameters, and response format.
- [GET](/projects/nightmarket/restapi/endpoints/get.md)
- [DELETE](/projects/nightmarket/restapi/endpoints/delete.md)
- [Events](/projects/nightmarket/restapi/events.md): Here you can view the events and how to listen to them in the Night Market REST API.
- [Errors](/projects/nightmarket/restapi/errors.md): Here you can view the error codes and on the Night Market Rest API.
