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
If no other strategies match (e.g. listing all rules or showing rule info), then the checker assumes you want to check a data pack.
If any arguments are missing, it will prompt you to choose a valid option.
Added -b/--base-path option to specify the minecraft folder. Ignored if -d/--data-pack specifies an absolute path or starts with .
Added -w/--world option to specify the world inside the minecraft folder. Also ignored if -d/--data-pack specifies an absolute path or starts with .
This means that you can now run the executable simply by double clicking and it will either use sensible defaults or prompt you. Calling from the command line won't be strictly necessary anymore.
Removed -o/--keep-open in favor of -t/--life-time.
Indicates what happens after finishing. Once = exit, Await = wait for keyboard input, Repeat = wait for keyboard input and repeat. Unless performing a check, repeat equals await. The default is (still) Once.