Tags
Creators
Details
1.0-pre-1
Compatibility
Changes
This is a experimental version of the plugin. Although I believe it is ready for production it is still not feature-completed and still has a few bugs to be fixed. Issues will happen and should be reported in our Github Issue Tracker. This is a IMPORTANT update as it will fix major issues, implement new features, add support for 1.21.4 and much more.
This release contains the following changes:
- Added support for Minecraft 1.21.4
- Added support for the "new" Registry class in modern Bukkit versions
- Added custom model data support for job icons in choose job menu (#363)
- Improved economies and workzones error handling (#368)
- Fixed issue with MariaDB remote connection (#364)
- Fixed issue with inventory closing coooldown
- Fixed issue with hide attributes in minecraft versions higher than 1.20.5
- Fixed minor issues and mispells
Recommendations:
If updating manually from 1.0-beta-7a (probably not the case), a manual migration of the database is required. A tutorial can be seen in the Migrating H2 to v2 wiki page.
Full Changelog: https://github.com/Picono435/PicoJobs/compare/1.0-pre...1.0-pre-1
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:UFMuQePI:NvWDfChT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UFMuQePI:NvWDfChT"
}
