Updated FAQ (markdown) authored by Ruan's avatar Ruan
...@@ -317,3 +317,9 @@ You may want to try something like [Punishment GUI](https://www.spigotmc.org/res ...@@ -317,3 +317,9 @@ You may want to try something like [Punishment GUI](https://www.spigotmc.org/res
**A:** No, for the same reason you can't host XenForo, WordPress, MediaWiki or any other web-based PHP software on Enjin. Enjin is not a PHP web host. **A:** No, for the same reason you can't host XenForo, WordPress, MediaWiki or any other web-based PHP software on Enjin. Enjin is not a PHP web host.
The only way to host PHP scripts on Enjin is to put them on a third party hosting provider and then include the page on your Enjin site using an iframe. The only way to host PHP scripts on Enjin is to put them on a third party hosting provider and then include the page on your Enjin site using an iframe.
# Common suggestions
#### Report management (/report), notes management (/notes)
- Most people who need a report/notes management plugin probably already have a plugin for this, there are plugins which do this in a far more specialized way than I would ever implement (e.g. custom web interfaces, ingame GUIs)
- If I implemented this, my new commands would conflict with those of existing plugins, which is a hassle for server owners to sort out, especially when they already have better systems in place.
- It's impossible or difficult to implement certain features which have been requested regarding this. For example, it's impossible for BungeeCord plugins to record player positions or teleport players without bridging downstream to the actual Minecraft server, e.g. Spigot. Also, inventory-based GUIs are not as simple to create under BungeeCord as they are under Spigot.
\ No newline at end of file