Jobs 4.15.1

Details

  • Filename
    Jobs4.15.1.jar
  • Uploaded by
  • Uploaded
    Jan 5, 2020
  • Size
    1,008.98 KB
  • Downloads
    220
  • MD5
    3e5225a2c09f392c7cbec65f776cd3ec

Supported Bukkit Versions

  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8
  • 1.8.3

Changelog

 

  • Fixed issue when used a dev-build of papi (montlikadani)
  • Bonus output colors can now be changed from config (montlikadani)
  • Fix for NPE when a job is not found with provided identification (montlikadani)
  • Fixed issue when the bone meal still acts as a placed block (montlikadani)
  • Added bee_nest and beehive as a Collect action (montlikadani)
  • Fix for issue with smoker and blast furnace not removing ownership on hopper fillups when you have PreventHopperFillUps set to true (Zrips)
  • Optimized chunk explore methods to have better performance and use less memory (switched data storage from player names to player id's). (Zrips)
  • 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)
  • Fix for ravager having wrong internal ID (Zrips)