10000 Be more lenient with version checks when updating the minor version of the game by DerEchtePilz · Pull Request #594 · CommandAPI/CommandAPI · GitHub
[go: up one dir, main page]

Skip to content

Be more lenient with version checks when updating the minor version of the game #594

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

Merged
merged 10 commits into from
Aug 14, 2024
Prev Previous commit
Next Next commit
Tweak Javadocs
Co-authored-by: willkroboth <46540330+willkroboth@users.noreply.github.com>
  • Loading branch information
DerEchtePilz and willkroboth authored Aug 13, 2024
commit ccb11f69032eff24484f7f1b9a2fa4431f826826
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ public Impl useLatestNMSVersion(boolean value) {
* when updating to a minor release of Minecraft. As an example, this setting can allow
* updating to 1.21.2 from 1.21.1 but doesn't allow updating to 1.22 from 1.21.2.
* Unlike {@link #useLatestNMSVersion(boolean)}, this setting does
* not blindly load the latest NMS version and as a result breaks cross version compatibility
* but will actually prefer loading the correct NMS implementation.
* not blindly load the latest NMS version, but will prefer loading the correct NMS implementation when available.
*
* @param value whether the CommandAPI should assume that minor Minecraft releases do not cause incompatibilities
* @return this CommandAPIConfig
Expand Down
Loading
0