Permissions

SmartSignEditor Permissions

Here there's a list of all the avaliable permissions on the plugin, and what they grant to the player.

They're formatted in a bulletded list. By granting one permission to a player, it will also grants all the children permissions linked to it



  • sse.*: Grants the player all the permissions of the plugin
    • sse.command.*: Grants the player access to all the commands
      • sse.command.sse: Allows you to use the command /sse
      • sse.command.sse-reload: Allows you to use the command /sse-reload
    • sse.tool.*: Grants the player full access for every tool
      • sse.tool.extended: Allows the player to use the extended tool feature
      • sse.tool.override: Allows the player to modify signs that are already being edited by others
      • sse.tool.edit.*: Allows you to use all the options on the edit tool
        • sse.tool.edit: Allows you to use the edit tool
        • sse.tool.edit.colors: Allows you to use colors when editing a sign
      • sse.tool.copy.*: Allows you to use all the options on the copy tool
        • sse.tool.copy: Allows you to use the copy tool
        • sse.tool.copy.all: Allows you to copy the entire sign
        • sse.tool.copy.line: Allows you to copy single lines from the sign
        • sse.tool.copy.color: Allows you to copy colors from signs
      • sse.tool.paste.*: Allows you to use all the options on the paste tool
        • sse.tool.paste: Allows you to use the paste tool
        • sse.tool.paste.all: Allows you to paste the entire sign
        • sse.tool.paste.line: Allows you to paste single lines to the sign
        • sse.tool.paste.color: Allows you to paste colors to signs
      • sse.tool.erase.*: Allows you to use all the options on the erase tool
        • sse.tool.erase: Allows you to use the erase tool
        • sse.tool.erase.all: Allows you to erase the entire sign
        • sse.tool.erase.line: Allows you to erase single lines from the sign


Quote from Example:

Giving the player the permission sse.tool.copy.* will also give them sse.tool.copy, sse.tool.copy.all, sse.tool.copy.line and sse.tool.copy.colors