
PooperMC
The all-in-one solution for any server. Message Logging, Mention, Chat Color, Description / MotD, Muting, Reporting, Staff-Chat, Friends, Parties, Vein-Mining, Whitelist, Better-AI, AFK, Menu Commands, Global Ender Chest, Death-Banning, Anvil-Cap and more!
Tags
Creators
Details
1.1.3
Compatibility
Required content
Changes
Paper-Only:
- Added the "Custom AFK" module, which doesn't have any major features, except the basic stuff, yet.
- Added the "Utility Block Commands" module, which allows you to open menus like crafting or an anvil using a command.
- Added the "Global Ender Chest" module, which adds an ender chest that's shared between all people on the server. Can be accessed using
/global-ec. - Vein-Mining is now a module instead of a normal feature.
Major Bug-Fixes:
- The boss bar is now removed once the timer finishes.
- The timer command on the proxy now actually works.
- Fixed pardoning, unmuting, and reporting, as they were unusable before.
Development:
- Switched to more robust downloads and update checking, using a new API at https://marcpg.com/pooper/.
- Removed proxy- and backend-checking, as they were not reliable enough.
- Updated some stuff in the build scripts.
- Moved some basic commands from Peelocity to Commands.
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:FiHmVX13:zvuWEeOs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FiHmVX13:zvuWEeOs"
}
