You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created my single floor dungeon normally in /dxl edit mode, I made the signs with proper syntax and when ran in /dxl test it the dungeon ran normally. (Mobs spawned, Rewardchests worked, etc.) After I save the world and create a portal/group for it, upon entering the signs are all visible and they do not function as they should. Mobs do not spawn, etc. Only in test mode does the dungeon work properly.
Also on a lesser note KeepInventory is not working. I made at config.yml and put it into my plugins/DungeonsXL/maps/{your map} folder but to no avail. You can see the contents of that config below.
Relevant configuration files
I haven't changed anything else concerning config files besides adding this config.yml to my map's name folder.
# Shall players play the dungeon with their own items or do you want to use classes?
keepInventoryOnEnter: true
# Shall players lose their items when they die (do not mix up this with "onEscape"!)?
keepInventoryOnDeath: true
# Shall players keep their inventory when they finish the dungeon?
keepInventoryOnFinish: true
# Shall players keep their inventory when they leave the dungeon without succeeding?
keepInventoryOnEscape: true
The text was updated successfully, but these errors were encountered:
Description
I created my single floor dungeon normally in /dxl edit mode, I made the signs with proper syntax and when ran in /dxl test it the dungeon ran normally. (Mobs spawned, Rewardchests worked, etc.) After I save the world and create a portal/group for it, upon entering the signs are all visible and they do not function as they should. Mobs do not spawn, etc. Only in test mode does the dungeon work properly.
Also on a lesser note KeepInventory is not working. I made at config.yml and put it into my plugins/DungeonsXL/maps/{your map} folder but to no avail. You can see the contents of that config below.
Relevant configuration files
I haven't changed anything else concerning config files besides adding this config.yml to my map's name folder.
The text was updated successfully, but these errors were encountered: