Tags
Creators
Details
All versions
1.0.2
Release
JobSystem VRX 1.0.25 months ago 163
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.2.x
Platforms
Bukkit
Paper
Spigot
Changes
๐ Update 1.0.2: The Massive System Overhaul
This update brings huge improvements to the core systems, a complete database migration, and tons of crucial bug fixes.
โจ New Features & Enhancements
- Database Support: Added a completely new SQLite database system! Data is no longer saved in YAML files, drastically improving server performance and data security.
- Miner Expansion: Added a massive list of new blocks for the Miner job (including Deepslate ores, Nether blocks, Calcite, Tuff, and Ancient Debris).
- Reload Command: Added a
/job reloadcommand for admins to reload configs and job files without restarting the server. - Prestige Notifications: Players now receive an epic chat notification as soon as they reach the max level and are ready to prestige.
- Full Localization: Completed the language translation system (fully supporting
deanden).
๐ Quality of Life (QoL)
- Transparent Pricing: The cost of every purchasable item (Employees, Mayor features, Battle Pass, Smuggling) is now clearly displayed directly on the button or in the lore.
- Skill Descriptions: Added detailed lore descriptions to the Job Skills menu so players know exactly what they are upgrading and see their current skill level.
- Tab-Completion: Added auto-completion for all subcommands to make commands much easier to navigate.
๐ Bug Fixes & Mechanics
- Quests Fixed: The daily quest system now correctly tracks block breaks and mob kills and saves streaks reliably.
- Job Skills Fixed: Job skills (Greed, Wisdom, Magic) now work perfectly across all jobs (including new Magic perks for Farmers and Hunters).
- Prestige Fixed: The
/job prestigecommand now correctly resets your level and applies the permanent money multiplier. - Town Hall Fixed: The Mayor's tax system now calculates and rounds taxes correctly without floating-point errors.
- Company System Fixed: * You can now correctly deposit money using
/job company deposit <amount>.- Distributing Dividends now correctly pays out 50% of the company bank to shareholders instead of draining the bank to 0.
- The Global Company Booster and issuing new shares now work flawlessly.
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:wfzNaEta"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tQtkphmA:wfzNaEta"
}

