Skip to content

PluginUpdater CLI

Oak edited this page Jul 31, 2026 · 3 revisions

Using the CLI

Running the PluginUpdater CLI is as simple as downloading the CLI jar and then running java -jar PluginUpdater-cli-4.3.0.jar, the directory that you run this in should be the root directory, it should contain a plugins folder.

System Properties

There are some properties that affect the way in which the CLI should be ran

  • platform - The platform, this affects the way in which jar files will be interpreted (default: paper)
  • server-version - The server version you are targeting, this is platform specific, for paper this should be the Minecraft version and for Velocity it should be the velocity version.

Using system properties is simple, you can use them when running the jar like so:

java -Dplatform=velocity -Dserver-version=4.1.0 -jar PluginUpdater-cli-4.3.0.jar

Clone this wiki locally