Updated FAQ (markdown)

Daniel Saukel 2018-02-12 20:02:48 +01:00
parent fb4ca0b58c
commit d9c0f58685

5
FAQ.md

@ -32,4 +32,7 @@ Enter the /dxl break command and destroy the block. The save data will be remove
Please check for syntax errors before you ask for support. A parser like [yamllint.com](http://www.yamllint.com/) might help you.
### I get a "Could not pass event ChunkLoadEvent to HolographicDisplays" error when a dungeon is loaded.
This error occurs if you use the performance tweaks. It is not a bug of DungeonsXL and there is no way to fix this as loading worlds and adding entities asynchronously is usually not intended to be done with the Vanilla Minecraft server. There are no known caveats apart from the stacktrace, though, so you can safely ignore it.
This error occurs if you use the performance tweaks. It is not a bug of DungeonsXL and there is no way to fix this as loading worlds and adding entities asynchronously is usually not intended to be done with the Vanilla Minecraft server. There are no known caveats apart from the stacktrace, though, so you can safely ignore it.
### I can't hit mobs in my dungeon!
This is in 99% of the cases caused by Vanilla Minecraft's spawn protection. To fix it, set spawn-protection to 0 in the server.properties.