Added questions for animated GIFs and permissions restriction.

Amaury Carrade 2020-07-03 21:02:30 +02:00
parent d0445b546c
commit 643f49fcd0

12
FAQ.md

@ -23,4 +23,14 @@ When you import an image using `/tomap`, ImageOnMap asks the image's host to get
Although we have added some workarounds to avoid this problem in common cases, ImageOnMap cannot force a web server to send the file if it is a bit stubborn. In this case, your only option is to re-host the image you want to send. [You can use imgur](https://imgur.com/upload?beta), for example.
The same tip apply for any error message starting with `HTTP error`, except for 404, as explained above.
The same tip apply for any error message starting with `HTTP error`, except for 404, as explained above.
### Can I send GIFs?
Yes, but they won't animate.
### ImageOnMap is way too open. Can I restrict its usage?
Yes, if your permissions plugin allows to negate permissions (all of them probably support that). To prevent players to create new images, negate the `imageonmap.new` permission. In most case, give the `-imageonmap.new` permission to do that.
ImageOnMap is open to every player by default because we want the plugin to be usable directly, even without a permissions plugin.