0.1-prerelease
Compatibility
Required content
Changes
LokaUtils 0.1 Prerelease
Current Features:
-Town Search - Basic Town Search Functions (will be improved in future)
-Mute On Death - Doesn't allow you to type or see messages after dying (to prevent salty post-cove death chat rampages)
How to Use:
Town search is bound to "I" by default, you can change this in your settings
Mute on death is currently in a command, with hotkey coming later, the command is /muteondeath gui to open the gui to edit the time, and then you can use /muteondeath (on/off) to toggle it without having to open the GUI (make sure to disable this when it isn't needed cause it might cause inconvience in like rivina or conquest)
Upcoming Features:
- Fight Log
- Ranked Database/Leaderboards
- Market Graphs and Info
- Updated Town and Alliance Search
Things I'd like added to the API so it can be added...:
- Religion
- Some Achievements/Achievement leaderboard
- Online Player/Unique Player stats
- more conquest things
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:SLg1CA4Z:rXxVOknh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SLg1CA4Z:rXxVOknh"
}

