From 643f49fcd0f66e2d166e15a7e62a3bb020750748 Mon Sep 17 00:00:00 2001 From: Amaury Carrade Date: Fri, 3 Jul 2020 21:02:30 +0200 Subject: [PATCH] Added questions for animated GIFs and permissions restriction. --- FAQ.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 6e0eb4c..f1a0f8b 100644 --- a/FAQ.md +++ b/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. \ No newline at end of file +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. \ No newline at end of file