You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin-mojang-mapped/src/main/java/dev/jorel/commandapi/CommandAPIMain.java
Copy file name to clipboardExpand all lines: commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin-mojang-mapped/src/main/resources/config.yml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,13 @@ create-dispatcher-json: false
41
41
# implementation is actually compatible with the current Minecraft version.
42
42
use-latest-nms-version: false
43
43
44
+
# Be lenient with version checks when loading for new minor Minecraft versions (default: false)
45
+
# If "true", the CommandAPI loads NMS implementations for (potentially unsupported) Minecraft versions.
46
+
# For example, this setting may allow updating from 1.21.1 to 1.21.2 as only the minor version is changing
47
+
# but will not allow an update from 1.21.2 to 1.22
48
+
# Keep in mind that implementations my vary and actually updating the CommandAPI might be necessary.
49
+
lenient-for-minor-versions: false
50
+
44
51
# Hook into Paper's ServerResourcesReloadedEvent (default: true)
45
52
# If "true", and the CommandAPI detects it is running on a Paper server, it will
46
53
# hook into Paper's ServerResourcesReloadedEvent to detect when /minecraft:reload is run.
Copy file name to clipboardExpand all lines: commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin/src/main/java/dev/jorel/commandapi/CommandAPIMain.java
0 commit comments