0.3.0-UNTESTED-FO
Compatibility
Changes
About the update
Hi everyone! It's 2025! Happy new year! Sorry that the mod wasn't updated in SUCH A LONG TIME, I was lazy and busy (sorry again). Anyways, I have added the most important feature of all. Check it out in
> What's in the update? <
section! And again, this is a nerfed build, so expect bugs!
What's in the update?
Added Server-Side only compatiblility Warning! Server-Side Compatibility has not been verified but built onto the mod.
- I'm sorry but in this update I won't list the commands. I just don't want to, but I'll tell you a few. ALWAYS REMEMBER: ALWAYS PUT "/comutil:" BEFORE ANY OF THE COMMANDS!!!!!
- Send Message with Formatting
- send_message_to_all
- send_message_to_one
- Discord Server Invite
- discord
- get_discord_invite_link
- discord_get_invite_link
- (one more command that I forgot)
Both of these commands support Formatting, which is ( § ), just type in something like ( &a ) and it will change to ( §a ).
The bad news and good news
- The good news
Formatting has just been added!
Player Custom Naming just got added aswell!
Including Item Naming!
Fixed a few bugs
- The BAD news
Few known bugs weren't fixed yet
The mod was NOT tested: Not played on server or client before release
Item Naming isn't ready for use. It has been blocked from usage from any player.
Server-Siding could cause bugs and errors
Built on an old MCreator 2024.4 Build: Used Build 51119 but the latest is Build 52410, Build 51119 is considered a little bit buggy/bugged
Built the mod on a NeoForge build that was converted to Forge after finished building
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:rhQVeg1d:j9k1Cjen"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rhQVeg1d:j9k1Cjen"
}

