Permissions - SniperFodder/DispNameChanger GitHub Wiki
These are the permission nodes that DispNameChanger uses. The node is listed first, followed by any dependencies it might have (A user has to have the dependency to be able to use that permission). A short description of the node as well as the default assignment follow that.
Node | Dependency | Description | Default |
dispname.change | None | Allows a user to change their display name. | OP |
dispname.changeother | dispname.change | Allows a user to change someone else's display name. | OP |
dispname.changespace | dispname.change | Allows a user to use a space in the display name. | OP |
dispname.check | None | Allows a user to check who a renamed person is. | True |
dispname.announce | None | Allows a user to receive admin only name change broadcasts. | OP |
dispname.list | None | Allows a user to list all users and their respective display names. | True |
dispname.color.style.bold | dispname.change | Allows a user to use the Bold color code in their name. | OP |
dispname.color.style.italic | dispname.change | Allows a user to use the Italic color code in their name. | OP |
dispname.color.style.magic | dispname.change | Allows a user to use the Magic color code in their name. | OP |
dispname.color.style.strike | dispname.change | Allows a user to use the Strikethrough color code in their name. | OP |
dispname.color.style.underline | dispname.change | Allows a user to use the Underline color code in their name. | OP |
dispname.color.black | dispname.change | Allows use of the Black Color Code. | OP |
dispname.color.darkblue | dispname.change | Allows use of the Dark Blue Color Code. Alt Name - Navy | OP |
dispname.color.darkgreen | dispname.change | Allows use of the Dark Green Color Code. Alt Name - Green | OP |
dispname.color.darkaqua | dispname.change | Allows use of the Dark Aqua Color Code. Alt Name - Teal | OP |
dispname.color.darkred | dispname.change | Allows use of the Dark Red Color Code. Alt Name - Maroon | OP |
dispname.color.purple | dispname.change | Allows use of the Purple Color Code. | OP |
dispname.color.orange | dispname.change | Allows use of the Orange Color Code. Alt Name - Gold | OP |
dispname.color.grey | dispname.change | Allows use of the Grey Color Code. Alt Name - Silver | OP |
dispname.color.darkgrey | dispname.change | Allows use of the Dark Grey Color Code. Alt Name - Grey | OP |
dispname.color.indigo | dispname.change | Allows use of the Indigo Color Code. Alt Name - Blue | OP |
dispname.color.brightgreen | dispname.change | Allows use of the Bright Green Color Code. Alt Name - Lime | OP |
dispname.color.aqua | dispname.change | Allows use of the Aqua Color Code. | OP |
dispname.color.red | dispname.change | Allows use of the Red Color Code. | OP |
dispname.color.pink | dispname.change | Allows use of the Pink Color Code. | OP |
dispname.color.yellow | dispname.change | Allows use of the Yellow Color Code. | OP |
dispname.color.white | dispname.change | Allows use of the White Color Code. | OP |
Further more, there is an all ( dispname.* ) node that gives access to all the commands.
Child Node | Default |
dispname.change | true |
dispname.changeother | true |
dispname.changespace | true |
dispname.check | true |
dispname.announce | true |
dispname.color.* | true |
And there is an all (dispname.color.*) node that gives access to all the color codes and styles.
Child Node | Default |
dispname.color.style.* | true |
dispname.color.all | true |
The permissions for (dispname.color.style.*) give all of the styles.
ChildNode | Default |
dispname.color.style.bold | true |
dispname.color.style.italic | true |
dispname.color.style.magic | true |
dispname.color.style.strike | true |
dispname.color.style.underline | true |
The permissions for (dispname.color.all) give all of the colors.
ChildNode | Default |
dispname.color.black | true |
dispname.color.darkblue | true |
dispname.color.darkgreen | true |
dispname.color.darkaqua | true |
dispname.color.darkred | true |
dispname.color.purple | true |
dispname.color.orange | true |
dispname.color.grey | true |
dispname.color.darkgrey | true |
dispname.color.indigo | true |
dispname.color.brightgreen | true |
dispname.color.aqua | true |
dispname.color.red | true |
dispname.color.pink | true |
dispname.color.yellow | true |
dispname.color.white | true |
Default assignments are for when a server does not have a permissions plugin installed.
Assignment | Defintion |
OP | This permission is assigned to OP's only. |
True | This permission is assigned to user/everyone. |