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

Releases: Tallcraft/plugin-updater

Added pre-update checks

01 Mar 14:49
Compare
Choose a tag to compare

Added checks which are run before an updated plugin is copied:

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

Some small fixes and logging improvements.

Always test with --simulate first.

Fixed info command

28 Feb 22:53
Compare
Choose a tag to compare

Fixed cases where info command could not extract plugin information.
Added --debug flag to show debug log messages.

Added Info Command

28 Feb 01:15
Compare
Choose a tag to compare

Introducing commands:
pupdate update and pupdate info.

The info command can extract information about a plugin (file) such as version, author etc.
The update command is the old default mode to update plugins.

Tool released

26 Feb 22:21
Compare
Choose a tag to compare

This the first version. I've fixed the majority of bugs, but it's far from perfect.
Make sure to use the flag --simulate to preview changes. Always create backups before trying out new software on production systems!

The binary is bundled for linux. If you need any other platform clone the repository and use pkg to build (see package.json). Alternatively just clone, npm install and npm start -- [args] While in theory it should be compatible, I haven't tested with other platforms yet.