Bake 1.5.0

Details

  • Filename
    bake1_5_0-UNIVERSAL.jar
  • Uploaded by
  • Uploaded
    Feb 10, 2020
  • Size
    10.56 KB
  • Downloads
    118
  • MD5
    18006e1591fc44e40b3566a3603e97ab

Supported Bukkit Versions

  • 1.15
  • 1.14
  • 1.13
  • 1.12

Changelog

Adds a lot of stuff, mainly just placeholders, and removes the %NEWLINE% placeholder.
Also contains a few patches for mistakes the were overseen in previous releases

Confirmed to work with:

  • 1.12
  • 1.15

Confirmed to not work with:

  • 1.8.8

I'm trying to get those versions running.

Changelogs:

  • 1.5.0: Added placeholder: "%TIMES%", which replaces the amount of times the project has been completed, stored in the config.
  • 1.5.0: Added placeholder: "%TODAY%", which replaces how many projects were completed today.
  • 1.5.0: Added placeholder: "%RECORD%", which replaces how many projects were completed on the day where the most projects were completed.
  • 1.5.0: Added placeholder: "%PARTICIPANTS%", which replaces how many participants have participated in the ongoing project.
  • 1.5.0: Added placeholder: "%LEFT%", which replaces the wheat that is left until the project is completed.
  • 1.5.0: Added placeholder: "%LAST%", which replaces the time and date when the last project got finished.
  • 1.5.0: Added placeholder: "%RECORDDATE%", which replaces the date where the most records were done.
  • 1.5.0: Added config parameter "bake.general.cnfgStore", if set to true, the plugin is allowed to store values inside the config (ignoring noMeddle) else some functions might not work properly. Note: the plugin will use it anyway, but it will not set default values. It might gain more meaning in future updates
  • 1.5.0: Added config parameter "bake.general.doRecordSurpassBroadcast", by default set to true, if true, it will broadcast a message when the previous record was broken.
  • 1.5.0: The Public int "BakeProgress" in class "Bake" is now a private int, if your plugin used the value, please change that
  • 1.5.0: A broadcast will usually be done (if not disabled via setting) when the Record gets broken.
  • 1.5.0: Added command: "/bakestats", which is just a bit like /bake, but has the intended use with statistics surrounding the bake project form all the way since 1.5.0 (or a newer version) was implemented on the server.
    *fixed that full inventories would cause an unhandled exception to be thrown (needs to be tested though)