DeathTpPlus

DeathTpPlus

229k Downloads

Deathmessages and TombMessages are not reading config files

dredhorse opened this issue ยท 3 comments

commented

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 :-(

commented

looks like we need getStringList which is implemented AFTER 1337 :-(

commented

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

commented

after a night of sleep.. the above will not work as getList is the problem it doesn't work atm, it doesn't find a list and returns the defaults only.