/
Add null checks for getItemMeta() calls to prevent NPE
ItemMeta can potentially be null when retrieved from ItemStack. Added defensive null checks in Display and Items classes to handle this edge case gracefully instead of crashing.

craft and climb ropes, shoot rope arrows