ShowItem

MC Plugin ShowItem 1.8.8
[1.8-26.1] Show items, inventory and enderchest in chat and with commands. PlaceholderAPI support

  • Add support for 26.1 servers
  • This fixes the restl of all the broken item icons (Made possible with the new internal /showitem --show-all-icons command which lists the icons of all items and blocks)
  • Add new config option custom-model-icon-handling which replaces show-custom-item-models.
    The new option can be either "vanilla", "custom" or "hide" to set which icons items with a custom item_model component should use (either the vanilla one, trying to find a texture in "<namespace>/textures/item/<model name>", or completely hiding the icon)
  • Fix issues with chat icons of Sea Lanterns and Crossbows
  • Re-add compatibility with servers running on Java 8 (previously Java 21 was required which isn't easy to use with older server versions)
  • Restores Java 17 compatibility (and potentially earlier but I strongly recommend using 17 or even 21)
  • Fixes that showing an Enchanted Golden Apple would show a missing texture icon on 1.21.9+
  • Fixes that turning off the use-nick-name config option would not disable the team prefix and suffix like the comment in the default config indicated
  • Fixes the icon of a beehive on 1.21.9+
  • This update adds support for 1.21.11
  • Remove the shadow behind the item icons in chat to make them look a bit better
  • Fix some chat icons not working for items (Banner, Shield, Heavy Core, Light&Weighted Pressure Plate, Buttons)
  • Make the texticon-rp config option override the inbuilt icons if you want to provide item icons yourself via the iconrpmapping.yml and a resource pack
  • Remove icon placeholder from DiscordSRV message
  • This adds support to show the icons provided in the item_model item data component. (Requries 1.12.9+)
    The plugin calculates the texture path from the item_model value e.g. if the item_model component is your_plugin:some_custom_item then the client will look for a texture in your_plugin/textures/item/some_custom_item when displaying the message. (This is compatible with most vanilla item models too)
    A new config option show-custom-item-models (defaults to true) was added to disable the showing of the custom item models as icons in case your setup does not correctly resolve them or you haven't adjsuted the texture locations in your resource pack to work with this yet.
  • Fixed an issue where the icons of leaves where gray instead of green.
  • Like
Reactions: Scout
  • Show item and player head icons directly in chat when using the plugin on 1.21.9 or newer. All icons in chat are now enabled via the new show-chat-icons config option which is enabled and shows these icons automatically on supported platforms (1.21.9 and later)

    Example item message:
    [IMG]

    Example player inventory message:
    [IMG]

    Please note that in order to see the player heads in the inventory/enderchest messages you need to add the %icon% placeholder to the messages in the language file or delete it and have the plugin regenerate the default language files.

  • ShowItem requires the server to run with Java 21 now
  • Update to support 1.21.9 servers
Top Bottom