-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about config file #178
Comments
This doesn't help me much. It could be a problem with indents. |
I will be more precise. For exemple, this work : If i read correctly your documentation, in the config file, we are suppose to write the config file like this : Have i make a mistake? |
defaultValues / overrideValues is a section in a dungeon config, default is a section in the main config. |
Yes but if i would have a same parameters for all my floors, regardless of the dungeon, i can't put it in the config file? I have to alwas change the dungeon config file per dungeon? |
Just put it directly into the default section, like
|
It doesn't work :( I've exactly the same problem as #174 when i add default part. This is my full config file which is bugged : I hope you could reproduce my problem. I use dxl 0.15.1 dev build n°6. |
Oh okay, sorry, I'll have a look at it tomorrow. |
It works well for me. So, you get exactly this error? |
Hi, thanks for you answer. I will check it but the only thing that i change is the configFile. To be sure , my steps will be :
That's it? |
Does this still occur in 0.15.3-RC-01? |
We are still in 1.10.2 on our server. We will go in 1.11 soon but before, we need some test :) I come back as soon as i've tested it. |
Hi, Last week-end, i've try a config for my floors and it works o/ sorry for the delay before testing. I've not tested a dungeon config file but i think i will open a new issue if i find another problem. You could close this :) |
Hello,
i'm trying to put a delay between two parties for a player for all dungeons/floors.
At the end of my configfile, the syntax is :
editPermissions: []
default:
defaultValues:
timeToNextPlay: 72
timeToNextLoot: 72
or
editPermissions: []
default:
timeToNextPlay: 72
timeToNextLoot: 72
Can you help me by giving the correct syntax of this part?
Thx
The text was updated successfully, but these errors were encountered: