Tags
Creators
Details
1.0.0
Compatibility
Required content
Changes
LazyBaller
Too lazy to warp home every time someone visits? Yeah… same. That’s why LazyBaller exists.
This mod helps you handle incoming visitors without the annoying back-and-forth, so you can focus on what actually matters — making deals.
✨ What it does
Auto-warp home when someone visits your island Detect visitors instantly (or with a key press — your choice) Custom keybinds so everything feels natural to use Simple settings menu with /lazyballer
⚡ Why you’ll like it
No more missing visitors No more spamming warp commands Just smoother, faster lowballing
⚙️ Easy to use
Type /lazyballer in-game and tweak everything how you like it. Turn features on/off, change keys, and make it fit your playstyle.
💬 Got ideas?
I’m open to suggestions — come hang out on Discord: Discord
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:IggBrAl0:1fQnGA5W"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IggBrAl0:1fQnGA5W"
}

