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:faq [2021/09/28 16:44] – [Why do Chinese symbols show after enabling that option?] phoenix616plugin:showitem:faq [2022/11/20 14:12] (current) – Add entry for why the GUI doesn't open on item click phoenix616
Line 12: Line 12:
  
 Simply revoke the permission `showitem.rightclick.viewinv` and that won't happen anymore. Simply revoke the permission `showitem.rightclick.viewinv` and that won't happen anymore.
 +
 +### Why does the GUI only open for operators when the click on an item in the chat?
 +In order to open the GUI ShowItem uses the commands `/showitem:showitem`, `/showitem:showslot`, `/showitem:showinv`, or `/showitem:showender` depending on the thing shown.
 +
 +Make sure that your players have permission to use those commands (`showitem.command.itemexecutor.viewgui`, `showitem.command.slotexecutor.viewgui`, `showitem.command.invexecutor`, `showitem.command.enderexecutor`) Those are granted by default but if you have disabled default permissions in your permissions plugin then you need to manually grant those.
 +
 +Also seeing as namespaced commands are used in order to not conflict with other plugins you need to make sure that you have not disabled this useful functionality for some reason. If you did either enable it again, whitelist ShowItem, or set the `namespaced-commands` config option to false in the `config.yml`.
  
 ### Why aren't any item icons shown in the chat? ### Why aren't any item icons shown in the chat?
 Check if you have set the `texticon-rp` option in your config.yml to true. (Note: You also need to use Wolfie Mario's text icon resourcepack for that to work properly! For more info see [this site](itemicons)) Check if you have set the `texticon-rp` option in your config.yml to true. (Note: You also need to use Wolfie Mario's text icon resourcepack for that to work properly! For more info see [this site](itemicons))
  
-### Why do Chinese symbols show after enabling that option?+### Why do Chinese symbols show after enabling the texticon-rp option?
 {{:plugin:showitem:faq:symbols.png?nolink|}} {{:plugin:showitem:faq:symbols.png?nolink|}}