Documented delete sub command in README.MD

This commit is contained in:
DerEnderKeks 2021-07-11 15:12:48 +02:00
parent 5c0a854ba3
commit e9fbd492c2
1 changed files with 4 additions and 1 deletions

View File

@ -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