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:permissions [2021/04/29 13:00] – Improve formatting phoenix616plugin:showitem:permissions [2023/12/18 15:58] (current) phoenix616
Line 2: Line 2:
  
 ## showitem.chat ## showitem.chat
-Gives permission to use the chat variable+Gives permission to use the `%item%` [chat placeholder variable](/plugin/showitem/chatplaceholder) to show the item in hand
  
 _Default:_ `true` _Default:_ `true`
  
-_Children:_ [showitem.command.itemexecutor](#showitem.command.itemexecutor)+_Children:_ [showitem.command.itemexecutor](#showitem.command.itemexecutor): `true`
  
 ## showitem.chat.slot ## showitem.chat.slot
-Gives permission to use the chat variable with a slot+Gives permission to use the `%item<slot>%` [chat placeholder variable](/plugin/showitem/chatplaceholder) to show specific slot
  
 _Default:_ `true` _Default:_ `true`
  
-_Children:_ [showitem.command.slotexecutor](#showitem.command.slotexecutor)+_Children:_ [showitem.command.slotexecutor](#showitem.command.slotexecutor): `true`
  
 ## showitem.chat.inv ## showitem.chat.inv
-Gives permission to use the inventory chat variable+Gives permission to use the `%inv%` [chat placeholder variable](/plugin/showitem/chatplaceholder) to show the Inventory
  
 _Default:_ `op` _Default:_ `op`
  
-_Children:_ [showitem.command.invexecutor](#showitem.command.invexecutor)+_Children:_ [showitem.command.invexecutor](#showitem.command.invexecutor): `true`
  
 ## showitem.chat.ender ## showitem.chat.ender
-Gives permission to use the enderchest chat variable+Gives permission to use the `%ender%` [chat placeholder variable](/plugin/showitem/chatplaceholder) to show the Enderchest
  
 _Default:_ `op` _Default:_ `op`
  
-_Children:_ [showitem.command.enderexecutor](#showitem.command.enderexecutor)+_Children:_ [showitem.command.enderexecutor](#showitem.command.enderexecutor): `true`
  
 ## showitem.chat.spam ## showitem.chat.spam
-Gives permission to bypass the spawm protection+Gives permission to bypass the spam protection
  
 _Default:_ `op` _Default:_ `op`
- 
 ## showitem.command ## showitem.command
-Gives permission to the plugin command+Gives permission to the `/showitem` [command](/plugin/showitem/commands) to show items to other players
  
 _Default:_ `true` _Default:_ `true`
  
-_Children:_ [showitem.command.itemexecutor](#showitem.command.itemexecutor)+_Children:_ [showitem.command.itemexecutor](#showitem.command.itemexecutor): `true`
  
 ## showitem.command.itemexecutor ## showitem.command.itemexecutor
-Gives permission to run the showitem command executor+Internal permission to grant access to the actual executor of `/showitem`. Even when not allowing showing via commands this needs to be granted to view the gui!
  
 _Default:_ `false` _Default:_ `false`
  
-_Children:_ [showitem.command.itemexecutor.viewgui](#showitem.command.itemexecutor.viewgui)+_Children:_ [showitem.command.itemexecutor.viewgui](#showitem.command.itemexecutor.viewgui): `true`
  
 ## showitem.command.itemexecutor.viewgui ## showitem.command.itemexecutor.viewgui
-Gives permission to open the item GUI with the showitem command executor+Gives permission to view the item shown by `/showitem` or `%item%` in a GUI by clicking the item name in chat.
  
 _Default:_ `false` _Default:_ `false`
  
 ## showitem.command.slot ## showitem.command.slot
-Gives permission to show an item in a slot+Gives permission to the `/showslot` [command](/plugin/showitem/commands) to show items in specific slots to other players
  
 _Default:_ `true` _Default:_ `true`
  
-_Children:_ [showitem.command.slotexecutor](#showitem.command.slotexecutor)+_Children:_ [showitem.command.slotexecutor](#showitem.command.slotexecutor): `true`
  
 ## showitem.command.slotexecutor ## showitem.command.slotexecutor
-Gives permission to run the showslot command executor+Internal permission to grant access to the actual executor of `/showslot`. Even when not allowing showing via commands this needs to be granted to view the gui!
  
 _Default:_ `false` _Default:_ `false`
  
-_Children:_ [showitem.command.slotexecutor.viewgui](#showitem.command.slotexecutor.viewgui)+_Children:_ [showitem.command.slotexecutor.viewgui](#showitem.command.slotexecutor.viewgui): `true`
  
 ## showitem.command.slotexecutor.viewgui ## showitem.command.slotexecutor.viewgui
-Gives permission to open the item GUI with the showslot command executor+Gives permission to view the item shown by `/showslot` or `%item<slot>%` in a GUI by clicking the item name in chat.
  
 _Default:_ `false` _Default:_ `false`
  
 ## showitem.command.inv ## showitem.command.inv
-Gives permission to show the whole inventory+Gives permission to the `/showinv` [command](/plugin/showitem/commands) to show the whole inventory to other players
  
 _Default:_ `op` _Default:_ `op`
  
-_Children:_ [showitem.command.invexecutor](#showitem.command.invexecutor)+_Children:_ [showitem.command.invexecutor](#showitem.command.invexecutor): `true`
  
 ## showitem.command.invexecutor ## showitem.command.invexecutor
-Gives permission to run the showinv command executor+Internal permission to grant access to the actual executor of `/showinv`. Even when not allowing showing via commands this needs to be granted to view the gui!
  
 _Default:_ `false` _Default:_ `false`
  
 ## showitem.command.ender ## showitem.command.ender
-Gives permission to show the enderchest+Gives permission to the `/showender` [command](/plugin/showitem/commands) to show the whole Enderchest to other players
  
 _Default:_ `op` _Default:_ `op`
  
-_Children:_ [showitem.command.enderexecutor](#showitem.command.enderexecutor)+_Children:_ [showitem.command.enderexecutor](#showitem.command.enderexecutor): `true`
  
 ## showitem.command.enderexecutor ## showitem.command.enderexecutor
-Gives permission to run the showender command executor+Internal permission to grant access to the actual executor of `/showender`. Even when not allowing showing via commands this needs to be granted to view the gui!
  
 _Default:_ `false` _Default:_ `false`
  
 ## showitem.command.player ## showitem.command.player
-Gives permission to show an item to a specific player wherever he is+Gives permission to show an item or inventory  via `/showitem|showslot|showinv|showender <player>to a specific player wherever he is
  
 _Default:_ `true` _Default:_ `true`
  
 ## showitem.command.radius ## showitem.command.radius
-Gives permission to show an item in a radius you give+Gives permission to show an item or inventory via `/showitem|showslot|showinv|showender -radius <radius>in a radius you give
  
 _Default:_ `op` _Default:_ `op`
  
 ## showitem.command.world ## showitem.command.world
-Gives permission to show an item to all players in his current world+Gives permission to show an item or inventory via `/showitem|showslot|showinv|showender -world` to all players in his current world
  
 _Default:_ `op` _Default:_ `op`
  
 ## showitem.command.all ## showitem.command.all
-Gives permission to show an item to all online players+Gives permission to show an item or inventory via `/showitem|showslot|showinv|showender -all` to all online players
  
 _Default:_ `op` _Default:_ `op`
  
 ## showitem.command.reload ## showitem.command.reload
-Gives permission to use the reload command+Gives permission to use the `/showitem -reloadcommand to reload the config
  
 _Default:_ `op` _Default:_ `op`
  
 ## showitem.command.debug ## showitem.command.debug
-Gives permission to use the debug command+Gives permission to use the `/showitem -debugcommand to print more information about the command execution and the item shown
  
 _Default:_ `op` _Default:_ `op`
  
 ## showitem.helpclick ## showitem.helpclick
-Gives permission to use the help click functionality in the inventory+Gives permission to use the [help click functionality](/plugin/showitem/faq#why-does-a-message-show-when-clicking-with-the-middle-mouse-button-on-an-item) in the inventory (default: middle click) to view information regarding how to show an item in that specific slot
  
 _Default:_ `true` _Default:_ `true`
Line 137: Line 136:
  
 ## showitem.cooldownexempt ## showitem.cooldownexempt
-Gives permission to bypass the command cooldowns+Gives permission to bypass the command and chat placeholder cooldowns (defined in the config under `cooldowns`)
  
 _Default:_ `op` _Default:_ `op`
  
 ## showitem.blockbypass ## showitem.blockbypass
-Gives permission to bypass all item blocks+Gives permission to bypass all [item blocks](/plugin/showitem/config#item-blocker) (defined in the config under `blocks`)
  
 _Default:_ `op` _Default:_ `op`
  
 ## showitem.updatenotification ## showitem.updatenotification
-Receive update notifications ingame+Receive update notifications ingame for when a new version was released
  
 _Default:_ `op` _Default:_ `op`