Deathmessages and TombMessages are not reading config files
dredhorse opened this issue ยท 3 comments
neither DeathMessages or TombMessages are reading the config files correctly.
looks like getList isn't the correct way to read the structure as the deathmessages will always contain the default messages.
Haven't found a solution yet :-(
possible solution: create method with something like this:
[23:13] DonRedhorse - List myList = new ArrayList(); for (Object o : config.getList(myNode)) { myList.add(o.toString)) }
till we have an RB for 1.0