1.0.0
Compatibility
Changes
💸 PayAll (Fabric)
A simple, lightweight client-side mod for 1.21.1 that allows you to distribute currency to every player on a server with a single command. Perfect for giveaways or clearing out your balance!
🚀 Features
- Mass Payments: Pay every player in the tab list simultaneously.
- Custom Delays: Built-in delay system to prevent getting kicked for "spamming" commands on strict servers.
- Two Modes: Choose between paying an amount to each person or splitting a total pot between everyone.
- Client-Side Only: No server-side installation required. Works anywhere that has a
/paycommand.
🛠️ Commands
All commands use the . prefix to keep your server chat clean.
| Command | Description |
|---|---|
.payall [amount] each |
Sends the specified amount to every player individually. |
.payall [amount] total |
Splits the total amount evenly among all players online. |
.payall delay [ms] |
Sets the speed of payments (Default: 100ms). Increase this if the server blocks you for spam. |
⚠️ Important Notes
- Economy Plugin: This mod requires the server to have an economy plugin that uses the
/pay <name> <amount>command. - Tab List: The mod detects players based on who is currently visible in your Tab menu.
- Usage: Use responsibly! Sending too many small payments rapidly can sometimes trigger anti-spam filters on certain servers.
🏗️ Installation
- Ensure you have the Fabric Loader installed for 1.21.1.
- Drop the
.jarfile into your%appdata%/.minecraft/modsfolder. - Launch the game and start sharing the wealth!
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:gjw8xd9x:ovd4EU2O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gjw8xd9x:ovd4EU2O"
}

