{"id":15143475,"url":"https://github.com/shock95/auctionhouse","last_synced_at":"2025-10-23T20:30:26.503Z","repository":{"id":42793008,"uuid":"231282505","full_name":"Shock95/AuctionHouse","owner":"Shock95","description":"Feature-packed auction house plugin for PocketMine-MP (pmmp)","archived":false,"fork":false,"pushed_at":"2024-04-26T20:44:16.000Z","size":674,"stargazers_count":43,"open_issues_count":13,"forks_count":34,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-01-30T20:51:45.156Z","etag":null,"topics":["auction-house","auctionhouse","minecraft","pmmp","pocketmine","pocketmine-mp"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shock95.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-01-02T00:55:07.000Z","updated_at":"2024-12-15T15:47:48.000Z","dependencies_parsed_at":"2024-04-26T04:23:17.988Z","dependency_job_id":"c98aa821-6c4b-4977-971f-c54f5fef3fb3","html_url":"https://github.com/Shock95/AuctionHouse","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shock95%2FAuctionHouse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shock95%2FAuctionHouse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shock95%2FAuctionHouse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shock95%2FAuctionHouse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shock95","download_url":"https://codeload.github.com/Shock95/AuctionHouse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237882172,"owners_count":19381176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auction-house","auctionhouse","minecraft","pmmp","pocketmine","pocketmine-mp"],"created_at":"2024-09-26T10:01:47.991Z","updated_at":"2025-10-23T20:30:26.149Z","avatar_url":"https://github.com/Shock95.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AuctionHouse [![](https://poggit.pmmp.io/shield.state/AuctionHouse)](https://poggit.pmmp.io/p/AuctionHouse) [![](https://poggit.pmmp.io/shield.dl.total/AuctionHouse)](https://poggit.pmmp.io/p/AuctionHouse)\nFeature-packed AuctionHouse plugin for PocketMine-MP  \n   \n## Overview  \nAuctionHouse allows players to list their items for sale and purchase items that others have listed for sale\n  \n![AuctionHouse](https://github.com/Shock95/AuctionHouse/blob/master/img/auctionhouse.png)  \n---  \n## Features  \n\u003e- Chest GUI  \n\u003e- Admin tools\n\u003e- Categories\n\u003e- Config (See below)\n\u003e- Multi-lang support\n\u003e- Cancel listings\n\u003e- Listing cooldown\n\u003e- Custom events\n\u003e- Economy plugin support\n\u003e- MySQL and SQLite database support\n\u003e- Custom listings limit per player (See permissions)\n\u003e- Customizable messages\n\n---  \n## Download  \nDownload the plugin from [Poggit](https://poggit.pmmp.io/p/AuctionHouse) or [GitHub releases](https://github.com/Shock95/AuctionHouse/releases)\n  \n---  \n## Config  \n\n\u003cdetails\u003e\n  \u003csummary\u003eClick to open\u003c/summary\u003e\n\n```yaml  \n---  \n# DO NOT EDIT THIS VALUE, INTERNAL USE ONLY.\nconfig-version: 5\n\n# Sets the prefix for this plugin.\nprefix: \"[\u0026l\u00266Auction House\u0026r]\"\n# Minimum price required to create a listing\nmin-price: 0\n# Maximum price a listing can have (-1 = No limit)\nmax-price: -1\n# Sets the default language for the plugin, you can edit text and messages in this file.\ndefault-language: en_US\n# Sets the amount of hours a listing is active before being automatically cancelled and expired.\nexpire-interval: 48\n# Sets the price it costs to list an item on the auction house.\nlisting-price: 0\n# Sets a cooldown between listing items in seconds\nlisting-cooldown: 0\n# Allows or blocks players in creative mode from selling items.\ncreative-sale: false\n# Maximum amount of listings a player can have by default\nmax-listings: 45\n# Shows item lore on the auction house\nshow-lore: true\n# Days to automatically delete expired listings (0 to disable)\nexpired-duration: 15\n# Formats price with commas (ex. 1,000,000)\nprice-formatted: true\n# Items that cannot be listed on the auction. Refer to https://minecraftitemids.com/ or https://minecraft-ids.grahamedgecombe.com/ for a list of item ids.\nblacklist:\n- '1000' # Example items\n- '1234:5'\n- 'minecraft:air'\n\n# AH sign triggers\nsign-triggers:\n- \"[AuctionHouse]\"\n- \"[AH]\"\n\n# Menu button items\nbuttons:\nstats: \"minecraft:chest\"\nback: \"minecraft:paper\"\nprevious: \"minecraft:paper\"\nnext: \"minecraft:paper\"\ninfo: \"minecraft:book\"\nhowto: \"minecraft:emerald\"\nreturn_all: \"minecraft:redstone_block\"\nplayer_listings: \"minecraft:diamond\"\nexpired_listings: \"minecraft:poisonous_potato\"\nadmin_menu: \"minecraft:redstone\"\nconfirm_purchase: \"minecraft:stained_glass_pane:5\"\ncancel_purchase: \"minecraft:stained_glass_pane:14\"\n...\n```  \n\u003c/details\u003e\n\n---  \n## Commands  \n  \n| Command                         | Description                                                                         |  \n|---------------------------------|:------------------------------------------------------------------------------------|  \n| /ah                             | AuctionHouse main command, opens the shop menu if there are no specified parameters |  \n| /ah shop                        | Opens the shop menu                                                                 |  \n| /ah sell **[price]**            | Allows player to sell an item on the auction house                                  |  \n| /ah listings                    | Shows all active listings of the player                                             |  \n| /ah listings **[player]**       | Allows player to see active listings of a specific player                           |  \n| /ah category                    | Allows player to open the category menu                                             |  \n| /ah admin                       | Allows player to open the admin menu (OP Command)                                   |  \n| /ah admin relistall             | Allows player to relist all items in the auction house (OP Command)                 |  \n| /ah admin returnall             | Allows player to return all items in the auction house back to players (OP Command) |  \n| /ah admin listings **[player]** | Allows player to see all listings of a specific player (OP Command)                 |  \n| /ah reload                      | Allows player to reload config files (OP command)                                   |  \n| /ah about                       | Shows plugin version                                                                |  \n---  \n## API  \n### Events  \n| Event        | Description           |  \n| ------------- | -------------- |  \n| [shock95x\\auctionhouse\\event\\AuctionStartEvent](https://github.com/Shock95x/AuctionHouse/blob/master/src/shock95x/auctionhouse/event/AuctionStartEvent.php) | Called when an auction is started |  \n| [shock95x\\auctionhouse\\event\\AuctionEndEvent](https://github.com/Shock95x/AuctionHouse/blob/master/src/shock95x/auctionhouse/event/AuctionEndEvent.php)   | Called when an auction has ended    |  \n| [shock95x\\auctionhouse\\event\\ItemListedEvent](https://github.com/Shock95x/AuctionHouse/blob/master/src/shock95x/auctionhouse/event/ItemListedEvent.php)   | Called when an item is listed by player (cancellable) | \n| [shock95x\\auctionhouse\\event\\ItemPurchasedEvent](https://github.com/Shock95x/AuctionHouse/blob/master/src/shock95x/auctionhouse/event/ItemPurchasedEvent.php)   | Called when an item is purchased by player (cancellable) |  \n| [shock95x\\auctionhouse\\event\\MenuCloseEvent](https://github.com/Shock95x/AuctionHouse/blob/master/src/shock95x/auctionhouse/event/MenuCloseEvent.php) | Called when a menu is closed by player |  \n  \n## Contributing  \nYou can contribute to this project by creating or modifying a language file and opening a PR!\n### Contributors\n- [Shock95](https://github.com/Shock95) (English)\n- [ipad54](https://github.com/ipad54), [No4NaMe](https://github.com/No4NaMe), [XackiGiFF](https://github.com/XackiGiFF) (Russian)\n- [Unickorn](https://github.com/Unickorn), Chaosfelix4451 (German)\n- [xAliTura01](https://github.com/xAliTura01) (Turkish)\n- [NotEnriko](https://github.com/NotEnriko) (Indonesian)\n- \n## Virions Used\n- [InvMenu](https://github.com/Muqsit/InvMenu) (Muqsit)  \n- [libasynql](https://github.com/poggit/libasynql) (SOFe)\n- [await-generator](https://github.com/SOF3/await-generator) (SOFe)\n- [Commando](https://github.com/Paroxity/Commando) (CortexPE + Paroxity)\n- [UpdateNotifier](https://github.com/ifera-mc/UpdateNotifier) (Ifera)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshock95%2Fauctionhouse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshock95%2Fauctionhouse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshock95%2Fauctionhouse/lists"}