All Projects → Owen-Cochell → PaperMC-Update

Owen-Cochell / PaperMC-Update

Licence: GPL-3.0 License
A simple CLI python script that automates checking, downloading, and installing PaperMC server updates.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to PaperMC-Update

dough
Library containing a lot of useful utility classes for the everyday Java and Spigot/Paper developer.
Stars: ✭ 26 (+73.33%)
Mutual labels:  papermc
BedWars
Simple BedWars minigame plugin for Spigot version 1.9.4 - 1.19
Stars: ✭ 186 (+1140%)
Mutual labels:  papermc
paperweight-test-plugin
test plugin for paperweight-userdev
Stars: ✭ 34 (+126.67%)
Mutual labels:  papermc
LibertyBans
The be-all, end-all of discipline.
Stars: ✭ 92 (+513.33%)
Mutual labels:  papermc
LiteCommands
☄️ LiteCommands - Annotation based Command framework for Velocity, Bukkit, Paper, BungeeCord and your other implementations.
Stars: ✭ 39 (+160%)
Mutual labels:  papermc
KibblePatcher
KibbleLands Spigot patcher
Stars: ✭ 25 (+66.67%)
Mutual labels:  papermc
Treasury
Modern, multi-platform library facilitating integrations with economies and more
Stars: ✭ 46 (+206.67%)
Mutual labels:  papermc
Docker-Minecraft-PaperMC-Server
Starts a Minecraft PaperMC 1.18 server
Stars: ✭ 80 (+433.33%)
Mutual labels:  papermc
NotQuests
Flexible, open & solid paper Quest Plugin [with GUI]
Stars: ✭ 32 (+113.33%)
Mutual labels:  papermc
EnchantmentsEnhance
✨ EE is a game progression mechanism plugin for spigot.
Stars: ✭ 31 (+106.67%)
Mutual labels:  papermc
Questions
Web app inspired by Quora, allowing users ask question and get answers
Stars: ✭ 15 (+0%)
Mutual labels:  paperclip
CommandWhitelist
You decide what commands players can use or tab complete on your server!
Stars: ✭ 115 (+666.67%)
Mutual labels:  papermc
pluGET
📦 Powerful Package manager which updates plugins & server software for minecraft servers
Stars: ✭ 87 (+480%)
Mutual labels:  papermc
administrate-field-paperclip
Paperclip field plugin for Administrate
Stars: ✭ 14 (-6.67%)
Mutual labels:  paperclip
nocom-explanation
block game military grade radar
Stars: ✭ 544 (+3526.67%)
Mutual labels:  papermc
RaspberryPiMinecraft
Configuration files and performance testing scripts to setup and optimize a dedicated Minecraft (PC Java version) server
Stars: ✭ 179 (+1093.33%)
Mutual labels:  papermc
minecraft-start-bat-creator
This bat aims to create a start.bat while optionally installing the latest paper.jar and/or installing a new java
Stars: ✭ 10 (-33.33%)
Mutual labels:  papermc
Crucible
Crucible is a Thermos fork containing various patches for bug fixes and performance improvements. Join our discord to stay updated with the project development.
Stars: ✭ 67 (+346.67%)
Mutual labels:  papermc
yamipa
Yet Another Minecraft Image Placing Addon
Stars: ✭ 19 (+26.67%)
Mutual labels:  papermc
file-handling
File Handling Helper
Stars: ✭ 14 (-6.67%)
Mutual labels:  paperclip

PaperMC-Update

A simple CLI script that can check, download, and install PaperMC jar files.

NOTE: This script can only be used for updating a PaperMC Minecraft Server. I highly recommend their implementation, as it is incredibly fast, supports multiple plugin formats, and is highly customizable. Consider switching if any of that sounds good to you. Check out the PaperMC Documentation, Download Page, and GitHub.

Prerequisites

You must have Python 3.6+ installed. It should come pre-installed on most linux systems. This script has no other dependencies, so all you need is python! Instructions for installation are below:

Linux:

RPM:

yum install python3.9

Debian:

apt install python3.9

Or use whatever package manager is installed on your system. The only important part is specifying python3.9!

You don't have to install the latest version of python for this script to work, but I highly recommend you do so! Again, we require python 3.6 or above.

Windows:

Windows users can download python here. The installation is very straightforward, although we recommend you add python to your PATH environment variable, as this makes using python much easier.

More information on installing/configuring python can be found here (Any python 3.6+ version works, although I recommend python 3.9).

We also supply windows binaries that can be ran directly on windows systems without python! We use PyInstaller to build these binaries, and they are built using the one file option, or '-F'.

These binaries are much slower than running via python, and there might be some weird bugs or quirks. They are built for windows only. We provide one with each version change.

Sometimes, these binaries are flagged as malicious programs(usually some form of trojan) bu numerous antivirus engines, sometimes including windows defender. This is unfortunately quite common for freezed python binaries. The best way to deal with the issue is to whitelist the executable in your antivirus.

Find them in the releases!

MacOS:

MacOS users can download python here.

Again, the installation is very straightforward, but more information can be found here.

Note on Python Versions:

In some systems, the 'python' command may point to an older version of python. As stated above, we require python 3.6 or above, so it may be necessary to manually specify the python version to use.

This can be done like so:

python[VERSION] script_to_run.py

Using this template, we can run python 3.9 like this:

python3.9 script_to_run.py

This usage is most prevalent on linux devices, as they may have older versions of python installed for compatibility reasons.

To find the version of python your command points to, you can check it's version:

python --version

If it is below 3.6, then you will have to manually specify the version to run!

From this point on, we will use the default 'python' command in our examples, assuming that it's a valid python version. Be sure to specify your python version if necessary!

Usage

You may run the script like so:

python server_update.py [PATH]

Where [PATH] is the path to your paperclip.jar file. More info on the paperclip.jar format can be found here. By default, when a new file is downloaded, it will be installed to this path under the same name.

This command will do the following:

  1. Attempt to load current paper version/build(/PATH_TO_SERVER_JAR/version_history.json, or elsewhere if specified. This script only supports official builds of the paper server, meaning that we may fail to read config information for un-official builds). If no configuration data is found, and version info is not supplied via the command line, then the version and build for the currently installed server will default to 0.
  2. Check for a new version/build using the PaperMC download API.
  3. If a new version/build is available, the default version and build(usually the latest) will be installed. If you wish to select a version/build to install, then you can use '--version' and '--build' arguments to specify this. Alternatively, the user can be prompted to manually select which version/build they want to be installed. You can use the --interactive flag for this.
  4. The selected version is downloaded to a temporary directory located somewhere on your computer (This directory is generated using the python tempfile module, meaning that it will be generated in a safe, unobtrusive manner, and will be automatically removed at termination of the script).
  5. The integrity of the file will be checked using the SHA256 hash provided by the PaperMC API. If this check fails, the install will cancel.
  6. The currently installed version of the server is backed up to the temporary directory, and deleted. This option can be disabled if you so choose.
  7. The newly downloaded server jar is moved from the temporary directory to the path of the old server, and will retain the name of the old server(If an error occurs for any reason during the instillation procedure, then the script will attempt to recover your backed up version of the old server from the temporary directory).

This is the default operation of this script. However, you can fine tune the update process using the command line options listed below.

Command Line Options:

The following command line options are available:

Sets the default value for the version to install, defaults to latest:

-v [VERSION], --version [VERSION]

Sets the default value for the build to install, defaults to latest:

-b [BUILD], --build [BUILD]

Sets the currently installed server version, ignores config data:

-iv [VERSION]

Sets the currently installed server build, ignores config data:

-ib [BUILD]

Specifies the output name of the new file:

-o [NAME], --output [NAME]

Checks for an update, does not install:

-c, --check-only

Does not check for an update, skips to install:

-nc, --no-check

Prompts the user for the version they would like to install:

-i, --interactive

Will not load configuration data:

-nlc, --no-load-config

Sets config file path(/PATH_TO_SERVER_JAR/version_history.json by default):

-cf [CONFIG PATH], --config-file [CONFIG PATH]

Disables the backup feature:

-nb, --no-backup

Disables the file integrity check:

-ni, --no-integrity

Copies the old jar file to a new location before deletion:

-co, --copy-old

Installs a new paper jar to the specified location:

-n, --new

Displays script version information:

-V, --script-version

Displays server version, extracted from configuration file:

-sv, --server-version

Will only output errors and interactive questions to the terminal:

-q, --quiet

Copies the old file to a new location before the installation process:

-co [PATH], --copy-old [PATH]

Displays stats on the selected version and build:

-s, --stats

Deprecated Command Line Options

The following command line options are deprecated. They are still included for backwards compatibility, but they do nothing and should not be used.

Delete the config directory and all data within:

-C, --cleanup

Will not dump configuration data:

-ndc, --no-dump-config

Specify which config directory should be used, defaults to /DIR_OF_YOUR_SERVER_JAR_FILE/server_update:

--config [PATH]

Does not rename the new jar file:

-nr, --no-rename

Note on filenames:

We have a couple ways of specifying the target and output filenames. In these examples, 'old file' is the jar file that is currently installed. 'New file' is the new file jar file that is being installed in its place.

In these coming examples, lets say you have a jar file you want to update located here:

minecraft/paper.jar

The Best Way:

The easy way to tell the script where the file to update is located is to pass the path to said file, like so:

python server_update.py minecraft/paper.jar

In this example, the old file will be backed up and deleted. When the new file is downloaded, it will be renamed to 'paper.jar' and moved to the directory the old file was in, effectively replacing it.

This is the recommended way to specify filenames! Specifying the path to the jar file to update will allow the script to automatically backup, move, and delete your files for you. It also ensures that no matter the version or operations done to the target file, it will always have the same name.

Custom Output Names:

You can also specify a custom name of the new file like so:

python server_update.py -o new_file.jar minecraft/paper.jar

This will do the same as the example above, but instead of the new file retaining the old name, it will be renamed to the value you specified.

In our example, the old file will be backed up and deleted as usual, but the new file will be renamed to 'new_file.jar', and moved to the directory the old file was in.

Keeping Old File:

You can use the '--copy-old' parameter to specify where you want the old file to be copied to.

Using the example from above:

python server_update.py --copy-old paper_old.jar minecraft/paper.jar

The old file will still be deleted, but a copy of it will be saved to 'paper_old.jar'.

You can also specify a path like this:

python server_update.py --copy-old /new/path/file.jar minecraft/paper.jar

In this example, the old file is copied to '/new/path/file.jar' before the installation operation.

These options will be ignored if there is no target file!

Be warned, that the old file will overwrite any files in the copy location that share the same name!

Other Filename Stuff:

If no target filename is specified from the path, and no output filename is specified, then the default filename will be used. The default name usually looks something like this:

paper-[VERSION]-[BUILD].jar

So, if you downloaded build 734 version 1.16.5:

paper-1.16.5-734.jar

You can specify a directory to target instead of a file like this:

python server_update.py minecraft/

This will automatically disable old file deletion and backup. The newly downloaded file will simply be moved to the target directory, and will not be renamed(unless otherwise instructed by the '-o' parameter).

Examples:

Automatically check and download the latest version of the server:

python server_update.py [PATH]

Download and install the latest build of version 1.13.2, without checking:

python server_update.py --no-check --version 1.13.2 [PATH]

Install latest version, regardless of server version:

python server_update.py --no-check [PATH]

Install specific version, regardless of installed version:

python server_update.py --no-check --version [VERSION TO INSTALL] --build [BUILD TO INSTALL] [PATH]

Interactively select a version you want to install, regardless of server version:

python server_update.py --no-check --no-load --interactive [PATH]

Check to see if a newer version is available, does not install:

python server_update.py --check-only [PATH]

Display currently installed server version:

python server_update.py --server-version [PATH]

Display stats on currently installed server version before installation:

python server_update.py --stats [PATH]

Display stats on version 1.16.5 build 435 before installation:

python server_update.py --stats --version 1.16.5 --build 435 [PATH]

Display stats on installed version without installing:

python server_update.py --check-only [PATH]

Install a paper jar at the given location, without going through the update process. Great if you want to set up a new server install.

python server_update.py --new -o paper.jar [PATH]

Copy the old file to a new location before the installation process:

python server_update.py --copy-old /new/spot/old.jar [PATH]

Notes on Deprecated Features

In earlier versions of PaperMC-Update, the script would keep a config file in the users home directory (Or elsewhere if specified) containing version information on the server so it can be persistent across runs.

There were many problems with this: it created unnecessary files, it was inaccurate, and it made using PaperMC-Update a lot more complicated. Now, we read version info from a file named 'version_history.json', which is kept in the root directory of the server, and is managed by the server itself. This eliminates the need for 'script-generated configuration files', and makes PaperMC-Update easier to use and more accurate.

However, there are some things to keep in mind:

Official Builds

As of now, PaperMC-Update only supports official builds of the server. As such, builds built locally or builds downloaded from unofficial sources may not be supported, due to the fact that the config file format might be different, meaning that we can't pull version information from it.

This is something I would like to change at a later date if possible. If you have some insight into the format of the config file across different builds, and have a way to identify and pull information from said file, the please open a pull request. I would be happy to look it over! Be sure to include an example copy of the config file.

If you are using this script and see any of the following messages:

Failed to load config data - Not in JSON format!

Failed to load config data - We want strings, not [DATATYPE_HERE]!

Unable to load config data - Invalid Format, we support official builds only!

Then please open an issue with the following information:

  1. Description of what you were trying to do
  2. All command arguments used
  3. Version/build you were trying to install
  4. Version/build of the currently installed server(If you know it)
  5. A copy of your 'version_history.json'

I can use this information to not only fix the problems you are facing, but implement support for your build.

Command Line Options

The old command line options were for managing the configuration file, such as removing it, creating it, and dumping information to it. These features are now obsolete, but the command line options are included for backwards compatibility. These options do not appear on the help menu and they do nothing. This is to prevent usage errors. It is highly recommended that you stop using these options, and update any scripts or implementations that use these features. These features might be removed in a later version if deemed necessary, so be warned.

Updater Class:

Developers can import the Updater class into their own projects. The updater class offers entry points into the PaperMC API, and allows users to get version/build data and download jar files.

You can import and create the class like so:

from server_update import Update

update = Update()

Just be sure the server_update.py file is present in the directory of the code importing it.

You should have a look at the docstrings in the source code for usage. All arguments and outputs are described and typed, so implementing the Updater class into your code should be relatively painless.

Conclusion

This script provides a simple method to check/download/install PaperMC server updates. You can add your command to the beginning of your start file, to ensure that you are always running the latest server version. If you are hosting a server for a friend/customer, you can use this script to manage the update/install process for them, so they don't have to.

Changelog

The changelog has moved to CHANGELOG.md. All current and future changes will be kept in that location.

Special Thanks

devStorm - Helped with configuration file management, and offered valuable insight into the paper versioning file.

Pull Requests

Pull requests are welcome and encouraged!

If you have any bug fixes or changes, feel free to open a pull request. Any changes/fixes are greatly appreciated!

Issues/Bugs

If you have any questions on usage, or you have found a bug, please open a github issue. I would be happy to help!

If you are reporting a bug/error, be sure to include the following:

  1. Description of what you were doing
  2. All arguments used
  3. Version/build you are trying to install
  4. Version/build of the currently installed server(If you know it)
  5. Fail point(If provided, should be for most cases)
  6. Stack trace/error name(If provided, should be for most cases)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].