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.