mirror of
https://github.com/SydMontague/ImageMaps.git
synced 2025-02-21 14:21:27 +01:00
Merge pull request #38 from DerEnderKeks/docs-cmd-delete
Documented delete sub command in README.MD
This commit is contained in:
commit
20b3617169
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user