Skip to content

Releases: NerdNu/KitchenSink

0.9.8 - Fix saturation handling and vehicle removal.

04 Mar 08:37
Compare
Choose a tag to compare

Scaling of food saturation values has been completely removed from KitchenSink. When a non-zero saturation scale value is configured, that code sets the saturation of all foods to that value (which is clearly counter to the apparent intention of the code). Fortunately, the default saturation of 0.0 disables the behaviour. We currently have no use for this code, it is missing foods (e.g. COOKED_CHICKEN, RABBIT_STEW and all 1.9 foods), and does something unclear (in the case of slowing hunger) and undocumented. So we're removing it.

A guard was added to the remove-on-exit option so that it only removes minecarts and boats, and not, for example, horses or pigs when exiting a vehicle.

0.9.7 - Remove NMS dependencies in preparation for 1.9 release

24 Feb 07:00
Compare
Choose a tag to compare

The main purpose of this release is to remove all NMS dependencies from KitchenSink to ease the migration to Minecraft 1.9.

/prain and /ptime functions were moved into a new plugin, "NerdMoods", and that removed the ProtocolLib dependency too.

Detecting arrows that hit TNT was changed to use only the Bukkit API and no NMS code.

Host key settings were explicitly listed in the default config.yml.

Recipes for horse armour, saddles and nametags were removed as these have not been used in years and probably won't be again. If we do need them, they can be done with slightly less code in CommandHelper, with the added advantage of being different on different servers.

Various formatting and detail improvements were made to the README.

1.8.7 Compiled release

25 Jul 01:56
Compare
Choose a tag to compare

Compiled plugin for 1.8.7 Servers (v1_8_R3)

v0.9.1

23 Mar 20:29
Compare
Choose a tag to compare
Limit /allow-portal raytrace distance.