{"id":44692,"date":"2026-06-02T06:15:52","date_gmt":"2026-06-02T03:15:52","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/communitymarket\/"},"modified":"2026-06-02T06:15:52","modified_gmt":"2026-06-02T03:15:52","slug":"communitymarket","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/communitymarket\/","title":{"rendered":"CommunityMarket"},"content":{"rendered":"<p>A professional, production-ready **GUI-only marketplace plugin** for Minecraft Paper 1.21+.<\/p>\n<p>Players can create fixed-price listings and auctions, browse, buy, bid, claim items, and withdraw earnings \u2014 all through intuitive GUIs. **No complex commands to learn!**<\/p>\n<p>## \u2728 Features<\/p>\n<p>### \ud83d\uded2 Fixed-Price Market<br \/>\n&#8211; Create listings with custom prices and durations<br \/>\n&#8211; Browse paginated listings with sorting<br \/>\n&#8211; Safe atomic purchases to prevent double-buying<br \/>\n&#8211; Configurable taxes on sales<\/p>\n<p>### \ud83d\udd28 Auction System<br \/>\n&#8211; Start auctions with minimum bid and optional buyout price<br \/>\n&#8211; **Anti-snipe protection** extends auction when bids arrive near the end<br \/>\n&#8211; Bid history and automatic outbid notifications<br \/>\n&#8211; Safe handling of auction endings and payouts<\/p>\n<p>### \ud83d\udce6 Claim Storage<br \/>\n&#8211; Items from expired listings go to claim storage<br \/>\n&#8211; Won auction items are safely delivered<br \/>\n&#8211; Handles full inventories gracefully<\/p>\n<p>### \ud83d\udcb0 Earnings Management<br \/>\n&#8211; Pending earnings from sales accumulate<br \/>\n&#8211; Withdraw all earnings at once<br \/>\n&#8211; Complete transaction history<\/p>\n<p>### \ud83d\udd10 Admin Features (GUI-based)<br \/>\n&#8211; View all listings and auctions<br \/>\n&#8211; Remove any listing or cancel auctions<br \/>\n&#8211; Force-end auctions<br \/>\n&#8211; Reload configuration in-game<\/p>\n<p>### \ud83c\udfae Intuitive GUI Flow<br \/>\nThe creation flow for listings and auctions:<br \/>\n1. **Main Menu** &#8211; Central hub for all actions<br \/>\n2. **Select Item** &#8211; Click an item from your inventory<br \/>\n3. **Select Quantity** &#8211; Choose how many to sell (for stackable items)<br \/>\n4. **Settings** &#8211; Set price and duration with easy click-to-adjust controls<br \/>\n5. **Confirm** &#8211; Review and create your listing\/auction<\/p>\n<p>## \ud83d\udccb Requirements<\/p>\n<p>| Requirement | Version |<br \/>\n|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| **Server** | Paper 1.21+ (or Purpur, Folia-compatible forks) |<br \/>\n| **Java** | Java 21+ |<br \/>\n| **Economy** | Vault + economy plugin **OR** EssentialsX |<\/p>\n<p>### Economy Support<br \/>\nCommunityMarket supports two economy configurations:<\/p>\n<p>1. **Vault + Economy Plugin** (Recommended)<br \/>\n   &#8211; Install Vault<br \/>\n   &#8211; Install an economy plugin: EssentialsX, CMI, or any Vault-compatible economy<\/p>\n<p>2. **EssentialsX Standalone** (Fallback)<br \/>\n   &#8211; Install EssentialsX with economy enabled<br \/>\n   &#8211; CommunityMarket will use EssentialsX directly if Vault is not present<\/p>\n<p>## \ud83d\udce5 Installation<\/p>\n<p>1. Download the latest `CommunityMarket-x.x.x.jar` from Modrinth<br \/>\n2. Place it in your server&#8217;s `plugins\/` folder<br \/>\n3. Ensure you have an economy system installed (see above)<br \/>\n4. Start or restart your server<br \/>\n5. Edit `plugins\/CommunityMarket\/config.yml` as needed<br \/>\n6. Use `\/market` to open the marketplace!<\/p>\n<p>## \ud83c\udfae Commands<\/p>\n<p>| Command | Alias | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/market` | `\/cmarket` | Opens the main market GUI | `communitymarket.use` |<\/p>\n<p>**That&#8217;s it!** Everything else is done through GUIs.<\/p>\n<p>## \ud83d\udd12 Permissions<\/p>\n<p>| Permission | Description | Default |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| `communitymarket.*` | All permissions | op |<br \/>\n| `communitymarket.use` | Access the market GUI | everyone |<br \/>\n| `communitymarket.sell` | Create fixed-price listings | everyone |<br \/>\n| `communitymarket.auction` | Create auctions | everyone |<br \/>\n| `communitymarket.buy` | Purchase from the market | everyone |<br \/>\n| `communitymarket.bid` | Bid on auctions | everyone |<br \/>\n| `communitymarket.claim` | Claim items from storage | everyone |<br \/>\n| `communitymarket.withdraw` | Withdraw earnings | everyone |<br \/>\n| `communitymarket.admin` | Access admin functions | op |<br \/>\n| `communitymarket.admin.viewall` | View all listings\/auctions | op |<br \/>\n| `communitymarket.admin.remove` | Remove any listing\/auction | op |<br \/>\n| `communitymarket.admin.reload` | Reload configuration | op |<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>### config.yml Highlights<\/p>\n<p>&#8220;`yaml<br \/>\n# Language setting (available: en_US, pt_PT)<br \/>\nlanguage: en_US<\/p>\n<p># Database: sqlite (default) or mysql<br \/>\ndatabase:<br \/>\n  type: sqlite<\/p>\n<p># Economy settings<br \/>\neconomy:<br \/>\n  currency-format: &#8220;$#,##0.00&#8221;<br \/>\n  taxes:<br \/>\n    market-tax: 5.0      # Tax on fixed-price sales<br \/>\n    auction-tax: 7.5     # Tax on auction sales<\/p>\n<p># Fixed-Price Market<br \/>\nmarket:<br \/>\n  max-listings-per-player: 20<br \/>\n  default-duration-hours: 168  # 7 days<br \/>\n  min-price: 1.0<br \/>\n  max-price: 1000000000.0<\/p>\n<p># Auctions<br \/>\nauction:<br \/>\n  max-auctions-per-player: 10<br \/>\n  default-duration-hours: 24<br \/>\n  anti-snipe:<br \/>\n    enabled: true<br \/>\n    trigger-seconds: 30<br \/>\n    extension-seconds: 30<\/p>\n<p># GUI Settings<br \/>\ngui:<br \/>\n  show-help-button: true  # Toggle help button visibility<br \/>\n  sounds:<br \/>\n    click: UI_BUTTON_CLICK<br \/>\n    success: ENTITY_PLAYER_LEVELUP<br \/>\n    error: ENTITY_VILLAGER_NO<br \/>\n&#8220;`<\/p>\n<p>### Available Languages<br \/>\n&#8211; `en_US` &#8211; English (default)<br \/>\n&#8211; `pt_PT` &#8211; Portuguese<\/p>\n<p>Language files are located in `plugins\/CommunityMarket\/lang\/` and can be customized.<\/p>\n<p>## \ud83d\udd27 Troubleshooting<\/p>\n<p>### &#8220;No compatible economy provider found!&#8221;<\/p>\n<p>This error appears when CommunityMarket cannot find an economy system.<\/p>\n<p>**Solutions:**<br \/>\n1. **Install Vault + an economy plugin:**<br \/>\n   &#8211; Download Vault<br \/>\n   &#8211; Download EssentialsX or another economy plugin<br \/>\n   &#8211; Restart your server<\/p>\n<p>2. **Using EssentialsX without Vault:**<br \/>\n   &#8211; Make sure EssentialsX is installed and enabled<br \/>\n   &#8211; Check that `economy` is not disabled in EssentialsX&#8217;s `config.yml`<\/p>\n<p>### Items stuck in claim storage<\/p>\n<p>If a player&#8217;s inventory was full when they purchased an item or won an auction, the item goes to their claim storage. They can retrieve it from the main menu \u2192 &#8220;Claim Items&#8221;.<\/p>\n<p>### Auctions not ending<\/p>\n<p>Auctions are checked periodically (every 5 seconds by default). If auctions seem stuck:<br \/>\n&#8211; Check server console for errors<br \/>\n&#8211; Verify the database is working properly<br \/>\n&#8211; Try `\/market admin` \u2192 View Auctions to see auction status<\/p>\n<p>### Database issues<\/p>\n<p>By default, CommunityMarket uses SQLite (no setup required). For larger servers, MySQL is recommended:<\/p>\n<p>&#8220;`yaml<br \/>\ndatabase:<br \/>\n  type: mysql<br \/>\n  mysql:<br \/>\n    host: localhost<br \/>\n    port: 3306<br \/>\n    database: communitymarket<br \/>\n    username: your_user<br \/>\n    password: your_password<br \/>\n&#8220;`<\/p>\n<p>## \ud83d\udcdc License<\/p>\n<p>This project is licensed under the MIT License &#8211; see the [LICENSE]([LICENSE](https:\/\/github.com\/henriquescrrrr\/CommunityMarket\/main\/LICENSE)) file for details.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A professional, production-ready GUI-only marketplace plugin for Minecraft Paper 1.21+.<\/p>\n","protected":false},"featured_media":44693,"template":"","meta":{"_minecraft_slug":"communitymarket","_minecraft_project_id":"poNRu5DN","_minecraft_author":"roguiii","_minecraft_license":"MIT","_minecraft_downloads":91,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"communitymarket.zip","_minecraft_size_bytes":13629524,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T19:53:40.202591Z","_minecraft_date_created":"2026-01-25T01:04:34.059437Z","_minecraft_date_modified":"2026-01-15T12:52:28.287012Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/communitymarket","_minecraft_icon_attachment_id":44693,"_minecraft_imported_at":"2026-06-02T03:15:52+00:00","_minecraft_import_hash":"fcc8d1d1b5093d89568dc98c384eb7d3","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,844,127,128,867,92],"mod_loader":[132,133],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-44692","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-economy","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-utility","mod_loader-paper","mod_loader-purpur","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CommunityMarket - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/communitymarket\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CommunityMarket - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A professional, production-ready GUI-only marketplace plugin for Minecraft Paper 1.21+.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/communitymarket\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/communitymarket\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/communitymarket\\\/\",\"name\":\"CommunityMarket - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/communitymarket\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/communitymarket\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/communitymarket-icon-7b7a3dc52903ca073e09c0d4e7be61bba5186769_96.webp\",\"datePublished\":\"2026-06-02T03:15:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/communitymarket\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/communitymarket\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/communitymarket\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/communitymarket-icon-7b7a3dc52903ca073e09c0d4e7be61bba5186769_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/communitymarket-icon-7b7a3dc52903ca073e09c0d4e7be61bba5186769_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/communitymarket\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"CommunityMarket\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CommunityMarket - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/communitymarket\/","og_locale":"en_US","og_type":"article","og_title":"CommunityMarket - Minecraft","og_description":"A professional, production-ready GUI-only marketplace plugin for Minecraft Paper 1.21+.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/communitymarket\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/communitymarket\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/communitymarket\/","name":"CommunityMarket - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/communitymarket\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/communitymarket\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/communitymarket-icon-7b7a3dc52903ca073e09c0d4e7be61bba5186769_96.webp","datePublished":"2026-06-02T03:15:52+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/communitymarket\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/communitymarket\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/communitymarket\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/communitymarket-icon-7b7a3dc52903ca073e09c0d4e7be61bba5186769_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/communitymarket-icon-7b7a3dc52903ca073e09c0d4e7be61bba5186769_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/communitymarket\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"CommunityMarket"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/44692","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/44693"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=44692"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=44692"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=44692"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=44692"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}