Class PatcherTool

java.lang.Object
ch.njol.skript.PatcherTool

public class PatcherTool extends Object
Allows binary-patching old versions of Skript from this jar. This should probably be only used for fixing security issues etc.

Command-line usage:

 java -cp Skript.jar ch.njol.Skript.PatcherTool OLD_JAR [OPTIONS]
 Options:
 --security: apply all security related patches
 --memory-leak: patch a memory leak found in some old versions
 (this might break some addons and is not compatible with all versions)