Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 4 hours ago
All versions
3.0
Release
GamblerPlus 3.04 hours ago 5
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Changes
New stuff:
- Whole new look for the UI, cleaner and less cluttered
- Top Gamblers list, shows who's paid the most, pick top 3 or top 5
- 3D floating text you can place around your base. Move it by holding right click, resize by double clicking it, pick the font and color, and toggle whether it follows your camera or stays facing one direction
- Sessions now end automatically when you leave the game or close it, and you can reopen an old session and continue it with the same stats
- Chat payback buttons now include 0.5x, 1.5x, 2x, 3x, and 4x, plus payback and balance check
- New protection against scam "autopay" mods that try to silently send payments without you clicking anything. If one gets blocked you'll see an alert on screen
Fixes:
- Fixed text and images on your HUD eventually landing off screen or on top of other stuff once you had a bunch of them added
- Background transparency settings now apply properly everywhere, including pop-out windows
- General cleanup, removed random lines and overlap issues in the UI
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:TM4xH64A:Q4x9Aiwa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TM4xH64A:Q4x9Aiwa"
}

