-
Notifications
You must be signed in to change notification settings - Fork 0
Overview
cc_cece edited this page Apr 18, 2026
·
1 revision
WebShopX is a web shop plugin for Paper / Spigot servers. Its goal is to unify the following capabilities in one system:
- Official shop (B2C)
- Player market (C2C)
- Auction house (AUCTION)
- Admin console
You do not need to maintain a separate frontend project. The plugin ships with built-in player and admin web pages.
- Supported product types:
COMMANDGIVE_ITEMPOTION_EFFECTRECYCLE_ITEMGROUP_BUY_VOUCHER
- Supports listing windows, stock limits, and per-user purchase limits.
- Supports dynamic pricing algorithms (for
GIVE_ITEM/RECYCLE_ITEM).
- Players can create standard listings and supply-chest listings.
- Supports direct trades (
DIRECT) and auction trades (AUCTION). - Supports dynamic pricing, bidding, auto restock, and auto settlement.
- Supports configurable market fees and taxes.
- Dual-currency model:
SHOP_COINandGAME_COIN. - Supports two-way exchange with configurable rates.
- Optional Vault integration to map
GAME_COINto an existing economy plugin.
- Supports command delivery, item delivery, and potion-effect delivery.
- If auto delivery fails, the order enters
WAIT_CLAIM; players can claim manually with/ws claim. - Shareable claim codes are supported (whether others can claim is configurable).
- Admin login and permission groups.
- Product, order, redeem-code, market, and user management.
- Admin action audit logs.
- Super admins can manage permissions/templates for other admins.
webshop.server-mode provides two modes:
-
internal- The plugin serves both API and static pages.
- Suitable for quick deployment and testing.
-
external- The plugin serves API only; static pages are exported and hosted by Nginx/CDN.
- Suitable for production.
PENDINGWAIT_CLAIMDELIVEREDREFUNDEDRECYCLED
PENDINGWAIT_CLAIMDELIVEREDREFUNDED
ACTIVEPAUSEDSOLDUNLISTED
Warning
Wiki 已迁移至 https://docs.akihito.dpdns.org/category/webshopx/ ,当前 Wiki 不再更新,并将弃用。 This wiki has moved to https://docs.akihito.dpdns.org/category/webshopx/ . It is no longer updated and will be deprecated soon.
- 本 Wiki基于 WebShopX v1.1.2 编写。
- This Wiki is based on WebShopX v1.1.2.
Warning
Wiki 已迁移至 https://docs.akihito.dpdns.org/category/webshopx/ ,当前 Wiki 不再更新,并将弃用。 This wiki has moved to https://docs.akihito.dpdns.org/category/webshopx/ . It is no longer updated and will be deprecated soon.