File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public class CommandAPIConfig {
3232 CommandAPIConfig verboseOutput (boolean value ); // Enables verbose logging
3333 CommandAPIConfig silentLogs (boolean value ); // Disables ALL logging (except errors)
3434 CommandAPIConfig useLatestNMSVersion (boolean value ); // Whether the latest NMS implementation should be used or not
35- CommandAPIConfig lenientForMinorVersions (boolean value ); // Whether the CommandAPI should be more lenient with minor Minecraft versions
35+ CommandAPIConfig beLenientForMinorVersions (boolean value ); // Whether the CommandAPI should be more lenient with minor Minecraft versions
3636 CommandAPIConfig missingExecutorImplementationMessage (String value ); // Set message to display when executor implementation is missing
3737 CommandAPIConfig dispatcherFile (File file ); // If not null, the CommandAPI will create a JSON file with Brigadier's command tree
3838 CommandAPIConfig setNamespace (String namespace ); // The namespace to use when the CommandAPI registers a command
You can’t perform that action at this time.
0 commit comments