Name | <PlayerTag.has_permission[permission.node]> |
Returns | ElementTag(Boolean) |
Description | Returns whether the player has the specified node.
(May work with offline players, depending on your permissions system.) |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java#L1309 |
Name | <PlayerTag.has_permission[permission.node].global> |
Returns | ElementTag(Boolean) |
Description | Returns whether the player has the specified node, regardless of world.
(Works with offline players) (Note: this may or may not be functional with your permissions system.) |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java#L1319 |
Name | <PlayerTag.has_permission[permission.node].world[<world>]> |
Returns | ElementTag(Boolean) |
Description | Returns whether the player has the specified node in regards to the
specified world. (Works with offline players) (Note: This may or may not be functional with your permissions system.) |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java#L1341 |
Name | <PlayerTag.townychat.has_permission[<channel_name>]> |
Returns | ElementTag(Boolean) |
Description | Returns whether the player has permissions to join the specified channel. |
Requires | Depenizen, Towny |
Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/properties/towny/TownyChatPlayerProperties.java#L98 |
Name | <server.has_permissions> |
Returns | ElementTag(Boolean) |
Description | Returns whether the server has a known permission plugin loaded.
Note: should not be considered incredibly reliable. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java#L1091 |
Name | <server.permission_groups> |
Returns | ListTag |
Description | Returns a list of all permission groups on the server. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java#L1221 |
Name | <DiscordRoleTag.permissions> |
Returns | ListTag |
Description | Returns a list of permissions that the role provides for users. You can get a list of possible outputs here: https://ci.dv8tion.net/job/JDA5/javadoc/net/dv8tion/jda/api/Permission.html |
Requires | dDiscordBot |
Source | https://github.com/DenizenScript/dDiscordBot/blob/master/src/main/java/com/denizenscript/ddiscordbot/objects/DiscordRoleTag.java#L243 |
Name | <DiscordUserTag.permissions[<group>]> |
Returns | ListTag |
Description | Returns a list of permissions that the user has in a certain group. You can get a list of possible outputs here: https://ci.dv8tion.net/job/JDA5/javadoc/net/dv8tion/jda/api/Permission.html |
Requires | dDiscordBot |
Source | https://github.com/DenizenScript/dDiscordBot/blob/master/src/main/java/com/denizenscript/ddiscordbot/objects/DiscordUserTag.java#L455 |
Name | <LuckPermsGroupTag.has_permission[<permission.node>]> |
Returns | ElementTag(Boolean) |
Description | Returns whether the group has the specified permission node. |
Requires | Depenizen, LuckPerms |
Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/objects/luckperms/LuckPermsGroupTag.java#L146 |
Name | <SkillAPIClassTag.needs_permission> |
Returns | ElementTag(Boolean) |
Description | Returns whether this SkillAPI class requires permission to profess as it. |
Requires | Depenizen, SkillAPI |
Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/objects/skillapi/SkillAPIClassTag.java#L141 |