OpenBlocks

OpenBlocks

56M Downloads

Disable mob names

mikeemoo opened this issue ยท 0 comments

commented

Hi Boq, my love.

So, back in October, a bit of code was removed which despawned mobs.
The code is still there, however, I accidentally removed the bit of code that read the list from the config.

I've gone to re-add it, however, your config reading stuff has blown my mind, and I don't want to break anything.

Could you please assist?

The original code was:

prop = configFile.get("additional", "disableMobNames", new String[0], "List any mob names you want disabled on the server");
disableMobNames = Arrays.asList(prop.getStringList());

Thanking you kindly.

Yours forever,
Mikee