Added option to compact database. Compact will be enabled by default and it will remove recorded player names who have visited that chunk if visitor count is at max. So this will minimize database size and will increase performance as we no longer need to check by players name, we can simply check if chunk is fully explored. (Zrips)
Added option to define custom names for MythicMobs in translatebaleWords file. You will have 2 examples set by default and you can have as many as you want. If name is not defined in this file then we will try to look up its display name from MythicMobs plugin itself, if that one doesn't have it set for some reason, then we will display entities identificator. (Zrips)