Skip to content
This repository has been archived by the owner on Oct 24, 2019. It is now read-only.
/ plugin-updater Public archive

Utility to bulk update plugins for Paper/Spigot/Bukkit.

License

Notifications You must be signed in to change notification settings

Tallcraft/plugin-updater

Repository files navigation

Plugin Updater

Updater for Spigot / Bukkit servers. Can automatically detect on which servers plugins are installed and supports bulk operations. Written in NodeJS, fully async for performance. Bundled in one binary with no dependencies.

Version 1 has just been released and it's not perfect yet. Bugfixes and features to come.

Download

A Common Use Case

You have several servers which share some of their plugins, e.g. NoCheatPlus. Instead of copying plugin updates over one by one you can run:

pupdater update -S servers/ -P plugins/

The application will automatically copy the plugins from plugins/ to your server directories after performing some sanity checks, such as:

  • Does the server have the plugin installed?
  • Is the plugin file valid?
  • Is the plugin file a newer version than the one installed?

Screenshots

screenshot

Update command

screenshot