Links
Tags
Creators
Details
1.10.1
Compatibility
Changes
Fake ping (/fakeping) You can fake a player’s (or bot’s) ping in the tab list.
Set a number, randomize it, or turn it off Can also make them look like they have real lag Built for Farlands/Mafia bots so they don’t all show 0 ms
Time-stop item Bind time-stop to an item, then right-click it.
Freezes that player in place (position + look direction) Has a cooldown Command tells you to hold an item to bind it
Fast-buy shop (QuickShop) A small custom shop GUI for saved buy slots.
Click an empty slot → pick an item from the main shop Click that slot later to buy instantly Shift-click clears a slot Has confirm + insta-buy
Teams got a lot bigger (/pteam) New team stuff:
Ranks: owner → coowner → knight → member → novice Promote / demote / set rank Allies between teams (invite / accept / leave / list) Friendly fire toggle Team color, tag, display name More permission checks (who can invite, set warps, set ranks)
/pupg now supports maces Mainhand boosts can include mace smash power.
Extra queued hits after a swing Armor-break on the target Mace visual effects Boost now stores: weapon damage + armor damage + mace multiplier
Shop prices Prices can now be saved/loaded by category files, not just one big list. Makes custom shop items easier to manage.
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:hrdPSCxi:xq3P4DiY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hrdPSCxi:xq3P4DiY"
}

