Tags
Creators
Details
1.6.0
Compatibility
Required content
Changes
Requires: Minecraft 1.20.1, Yet Another Config Lib and Noxesium
New Features
- Added a Plobby chat selector (only shown while you're in a plobby)
- On-screen Plobby Code
- Code file - Don't want to use the built-in ui? The code file lets you put the plobby code directly on your overlay!
- Clicking on the info icon in the plobby menu will instantly copy the code, instead of needing to click into chat
- Team chat selector is only shown when you're in a game that has a team chat
Fixes
- Fixed music resources not loading on IPv6 connections [#83]
- Fixed crafting items not being detected on MCCI 0.11.0
- Removed unused "Preview Cosmetic" keybind [#90]
- Dojo splits not ending when disabled [#86]
- Fixed PKW: Survivor music continuing to play after you win [#88]
- Removed Sky Battle: Waterfight (you will be missed)
New Contributors
- @Gameoholic made their first contribution in https://github.com/AsoDesu/IslandUtils/pull/85
If you find any bugs, issues, or just have a suggestion please create an issue on GitHub
Join the discord: https://discord.gg/zU6Hwap4Gv
Have a lovely day!
Optional dependencies
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:iw8lsmHb:CW3eO8pv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iw8lsmHb:CW3eO8pv"
}




