Advanced config help

I wrote this because I got several requests about what can be removed from the config file, what will be loaded and so on.

You can delete every single line from your config file! Every feature that is not mentioned won't be neither loaded nor change any existing values.

So for example you only wish to increase health points of your mobs? Your complete config may look like this:

HP_ZOMBIE: 50
HP_CREEPER: 40
HP_SPIDER: 37
HP_SKELETON: 41
HP_GIANT: 5000

Thats it. No other feature will cause any traffic or slow down your server. You can also remove any line starting with "#", they're just comments to help you out. Also the order doesnt have any effect. Your config could look like this, too (even if it's not recommended):

DMG_SKELETON: 50
POT_CREEPER:
- SPEED, 0, 2, 12.34
DROP_ZOMBIE:
- BOOK, 3, 15
- WOOL, 2, 30, 14
EXP_CREEPER: 14
SKULL_DROP_CREEPER: 5

As you can see, everything is softcoded and can be configured just as you wish!