Permission Nodes

These are the basic permission nodes that should be assigned to most players
Permission Node Description
sgtitles.list Allows a user to view titles they own (/title list)
sgtitles.set Allows a user to set a title (/title set)
sgtitles.color Allows a user to set a color (/title color)
sgtitles.clear Allows a user to clear titles/colors from their name (/title clear)
To give users access to specific colors you need to give them the sgtitles.color.[colorname] permission! (Ex. sgtitles.color.red or sgtitles.color.dark_blue) The following permissions should be reserved for administrative users (but this is entirely up to you!)
Permission Node Description
sgtitles.admin.add Allows a user to grant another user a title (/title add)
sgtitles.admin.revoke Allows a user to revoke a title from another user (/title revoke)
sgtitles.admin.clear Allows a user to clear other users prefixes/color (/title clear)
sgtitles.admin.create Allows a user to create a new title (/title create)
sgtitles.admin.modify Allows a user to modify a title (/title modify)
sgtitles.admin.delete Allows a user to delete a title (/title delete)
sgtitles.admin.import Imports titles from import.yml (/title import)
sgtitles.admin.export Exports all titles to export.yml (/title export)
sgtitles.admin.reload Reload config.yml from disk (/title reload)