Tags
Creators
Details
1.0.1
Compatibility
Changes
๐ Release 1.0.1 - The Localization & Polish Update
This update focused on making the plugin ready for international servers and fixing several UI/UX issues. Every single message is now customizable!
โจ New Features
- ๐ Full Multi-Language System: Added
messages_en.ymlandmessages_de.yml. Every GUI title, item name, lore, and chat message is now 100% translatable. - ๐ก๏ธ Enhanced Admin Commands:
/job admin addxp/removexp/setlevel- Full control over player progress./job admin addprestige- Manually grant prestige stars./job admin resolveelection- Force an immediate end to the mayoral election.
- ๐ต๏ธ Corporate Sabotage: Company owners can now pay the Blackmarket dealer to sabotage rivals (disables bonuses for 24h).
- ๐ Stock Market Dividends: Owners can now manually distribute company bank profits to all shareholders via the GUI.
๐ง Improvements & Fixes
- Fixed Blackmarket UI: The "Only at night" message is now correctly pulled from the language file and triggers on both command and GUI click.
- Code Cleanup: Removed all hardcoded strings from
JobCommand.java,JobListener.java, andCompanyManager.java. - Improved Actionbar: The XP bar and money display now support decimal formatting and color codes from the config.
- Company HQ: Fixed an issue where the HQ teleport would sometimes fail if no location was set.
๐ฆ Configuration Changes
Note: Please delete your old
config.ymlor add the new language-toggle option to let the plugin know which file to load!
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:tQtkphmA:DEA75aKD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tQtkphmA:DEA75aKD"
}

