1.0.2-SNAPSHOT

Release

TheFlash787 released this version on Jul 15, 2019

5.4 MB
Download

Changelog for Version 1.0.2-SNAPSHOT:

  • Added a configuration which allows you to blacklist mobs (by their ID) in the configuration (mobpression.conf)
  • You can reload the configuration by running /sponge plugins reload
  • Changed the version in Ore to match that of the JAR file from the download.

Configuration:

general {
    # Adding a mob into this list will prevent it from being compressed
    compression-blacklist=[
        "minecraft:ender_dragon",
        "minecraft:wither"
    ]
}

I realised that there was an issue where mobs could break after a restart if the chunks weren’t loaded and errors would be present (a lot of them). In this update, mobs will no longer break, but the cache will no longer be cleared at a certain interval. This will not cause any issues directly, but the database file may grow in size as time goes on depending on the size of your server.

Dependencies