Skip to content

1.21.2 & 1.21.3 Support, Bugfixes

Latest
Compare
Choose a tag to compare
@RockinChaos RockinChaos released this 24 Nov 02:26
· 21 commits to master since this release

ItemJoin-v6.1.1-RELEASE

Changelog

Added:

  • 1.21.2/1.21.3 Support (0953236)
  • first-wild trigger (1ac6f2d)
    • Gives the item once upon the player joining for the first time. It will also give the item to the player every time they respawn as long as they didn't respawn at a bed or anchor.
  • respawn-point trigger (b073f20)
    • Gives the player the item upon respawning as long as they respawned at a bed or anchor.

Fixed:

  • memory usage (19500db)
  • respawn trigger(s) (4d99408)
  • deprecated compatibility (cd7e1a8)
  • revealing ghost items (deeaec3)
  • CarbonSpigot Support (38b34c7)
    • Implements a fallback for when the #isEmpty method is missing from the Bukkit Inventory.
  • Menu ConcurrentModificationException (2ba14c3)
  • null item when animating (c5105b4)
    • Sometimes animations would cause an item to return null.
  • invisible menu items (f8edb6f)
  • disabled regions (9f6364d)
  • Metrics Logging (6e0b69e)
    • Setting Metrics-Logging to false in the config.yml ended up doing nothing because the value wasn't being checked programmatically.
  • menu saving (3e26789)
    • Trying to save a modified or new custom item via /itemjoin menu would incorrectly fail when an item count or command cost was not specified.
  • region messages (8e510a6)
    • Region triggers for custom items were causing a lot of message spam for overwrite or inventory full failures in addition to debugging messages. This would happen every time the player moved which was not intended.
  • Active-Commands first-join (1475481)
    • The first-join trigger/executor was being ignored for Active-Commands defined in the config.yml. Proper function is now restored, first-join will only execute once per-world.
  • slot clearing blacklist (d86298f)
    • Defining custom slots to be blacklisted from clearing as in; HELMET, CHESPLATE, LEGGINGS, BOOTS, and OFFHAND would be ignored.
  • SkinsRestorer API (3eee1f8)
    • When SkinsRestorer is in proxy mode or stuck loading it throws errors when initializing.

Changed:

  • renamed respawn-point to respawn-wild (3bdefee)
    • This naming scheme was counter intuitive and confusing.
  • GitLab to Jenkins (b9ab699)