File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
commandapi-core/src/main/java/dev/jorel/commandapi Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,10 +93,10 @@ public Impl useLatestNMSVersion(boolean value) {
9393
9494 /**
9595 * Sets whether the CommandAPI should load a (potentially unsupported) NMS version
96- * when updating to a minor release of Minecraft. For example, this setting would
97- * allow running a minor version of the game before the CommandAPI makes a proper
98- * release for it. Unlike {@link #useLatestNMSVersion(boolean)}, this setting does
99- * not blindly load the latest NMS version and as a result break cross version compatibility
96+ * when updating to a minor release of Minecraft. As an example, this setting can allow
97+ * updating to 1.21.2 from 1.21.1 but doesn't allow updating to 1.22 from 1.21.2.
98+ * Unlike {@link #useLatestNMSVersion(boolean)}, this setting does
99+ * not blindly load the latest NMS version and as a result breaks cross version compatibility
100100 * but will actually prefer loading the correct NMS implementation.
101101 *
102102 * @param value whether the CommandAPI should assume that minor Minecraft releases do not cause incompatibilities
You can’t perform that action at this time.
0 commit comments