-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kits implementation #54
Kits implementation #54
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just this ;)
FileConfiguration kitsConfig = ConfigUtils.getConfig(this, "kits"); | ||
|
||
if (!Objects.equals(kitsConfig.getString("Do-Not-Edit.File-Version"), "2")) { | ||
getLogger().log(Level.SEVERE, "Your kits.yml config is outdated. Please update it."); | ||
getLogger().log(Level.SEVERE, "Cause: File-Version is not 2"); | ||
return; | ||
} | ||
if (!Objects.equals(kitsConfig.getString("Do-Not-Edit.Core-Version"), "1")) { | ||
getLogger().log(Level.SEVERE, "Your kits.yml config is outdated. Please update it."); | ||
getLogger().log(Level.SEVERE, "Cause: Core-Version is not 1"); | ||
return; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't think we really need, we just update with our updated to latest so it should work without it ;)
Remove the lines
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* added default pom for maven usage * Bump version from 2.0.1 to 2.0.1-SNAPSHOT0 * Bump version from 2.0.1-SNAPSHOT0 to 2.0.1-SNAPSHOT1 * Fix block breakage on bridge (#51) * Update ArenaEvents.java * Fix for a false, as my project ain't indexing. * Cleanup code * Potential resolve for block break sounds. * Bump version from 2.0.1-SNAPSHOT1 to 2.0.1-SNAPSHOT2 * Update ArenaEvents.java (#53) * Bump version from 2.0.1-SNAPSHOT2 to 2.0.1-SNAPSHOT3 * Fixed blindness after choosing base if arena border isn't inside spawn * Bump version from 2.0.1-SNAPSHOT3 to 2.0.1-SNAPSHOT4 * Kits editing implementation (#54) * Adapted kits to new core * Recoded kits structure * Update settings.gradle.kts * Modify so I can run intellij * Cleaned up code with handling items * Added optional configurations * Added bow cooldown implementation --------- Co-authored-by: Tigerpanzer_02 <37453987+Tigerpanzer02@users.noreply.github.com> * Bump version from 2.0.1-SNAPSHOT4 to 2.0.1-SNAPSHOT5 * Fixed new kits integration * Bump version from 2.0.1-SNAPSHOT5 to 2.0.1-SNAPSHOT6 * Update ArenaEvents.java (#56) * Bump version from 2.0.1-SNAPSHOT6 to 2.0.1-SNAPSHOT7 * Renamed kit actions to abilities * Bump version from 2.0.1-SNAPSHOT7 to 2.0.1-SNAPSHOT8 * Fetch latest core changes * Bump version from 2.0.2-SNAPSHOT8 to 2.0.2-SNAPSHOT9 * adjusted CHANGELOG.md * Bump version from 2.0.2-SNAPSHOT9 to 2.0.2-SNAPSHOT10 --------- Co-authored-by: version-bump[github-action] <41898282+version-bump[github-action]@users.noreply.github.com> Co-authored-by: Lagggpixel <93872019+Lagggpixel@users.noreply.github.com>
No description provided.