diff --git a/docs/commands/jar-group.md b/docs/commands/jar-group.md index bed85a5..de473f7 100644 --- a/docs/commands/jar-group.md +++ b/docs/commands/jar-group.md @@ -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. + jargroup create minecraft + jargroup create 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 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. -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. \ No newline at end of file +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.