# PlaceholderAPI ShowItem integrates with PlaceholderAPI. That means that you can use PAPI placeholders inside all messages of ShowItem itself as well as use placeholders of ShowItem in other plugins. Please note that ShowItem placeholders will only work in messages in the chat, not in other places like titles or lores! (At least for now.) ## ShowItem Placeholders | **Placeholder** | **Explanation** | | `showitem_item` | Shows the item in the hand of the player | | `showitem_item_` | Shows a specific named slot of the player | | `showitem_item_` | Shows a specific slot number (similar to /showslot) of the player | | `showitem_item__[/icode]` | Shows the item of a specific other player in the named or numbered slot | | `showitem_inv` | Shows the inventory of the player | | `showitem_inv_` | Shows the inventory of another player | | `showitem_ender` | Shows the enderchest of the player | | `showitem_ender_` | Shows the enderchest of another player |