From e9fbd492c2fbf643300f617c2be826a699319d02 Mon Sep 17 00:00:00 2001 From: DerEnderKeks Date: Sun, 11 Jul 2021 15:12:48 +0200 Subject: [PATCH] Documented delete sub command in README.MD --- README.MD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index ba58c45..e8a3766 100644 --- a/README.MD +++ b/README.MD @@ -45,6 +45,8 @@ toggle the fixed state. * frameInvisible and frameFixed are only available on 1.16+ * /imagemap download <filename> <sourceURL> * downloads an image from the given URL into the `images` folder +* /imagemap delete <filename> + * deletes an image from the `images` folder * /imagemap info <filename> * prints info, such as resolution and expected size * /imagemap reload <filename> @@ -57,7 +59,8 @@ toggle the fixed state. ### Permissions `imagemaps.*` - grants access to all permissions `imagemaps.place` - grants access to /imagemap place command -`imagemaps.download` - grants access to /download place command +`imagemaps.download` - grants access to /imagemap download command +`imagemaps.delete` - grants access to /imagemap delete command `imagemaps.info` - grants access to /imagemap info command `imagemaps.list` - grants access to /imagemap list command `imagemaps.reload` - grants access to /imagemap reload command