YuPay
๐ก Updated this year๐ผ๏ธ Gallery (6 images)
๐ Analysis
- ๐ #1265 of 1452 bukkit mods in this game by downloads
๐ About This Mod
# ๐ฎ YuPay โโ Make Sponsorship Management a Pleasure > **Minecraft server sponsorship has never been been this elegant.** > > Direct integration with WeChat Pay & Alipay, redeem code system, refund review, multi-language, full lifecycle event listening โ everything you need, YuPay delivers it all at once. Free, no middlemen, no tricks. 100% of the revenue goes straight to your account. The only fees are those charged by Alipay and WeChat. --- ## ๐ฆ What Is It **YuPay** is a free, modern payment plugin tailored for Minecraft servers. It breaks down the hassle of "sponsorship management" into four steps: **Initiate โ Pay โ Receive โ Record**. Every step is automated, every step traceable. Server operators use it to collect sponsorships, players use it to scan and pay. Both sides enjoy a worry-free experience. Supports direct API integration with WeChat Pay and Alipay โ no third-party relay, your funds stay secure in your own hands. > โ ๏ธ This plugin is designed for scenarios where "players voluntarily sponsor server operations". Please ensure usage complies with local laws and payment platform regulations. --- ## โจ Highlights at a Glance | Category | What You Get | |----------|---------------| | ๐ณ **Payment** | WeChat + Alipay dual channels, Native QR scan payment, automatic fallback | | ๐ฐ **Economy** | Vault + PlayerPoints dual support, one-click switch | | ๐ **Rewards** | Base rewards, single milestone, total achievements, limited-time sprints โ four trigger layers | | ๐ **Redeem Code** | Create/redeem/query/modify, supports paid codes, complete logs | | ๐ต **Refund** | Players can request refunds, admin approve/deny, forced refund, partial refund | | ๐ **Data** | Leaderboards, order history, page browsing, one-click copy order ID | | ๐ **Multi-language** | Default Chinese + English, server owners can customize any language, different players see different languages | | ๐ **PAPI** | 40+ placeholders, use in scoreboards/titles/item lore | | ๐ก๏ธ **Security** | Signature verification, IP whitelist, 24h event monitoring, anti-duplicate delivery | | โก **Performance** | Fully async, HikariCP connection pool, 600% startup speed boost | | ๐งฉ **Extensibility** | Full lifecycle event API for deep integration by developers | | ๐ Wiki / DOC | (https://vicuna-main.github.io/YuPluginHub) | --- ## ๐ What a Complete Sponsorship Looks Like 1. Player executes a command, e.g. `/donate 50 wechat` 2. System creates order asynchronously, writes to database 3. Calls WeChat/Alipay API to generate payment QR code 4. Depending on your config, sends **clickable link**, **text-art QR** in chat, or **map QR** in inventory 5. Player scans and completes payment 6. Payment platform calls back to your server 7. Plugin verifies signature, confirms receipt, grants rewards (economy + commands) 8. Leaderboard and placeholders update in real time 9. All logs written, traceable anytime Fully automated. You just configure the rewards, YuPay handles the rest. --- ## ๐ Four Reward Layers, Mix and Match YuPay's reward system is like a Lego box โ four trigger modes you can combine freely. | Layer | Trigger | Example | |-------|---------|---------| | **Base Reward** | Every successful payment | `give {player} diamond 1` | | **Single Milestone** | Single payment reaches threshold | 50 yuan โ 5 gold blocks | | **Total Achievement** | Lifetime total reaches new height | 500 yuan โ SVIP permission group | | **Limited Sprint** | Cumulative within specified time period | 200 yuan in 24h โ enchanted golden apple | Each layer's commands are fully customizable, support variables like `{player}`, `{amount}`, `{points}`, and can integrate with permission/economy plugins like LuckPerms, CMI, etc. > ๐ก Adding `-n` (e.g. `/donate 10 -n`) makes it a **no-reward sponsorship** โ pure server support, no rewards triggered. --- ## ๐ Redeem Code System: More Than Just a Voucher YuPay's redeem code module goes far beyond typical "gift codes": - **Free codes**: Players enter to claim โ great for event giveaways - **Paid activation codes**: Players must scan and pay a specified amount before redeeming โ suitable for selling item entitlements, redeeming codes from other platforms, etc. - **Economy rewards**: Automatically grant Vault currency or PlayerPoints upon redemption - **Custom commands**: Each code can bind a set of commands executed on redemption - **Usage limits & expiry**: Independent control per code - **Code PAPI**: Placeholders directly read any code's status, amount, remaining uses Create a paid activation code with a single command: ``` /yp code create --code VIP2026 --amount 50 --economy vault --eco-amount 5000 --commands "lp user {player} parent set vip" --max-uses 100 --expire 30d ``` --- ## ๐ต Refund System: Bad Debt Terminator Refunds are no longer a nightmare. YuPay's refund process is complete and reassuring: - **Players request refund**: Submit application with reason - **Admin reviews**: Approve/deny in an or
# ๐ฎ YuPay โโ Make Sponsorship Management a Pleasure
> Minecraft server sponsorship has never been been this elegant. > > Direct integration with WeChat Pay & Alipay, redeem code system, refund review, multi-language, full lifecycle event listening โ everything you need, YuPay delivers it all at once. Free, no middlemen, no tricks. 100% of the revenue goes straight to your account. The only fees are those charged by Alipay and WeChat.
## ๐ฆ What Is It
YuPay is a free, modern payment plugin tailored for Minecraft servers. It breaks down the hassle of "sponsorship management" into four steps: Initiate โ Pay โ Receive โ Record. Every step is automated, every step traceable.
Server operators use it to collect sponsorships, players use it to scan and pay. Both sides enjoy a worry-free experience. Supports direct API integration with WeChat Pay and Alipay โ no third-party relay, your funds stay secure in your own hands.
> โ ๏ธ This plugin is designed for scenarios where "players voluntarily sponsor server operations". Please ensure usage complies with local laws and payment platform regulations.
## โจ Highlights at a Glance
| Category | What You Get | |----------|---------------| | ๐ณ Payment | WeChat + Alipay dual channels, Native QR scan payment, automatic fallback | | ๐ฐ Economy | Vault + PlayerPoints dual support, one-click switch | | ๐ Rewards | Base rewards, single milestone, total achievements, limited-time sprints โ four trigger layers | | ๐ Redeem Code | Create/redeem/query/modify, supports paid codes, complete logs | | ๐ต Refund | Players can request refunds, admin approve/deny, forced refund, partial refund | | ๐ Data | Leaderboards, order history, page browsing, one-click copy order ID | | ๐ Multi-language | Default Chinese + English, server owners can customize any language, different players see different languages | | ๐ PAPI | 40+ placeholders, use in scoreboards/titles/item lore | | ๐ก๏ธ Security | Signature verification, IP whitelist, 24h event monitoring, anti-duplicate delivery | | โก Performance | Fully async, HikariCP connection pool, 600% startup speed boost | | ๐งฉ Extensibility | Full lifecycle event API for deep integration by developers | | ๐ Wiki / DOC | (https://vicuna-main.github.io/YuPluginHub) | ---
## ๐ What a Complete Sponsorship Looks Like
1. Player executes a command, e.g. `/donate 50 wechat` 2. System creates order asynchronously, writes to database 3. Calls WeChat/Alipay API to generate payment QR code 4. Depending on your config, sends clickable link, text-art QR in chat, or map QR in inventory 5. Player scans and completes payment 6. Payment platform calls back to your server 7. Plugin verifies signature, confirms receipt, grants rewards (economy + commands) 8. Leaderboard and placeholders update in real time 9. All logs written, traceable anytime
Fully automated. You just configure the rewards, YuPay handles the rest.
## ๐ Four Reward Layers, Mix and Match
YuPay's reward system is like a Lego box โ four trigger modes you can combine freely.
| Layer | Trigger | Example | |-------|---------|---------| | Base Reward | Every successful payment | `give {player} diamond 1` | | Single Milestone | Single payment reaches threshold | 50 yuan โ 5 gold blocks | | Total Achievement | Lifetime total reaches new height | 500 yuan โ SVIP permission group | | Limited Sprint | Cumulative within specified time period | 200 yuan in 24h โ enchanted golden apple |
Each layer's commands are fully customizable, support variables like `{player}`, `{amount}`, `{points}`, and can integrate with permission/economy plugins like LuckPerms, CMI, etc.
> ๐ก Adding `-n` (e.g. `/donate 10 -n`) makes it a no-reward sponsorship โ pure server support, no rewards triggered.
## ๐ Redeem Code System: More Than Just a Voucher
YuPay's redeem code module goes far beyond typical "gift codes":
- Free codes: Players enter to claim โ great for event giveaways
- Paid activation codes: Players must scan and pay a specified amount before redeeming โ suitable for selling item entitlements, redeeming codes from other platforms, etc.
- Economy rewards: Automatically grant Vault currency or PlayerPoints upon redemption
- Custom commands: Each code can bind a set of commands executed on redemption
- Usage limits & expiry: Independent control per code
- Code PAPI: Placeholders directly read any code's status, amount, remaining uses
Create a paid activation code with a single command: ``` /yp code create --code VIP2026 --amount 50 --economy vault --eco-amount 5000 --commands "lp user {player} parent set vip" --max-uses 100 --expire 30d ```
## ๐ต Refund System: Bad Debt Terminator
Refunds are no longer a nightmare. YuPay's refund process is complete and reassuring:
- Players request refund: Submit application with reason
- Admin reviews: Approve/deny in an or
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- vicuna
- Version
- 1.5.1.1
- Downloads
- 399
- Endorsements
- 3
- Category
- bukkit
- Created
- 2/9/2026
- Updated
- 7/31/2026
- Game Versions
- 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4
- Tags
- economy, management, utility
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does YuPay support?
The author lists 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5. Other versions may work but are untested by the author.
What is the latest version of YuPay?
Version 1.5.1.1, published 2026-07-31 with 399 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await





