Updated FAQ (markdown)

Daniel Saukel 2019-09-21 17:18:40 +02:00
parent 9955638574
commit 2cb388a80d

14
FAQ.md

@ -7,14 +7,11 @@ Add a mob or a progress trigger to your flior sign. The last line of an edit mod
### How do I setup group sizes and counts per dungeon?
Use group signs.
### Y U no video?
It would take long to create a video with all features. Besides that, the ongoing changes would make a video out of date very fast.
### Why is there no official video tutorial?
It would take long to create a video with all features. Besides that, the ongoing changes would make a video out of date very fast. This wiki is the supported source for information.
### How do loot chests work?
Any item stack can be put into a chest in edit mode. If you want the items to get added to the loot inventory, just place a [chest] sign next to it (1 block distance).
### How do I create a multi floor dungeon?
Creating one is as simple as creating a [dungeon configuration](dungeon-configuration). You can then join an MFD with /dxl play [dungeon] or with a [group sign](signs#group) with the + attribute.
Any item stack can be put into a chest in edit mode. If you want the items to get added to the loot inventory, just place a [RewardChest] sign next to it (1 block distance).
### How can I make it so that players play dungeons with their own items?
This and many other settings can be found in the [floor configuration](floor-configuration). Have a look at the keepInventoryOnEnter rule.
@ -22,7 +19,7 @@ This and many other settings can be found in the [floor configuration](floor-con
### Help! There's no config.yml in my dungeon map folder!
You have to create the file yourself because the floor configuration is optional. Note that the game rules you define in the floor configuration can also be fetched from other sources: If you create a multi floor dungeon with multiple maps, you probably want to have the same config values for all maps. In such a case, it's easier to use the dungeon configuration and to add the values to the defaultValues or to the overrideValues section. Even without a multi floor setup, the default values or the values from the main config or the game type are sometimes sufficient for small projects. Therefore, there's just a file if it is needed either because you've created it or to store the players that are allowed to edit the map without the permission node.
### OMG, this plugin is totally f***ed with errors!
### I believe I have found an error!
DungeonsXL is still in development and it's up to you to decide if you risk to use it in a production environment or not. [Bug reports](../issues) are always appreciated. Please make sure that you're on a supported server version, that you use the latest release and that you didn't use _/reload_ to restart your server.
### I've created a portal / group sign / game sign / ... - how do I remove it?
@ -31,8 +28,5 @@ Enter the /dxl break command and destroy the block. The save data will be remove
### My script doesn't work :(
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.
### 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.