Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:showitem:chatplaceholder [2023/12/18 15:42] – [Known issues] Transfer more known issues from plugin page phoenix616plugin:showitem:chatplaceholder [2023/12/18 15:49] (current) phoenix616
Line 2: Line 2:
 {{:plugin:showitem:mpq2uyr.png?nolink|}} {{:plugin:showitem:mpq2uyr.png?nolink|}}
  
-ShowItem includes the ability to show items directly in chat messages by adding a placeholder variable in the message. This placeholder variable can be configured (default is `%item%` for the main hand and `%item%slot%%` for specific slots e.g. `%itemoffhand%` for the off-hand or `%itemchestplate%` for your chestplate), is case insensitive and has a separate permission node (`showitem.chat` and `showitem.chat.slot`) which is set to true by default.+ShowItem includes the ability to show items directly in chat messages by adding a placeholder variable in the message. This placeholder variable can be configured (default is `%item%` for the main hand and `%item<slot>%` for specific slots e.g. `%itemoffhand%` for the off-hand or `%itemchestplate%` for your chestplate), is case insensitive and has a separate permission node (`showitem.chat` and `showitem.chat.slot`) which is set to true by default.
  
 You can also show a message that opens your inventory on click in chat with the `%inv%` or `%inventory%` placeholders (`showitem.chat.inv`) or your enderchest with `%ender%` or `%enderchest%`. (`showitem.chat.ender`). You can also show a message that opens your inventory on click in chat with the `%inv%` or `%inventory%` placeholders (`showitem.chat.inv`) or your enderchest with `%ender%` or `%enderchest%`. (`showitem.chat.ender`).
Line 13: Line 13:
  
 You can also [define](https://gist.github.com/Phoenix616/e5fc16feb61c95f9f231d26aeb5f2125#file-config-yml-L69-L74) certain commands in which the variable should be available (for example /msg) to match you specific server configuration and plugins. You can also [define](https://gist.github.com/Phoenix616/e5fc16feb61c95f9f231d26aeb5f2125#file-config-yml-L69-L74) certain commands in which the variable should be available (for example /msg) to match you specific server configuration and plugins.
- 
 ## Tested chat plugins ## Tested chat plugins
  
Line 22: Line 21:
 - ChatControl (free) - ChatControl (free)
 - Guilds v3.5.5.6 - Guilds v3.5.5.6
 +- DeluxeChat ([user confirmed](https://www.spigotmc.org/threads/showitem-paid.81315/page-21#post-3866324), not tested by me! Might be broken in newer Minecraft/DeluxeChat versions. Try using ProtocolLib and lowering the listener priority in the ShowItem config.)
 - ChatControl Pro v8.6.7 ([user confirmed](https://www.spigotmc.org/resources/showitem.10133/reviews#review-348053-697481), , the packet chat filter tends to have issues sometimes. Lower the ProtocolLib listener priority in ShowItem in that case or disable the filter!) - ChatControl Pro v8.6.7 ([user confirmed](https://www.spigotmc.org/resources/showitem.10133/reviews#review-348053-697481), , the packet chat filter tends to have issues sometimes. Lower the ProtocolLib listener priority in ShowItem in that case or disable the filter!)
-- DeluxeChat ([user confirmed](https://www.spigotmc.org/threads/showitem-paid.81315/page-21#post-3866324)) 
 - VentureChat (not cross-server/bungee! Tested version: 2.19.2) - VentureChat (not cross-server/bungee! Tested version: 2.19.2)
 +- ChatManager 3.10.1 (user confirmed)
 +- DiscordSRV (chat variable will be replaced with item name, no additional information/images get displayed)
  
-Let me know if you can confirm that other plugins work!+Let me know if you can confirm that other plugins work 
 +!
 ## Known issues ## Known issues