Easy Shop Mod 图标

Easy Shop Mod

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 9.0.0
本资源为搬运资源,原资源地址: https://modrinth.com/mod/easy-shop-mod
资源信息

Minecraft 版本: 26.2

平台: fabric

标签: economy management storage

资源介绍

? Easy-Shop-Mod – Official Description

? Overview

Easy-Shop-Mod introduces a complete player-driven trading system in Minecraft, allowing each player to create and manage their own personal shop using a custom NPC (villager).

Other players can interact with these shops to browse and purchase items based on offers defined by the shop owner, creating a seamless and immersive trading experience within the game world.


? Download / Source

? GitHub Repository

  • Yarn Version (V5.0.0):

    This is the last stable release using Yarn mappings.

  • Official Mapping Versions (Starting from V6.7.2+):

    Beginning from version V6.7.2 and above, the mod has been fully migrated to Official Mappings.
    These versions are designed to:

    • Ensure compatibility with newer Minecraft versions (beyond 1.21.11)
    • Provide better long-term support and maintainability

⚙️ Core Features

  • Create a personal shop using a dedicated NPC
  • Player-to-player trading system
  • Advanced shop management (add / remove offers)
  • Persistent storage system for earned items
  • Multiple intuitive graphical interfaces
  • Fully synchronized client-server system

/shop create (or /create_shop in Legacy Versions)

Legacy Versions

  • Minecraft 1.21.11 → Easy Shop Mod v7.1.7 and earlier
  • Minecraft 26.1.x → Easy Shop Mod v8.0.2 and earlier

Starting with versions released after the Legacy versions listed above, the command is /shop create.

Creates a new shop for the player.

  • Spawns an NPC named [PlayerName]'s Shop
  • NPC is stationary (AI disabled)
  • NPC is invulnerable
  • Prevents duplicate shop creation

/shop close (or /close_shop in Legacy Versions)

Legacy Versions

  • Minecraft 1.21.11 → Easy Shop Mod v7.1.7 and earlier
  • Minecraft 26.1.x → Easy Shop Mod v8.0.2 and earlier

Starting with versions released after the Legacy versions listed above, the command is /shop close.

Closes the current shop and removes the NPC from the world.

  • All shop offers are preserved.
  • Storage contents are preserved.
  • The shop can be reopened later without losing data.

/shops

Opens a UI displaying all available shops along with the number of active offers.


/shop recover

Allows a player to recover all items saved from a deleted shop.

Available starting from:

  • Minecraft 1.21.11 → Easy Shop Mod v7.2.1 and above
  • Minecraft 26.1.x → Easy Shop Mod v8.1.5 and above
  • Minecraft 26.2 → Easy Shop Mod v9.0.0 and above

A recovery window will open containing:

  • All items that were listed as shop offers.
  • All items that were stored in the shop Storage.

This ensures that no items are lost after a shop has been deleted.


? Operator Commands

The following commands are Operator (OP) only.

Available starting from:

  • Minecraft 1.21.11 → Easy Shop Mod v7.2.1 and above
  • Minecraft 26.1.x → Easy Shop Mod v8.1.5 and above
  • Minecraft 26.2 → Easy Shop Mod v9.0.0 and above

/shopadmin transfer <Old Owner Name> <New Owner Name>

Transfers ownership of a shop to another player.

Requirements:

  • The new owner must not already own a shop.
  • If the new owner previously had a shop, it must be deleted first.

When ownership is transferred:

  • All shop offers are transferred.
  • All Storage contents are transferred.
  • The new owner becomes the full owner of the shop and has complete control over it.

/shopadmin delete <Player Name>

Deletes the specified player's shop.

This command:

  • Permanently removes the shop and its NPC.
  • Does not delete the player's items.
  • All items from shop offers and Storage are preserved for later recovery.

? In-World Interaction

Right-clicking the shop NPC:

  • Owner → Opens shop management interface
  • Other players → Opens shop purchase interface

? Language Support — Available from v7.1.4+

  • Added full multi-language support to the mod.

  • The mod now automatically updates its language based on the game's selected language in real-time.

  • ? Supported Languages:

    • ?? English (en_us)
    • ?? French (fr_fr)
    • ?? Spanish (es_es)
    • ?? German (de_de)
    • ?? Italian (it_it)
    • ?? Portuguese (pt_br)
    • ?? Russian (ru_ru)
    • ?? Chinese (zh_cn)
    • ?? Japanese (ja_jp)
  • ? Right-to-Left (RTL) Support:

    • ?? Arabic (ar_sa) is now supported with proper RTL rendering.

?‍?️ Player Skin Requirement (Important)

Starting from:

  • Minecraft 1.21.11 → Easy Shop Mod v7.1.6 and above
  • Minecraft 26.1.x → Easy Shop Mod v8.0.1 and above
  • Minecraft 26.2 → Easy Shop Mod v9.0.0 and above

To ensure that your player face appears correctly in:

  • Shops List (All)

You must manually place your skin file in the following path:

\config\Easy Shop Mod\My Skin

? Skin Requirements

  • The skin must be in .png format.
  • Resolution must be exactly 64×64.

?️ Behavior

  • If the skin is placed correctly → your face will appear normally to all players.
  • If no skin is found → the default Steve face will be used.

? Quick Folder Access (New)

Starting from:

  • Minecraft 1.21.11 → Easy Shop Mod v7.2.1 and above
  • Minecraft 26.1.x → Easy Shop Mod v8.1.5 and above
  • Minecraft 26.2 → Easy Shop Mod v9.0.0 and above

If no skin is found, the chat message will display the path:

\config\Easy Shop Mod\My Skin

Clicking this path in the chat will automatically open the My Skin folder, allowing you to quickly place your skin file in the correct location.

Note: This clickable folder shortcut is only available in the versions listed above.

⚠️ This system is required for proper face rendering in these versions.


?️ User Interfaces

? Shop Owner Interface

Allows full control over the shop:

  • Add items for sale
  • Set prices
  • View and manage offers
  • Remove offers
  • Access storage
  • Shop Move — Available from v7.1.4+

? Inventory Selection

Lets the player choose items from their inventory to sell.


? Item Picker

Used to select any item in the game as a price:

  • Search functionality
  • Multi-page navigation
  • Supports all enchanted books with levels

? Amount Input

Allows specifying the quantity required for the price.


? Buyer Interface

Simple and user-friendly interface:

  • Browse available offers
  • Select an offer
  • Execute purchase

? Storage Interface

Displays all items received from trades:

  • Automatically stores payments
  • Owner can retrieve items anytime

? Data System

ShopData

  • Owner name
  • List of trades
  • Storage contents

ShopTrade

  • Item being sold
  • Required item (price)

ShopManager

  • Handles all shops globally
  • Saves data persistently
  • Stores NPC UUIDs
  • Data saved in world files

? Network System

The mod uses a structured packet system to synchronize data:

  • Add / remove trades
  • Execute purchases
  • Open interfaces
  • Sync shop data in real-time

? Security & Validation

  • NPC cannot be killed
  • NPC movement is disabled
  • Ownership verification for editing
  • Item validation before completing trades

? Summary

  • 3 Commands
  • 8 User Interfaces
  • Fully persistent data system
  • Player-based economy
  • Smooth and intuitive UI
  • Multiplayer trading support

✅ Conclusion

Easy-Shop-Mod provides a robust and user-friendly trading system that enhances multiplayer interaction in Minecraft. Players can easily create, manage, and interact with shops, making in-game trading more dynamic and engaging.

下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
EMF Compat: Not Enough Animations

价格:0 墨喵币
下载量:0

查看详情
Amend

价格:0 墨喵币
下载量:0

查看详情
Noitemburn

价格:0 墨喵币
下载量:0

查看详情
Fool's Gold

价格:0 墨喵币
下载量:0

查看详情