{"id":14672,"date":"2026-05-31T21:05:32","date_gmt":"2026-05-31T18:05:32","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/anhyshop\/"},"modified":"2026-05-31T21:05:32","modified_gmt":"2026-05-31T18:05:32","slug":"anhyshop","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/anhyshop\/","title":{"rendered":"AnhyShop"},"content":{"rendered":"<p># AnhyShop<br \/>\nIs a unique plugin for creating merchants and trading on Minecraft servers, based on the trading inventory of villagers. Tested on `Spigot`, `Paper`, `Purpur` server cores, version `1.20.4`.<\/p>\n<p>### Essential Dependencies for **AnhyShop**<br \/>\nThe primary requirement for **AnhyShop** to function is the installation of the **AnhyLibAPI** library version 1.5.2 or higher. Without **AnhyLibAPI**, **AnhyShop** will not operate. It provides translation of system messages and multilingual names for merchants.<\/p>\n<p>Additionally, **AnhyShop** is compatible with **AnhyLingo** version 0.3.3 or higher. Installing **AnhyLingo** expands the multilingual capabilities of **AnhyShop**. However, its absence does not affect the primary operation of **AnhyShop**.<\/p>\n<p>## Functionality of the Plugin<br \/>\n**AnhyShop: Intuitive Plugin for Creating Administrative Stores in Minecraft**<\/p>\n<p>&#8211; **Simplicity and Convenience**: No complicated configurations, all data is automatically stored in the embedded SQLite database (file `shops.db` in the plugin folder).<br \/>\n&#8211; **Data Security**: Information about traders is encrypted.<br \/>\n&#8211; **Flexible Use**: Open trade via console commands or player commands with appropriate permissions.<\/p>\n<p>### Administrator Commands<br \/>\n(with permission `anhyshop.*`)<\/p>\n<p>#### Reloading Commands<br \/>\n&#8211; **Reloading the plugin** `(anhyshop.reload)`: `\/shop reload` &#8211; Reloads the language files, configurations, and traders from the database. Available from the console.<\/p>\n<p>### Work with Traders<br \/>\n(with permission `anhyshop.trader.*`)<\/p>\n<p>1. **Information about traders** `(anhyshop.trader.view)`: `\/shop list` &#8211; Displays a list of all traders. Available from the console.<br \/>\n2. **Create a new trader** `(anhyshop.trader.create)`: `\/shop newt <name>` &#8211; Creates a new trader. Available from the console.<br \/>\n3. **Remove trader** `(anhyshop.trader.delete)`: `\/shop delt <key>` &#8211; Deletes a trader. Available from the console.<br \/>\n4. **Rename trader** `(anhyshop.trader.rename)`: `\/shop rename <key> <new_name>` &#8211; Renames a trader. Available from the console.<br \/>\n5. **Open trade inventory** `(anhyshop.trader.open)`: `\/shop open <key> <player_name>` &#8211; Opens trade for a player. Available from the console.<br \/>\n6. **Trade by yourself** `(anhyshop.trader.trade)`: `\/shop trade <key>` &#8211; Opens a trade.<\/p>\n<p>### Operations with Goods<br \/>\n(with permission `anhyshop.product.*`)<\/p>\n<p>1. **Add a new trade** `(anhyshop.product.add)`: `\/shop add <key>` &#8211; To add a trade, place items in slots 1, 2, 3 of your inventory.<br \/>\n2. **Replace an existing trade** `(anhyshop.product.replace)`: `\/shop replace <key>` &#8211; Replace or add products.<br \/>\n3. **Delete an existing trade** `(anhyshop.product.remove)`: `\/shop remove <key>` &#8211; Remove a product from bidding.<\/p>\n<p>![Add Trade](https:\/\/dev.anh.ink\/images\/addtrade.png &#8220;Work with traders&#8221;)<\/p>\n<p>### Directory Structure<br \/>\n&#8211; `lang`: Files with translations of plugin system messages and translations of trader names.<br \/>\n&#8220;`yaml<br \/>\ntrader_name_emberlyn: Emberlyn Gemwhisper<br \/>\ntrader_name_flint: Flint Firebeard<br \/>\ntrader_name_mira: Mira Mysticsight<br \/>\ntrader_name_silas: Silas Silverthread<br \/>\ntrader_name_cedric: Cedric Stonehand<br \/>\ntrader_name_willow: Willow Wildroot<br \/>\ntrader_name_raven: Raven Nightshade<br \/>\ntrader_name_eldon: Eldon Ironfoot<br \/>\ntrader_name_aurora: Aurora Skydancer<br \/>\ntrader_name_gideon: Gideon Goldspinner<br \/>\n&#8220;`<\/p>\n<p>### Expanded Functionality of AnhyShop Plugin Version 1.0.0<\/p>\n<p>**AnhyShop** in version 1.0.0 introduces a new concept of &#8220;Sellers,&#8221; which allow players to interactively trade with merchants through in-game objects. This enhances the trading experience by providing a more dynamic and convenient management of trading processes on the server.<\/p>\n<p>#### Key Features of &#8220;Sellers&#8221;:<\/p>\n<p>1. **Types of &#8220;Sellers&#8221;**:<br \/>\n   &#8211; **Mechanical Objects**: Buttons, doors, levers are identified by their type and the exact coordinates of their location.<br \/>\n   &#8211; **Signs**: Identification is based on the material type and the text displayed on the sign. Signs can be placed in different locations, but the text on them will determine a single &#8220;Seller.&#8221;<br \/>\n   &#8211; **Mobs with Custom Names**: Utilizes the type of mob and its unique name for identification. Only mobs with custom names can become &#8220;Sellers.&#8221;<br \/>\n   &#8211; **Wandering Traders**: All wandering traders, once linked, are recognized as one &#8220;Seller,&#8221; allowing for a uniform change to their trading inventories.<br \/>\n   &#8211; **Villagers**: Identified by profession and level. Creating a &#8220;Seller&#8221; from a villager of a specific profession and level replaces standard trade operations for all similar villagers.<\/p>\n<p>#### Commands to Manage &#8220;Sellers&#8221;:<\/p>\n<p>**Note**: All the commands listed below are available only to players with the `anhyshop.seller` permission.<\/p>\n<p>&#8211; **Creating a &#8220;Seller&#8221;**:<br \/>\n  &#8211; **Command**: `\/shop seller add <trader_key>`<br \/>\n  &#8211; **Description**: Creates a &#8220;Seller&#8221; from the object the player is looking at, linking it to a selected trader using a unique key `<trader_key>`. The player must be within 5 blocks of the object.<\/p>\n<p>&#8211; **Removing a &#8220;Seller&#8221;**:<br \/>\n  &#8211; **Command**: `\/shop seller remove <seller_id>`<br \/>\n  &#8211; **Description**: Removes a &#8220;Seller&#8221; using its unique numerical identifier `<seller_id>`.<\/p>\n<p>&#8211; **Viewing Information about a &#8220;Seller&#8221;**:<br \/>\n  &#8211; **Command**: `\/shop seller view <seller_id>`<br \/>\n  &#8211; **Description**: Displays detailed information about the &#8220;Seller,&#8221; including its type, location, linked trader, and identifier.<\/p>\n<p>&#8211; **Listing All &#8220;Sellers&#8221;**:<br \/>\n  &#8211; **Command**: `\/shop seller list`<br \/>\n  &#8211; **Description**: Displays a list of all existing &#8220;Sellers,&#8221; with the ability to copy `<seller_id>` to the clipboard, simplifying the management of identifiers for further operations.<\/p>\n<p>These updates significantly enhance player interactions with traders, providing greater control and customization options for trading processes on Minecraft servers.<\/p>\n<p>### Language Personalization<br \/>\n**Multilingual Functionality in AnhyShop with AnhyLibAPI and AnhyLingo Integration**<\/p>\n<p>1. **System Messages Localization** (AnhyLibAPI): Stored in `shop_XX.yml` files within the `lang` folder.<br \/>\n2. **Trader Names Translation** (AnhyLibAPI): Add translations in `traders_XX.yml`.<br \/>\n3. **Multilingual Item Display in Trades** (AnhyLingo): Trades involving multilingual items display these items in the player&#8217;s chosen language.<\/p>\n<p>##### AnhyShop&#8217;s integration with AnhyLibAPI and AnhyLingo enhances usability across different languages and enriches the trading experience, making it inclusive and globally accessible.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Is a unique plugin for creating merchants and trading on Minecraft servers, based on the trading inventory of villagers.<\/p>\n","protected":false},"featured_media":14673,"template":"","meta":{"_minecraft_slug":"anhyshop","_minecraft_project_id":"Yp5yEABu","_minecraft_author":"AnhyDev","_minecraft_license":"MIT","_minecraft_downloads":656,"_minecraft_follows":5,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"anhyshop.zip","_minecraft_size_bytes":383859,"_minecraft_version_count":6,"_minecraft_updated_at":"2026-05-16T09:48:18.785042Z","_minecraft_date_created":"2023-12-21T21:19:50.008023Z","_minecraft_date_modified":"2025-01-25T18:15:01.378626Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/anhyshop","_minecraft_icon_attachment_id":14673,"_minecraft_imported_at":"2026-05-31T18:05:33+00:00","_minecraft_import_hash":"ffa423adccc4cdc42af14928da57bc6e","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,844,89,873,127,128,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,73,74,38],"class_list":["post-14672","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-economy","mod_category-game-mechanics","mod_category-library","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AnhyShop - 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\/anhyshop\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AnhyShop - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Is a unique plugin for creating merchants and trading on Minecraft servers, based on the trading inventory of villagers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/anhyshop\/\" \/>\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\\\/anhyshop\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/anhyshop\\\/\",\"name\":\"AnhyShop - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/anhyshop\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/anhyshop\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/anhyshop-icon-e25020963cd67c3ab65a67a31b44712ca1d45ca9_96.webp\",\"datePublished\":\"2026-05-31T18:05:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/anhyshop\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/anhyshop\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/anhyshop\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/anhyshop-icon-e25020963cd67c3ab65a67a31b44712ca1d45ca9_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/anhyshop-icon-e25020963cd67c3ab65a67a31b44712ca1d45ca9_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/anhyshop\\\/#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\":\"AnhyShop\"}]},{\"@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":"AnhyShop - 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\/anhyshop\/","og_locale":"en_US","og_type":"article","og_title":"AnhyShop - Minecraft","og_description":"Is a unique plugin for creating merchants and trading on Minecraft servers, based on the trading inventory of villagers.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/anhyshop\/","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\/anhyshop\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/anhyshop\/","name":"AnhyShop - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/anhyshop\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/anhyshop\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/anhyshop-icon-e25020963cd67c3ab65a67a31b44712ca1d45ca9_96.webp","datePublished":"2026-05-31T18:05:32+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/anhyshop\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/anhyshop\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/anhyshop\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/anhyshop-icon-e25020963cd67c3ab65a67a31b44712ca1d45ca9_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/anhyshop-icon-e25020963cd67c3ab65a67a31b44712ca1d45ca9_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/anhyshop\/#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":"AnhyShop"}]},{"@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\/14672","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\/14673"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=14672"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=14672"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=14672"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=14672"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}