added documentation of the minecraft and minecraft-snapshot jargroup urls.

This commit is contained in:
Blaine Motsinger 2015-08-01 05:07:17 +00:00
parent d8437b754c
commit 701fb050d6

View File

@ -20,6 +20,11 @@ Lists the stored jar files grouped by jar group.
You can create your own jar groups giving them a name and a URL specifying where the latest version can always be found and downloaded. New jar groups are stored along side the existing "minecraft" and "craftbukkit" groups. You can create your own jar groups giving them a name and a URL specifying where the latest version can always be found and downloaded. New jar groups are stored along side the existing "minecraft" and "craftbukkit" groups.
jargroup create <name> minecraft
jargroup create <name> minecraft-snapshot
If you'd like your jar group to download the latest release or snapshot version of minecraft-server, the download-url parameter supports minecraft (for release) or minecraft-snapshot (for snapshot).
jargroup delete <name> jargroup delete <name>
If you don't need a group of jars anymore you can delete all of them using this command. You won't be able to delete a jar group if any server is currently using a jar in that group. If you don't need a group of jars anymore you can delete all of them using this command. You won't be able to delete a jar group if any server is currently using a jar in that group.
@ -36,4 +41,4 @@ If a download URL for a jar group should change, or you made a mistake, you can
When a new version of a jar has been released, this command allows you to download (based upon the download URL specified for the group) and save it within it's appropriate jar group directory. When a new version of a jar has been released, this command allows you to download (based upon the download URL specified for the group) and save it within it's appropriate jar group directory.
The latest version is always downloaded when this command is invoked, then checked for differences against the existing latest jar in that group. If there are differences the new version is saved as the latest version, if not the downloaded version is removed. The latest version is always downloaded when this command is invoked, then checked for differences against the existing latest jar in that group. If there are differences the new version is saved as the latest version, if not the downloaded version is removed.