From d9c0f58685faa665c8d6dfbc51e210990bac471c Mon Sep 17 00:00:00 2001 From: Daniel Saukel Date: Mon, 12 Feb 2018 20:02:48 +0100 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 90ff573..b04a56a 100644 --- a/FAQ.md +++ b/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. \ No newline at end of file +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. \ No newline at end of file