作者:rebot | 分类:模组
Minecraft 版本: 26.1 26.1.1 26.1.2
平台: fabric
标签: economy utility
A Minecraft Fabric mod that pays all online players automatically. Be like MrBeast!
A GUI that automatically opens with your inventory to pay all online players with one click. Discovers players, randomizes payment order, and send commands with configurable delays.
pay-everyone-[minecraft_version]+[version].jar from the Releases page.minecraft/mods folderThe GUI opens automatically when you open your inventory. Use the minimize button to hide the GUI and /payeveryone show to unhide the menu. Click the pin button to keep it visible when inventory is closed.
| Field | Description |
|---|---|
| Amount | Amount per player. Supports 1000, 5k, 2.5m, or ranges like 100-500 |
| Auto | Divides your total balance equally among all players |
| Delay | Milliseconds between each payment (default: 1000ms) |
| Enable TabScan | Automatically scan for players before paying |
| Start / Pause / Cancel | Control payment process |
Discovers players on large servers by querying the server's /pay command autocomplete.
| Setting | Description |
|---|---|
| Pay command | Change from /pay if your server uses something else |
| Reverse syntax | Use /pay <amount> <player> instead of /pay <player> <amount> |
| Auto Confirm | Automatically click a confirmation button slot ID |
| Double Send | Send each payment command twice |
| Keybinds | View/change the force-stop keybind (default: J) |
/payeveryone show — Show the GUI/payeveryone hide — Hide the GUIChange keybinds in Options → Controls → Key Binds → Pay Everyone.
Clone the repository
git clone https://github.com/aurickk/Pay-Everyone.git
cd Pay-Everyone
Build the mod
# Windows
.\gradlew.bat build
# Linux/Mac
./gradlew build
Output JARs are in versions/1.21.4/build/libs/ (1.21.1 - 1.21.5), versions/1.21.6/build/libs/ (1.21.6 - 1.21.8) and versions/1.21.6/build/libs/ (1.21.9 - 1.21.11).
请登录后举报
暂无评论,抢个沙发吧~