Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
plugin:showitem:faq [2021/05/17 21:33] – [Why aren't any item icons shown in the chat?] phoenix616 | plugin: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 `/ | ||
+ | |||
+ | Make sure that your players have permission to use those commands (`showitem.command.itemexecutor.viewgui`, | ||
+ | |||
+ | 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 `texticonrp` option in your config.yml to true. (Note: You also need to use Wolfie Mario' | + | Check if you have set the `texticon-rp` option in your config.yml to true. (Note: You also need to use Wolfie Mario' |
- | ### Why do Chinese symbols show after enabling | + | ### Why do Chinese symbols show after enabling |
{{: | {{: | ||
These icons are Chinese Han symbols that get replaced via [this resourcepack](itemicons) which you have to use for the icons to display right! (The best way for all users to get it are server resourcepacks! E.g. with my [ForceResourcepacks plugin](https:// | These icons are Chinese Han symbols that get replaced via [this resourcepack](itemicons) which you have to use for the icons to display right! (The best way for all users to get it are server resourcepacks! E.g. with my [ForceResourcepacks plugin](https:// | ||
+ | |||
+ | If you don't want to show those icons then you can set `texticon-rp` to `false` in your config.yml. | ||
### Now that I see the icons they seem to display the wrong item? | ### Now that I see the icons they seem to display the wrong item? |