Permissions - SuperRonanCraft/AdvancedModreq GitHub Wiki
Here's the full list of permissions with their descriptions!
The "chidlren" node means what other permissions are also included in the parent permission Just add "advancedmodreq.*" get give a player ALL permission to the plugin :)
#CORE
advancedmodreq.use:
description: Use plugin
default: true
#/Modreq reload
advancedmodreq.reload:
description: Reload plugin
advancedmodreq.updater:
description: Get notification if there is an update for AdvancedModreq
#/Modreq language <lang>
advancedmodreq.language:
description: Change the language
advancedmodred.admin.*:
description: Access to Admin Commands
children:
advancedmodreq.admin.settings: true
advancedmodreq.admin.manage: true
advancedmodreq.*:
children:
advancedmodreq.use: true
advancedmodreq.reload: true
advancedmodreq.updater: true
advancedmodreq.language: true
advancedmodreq.tickets.*: true
advancedmodreq.purge.*: true
advancedmodreq.importance.*: true
advancedmodreq.notifications.*: true
advancedmodreq.economy.bypass: true
advancedmodreq.admin.*: true
advancedmodreq.tickets.*:
children:
advancedmodreq.tickets.status: true
advancedmodreq.tickets.status.own: true
advancedmodreq.tickets.reply: true
advancedmodreq.tickets.reply.own: true
advancedmodreq.tickets.flag: true
advancedmodreq.tickets.open: true
advancedmodreq.tickets.close: true
advancedmodreq.tickets.tp: true
advancedmodreq.tickets.list.*: true
advancedmodreq.tickets.importance: true
advancedmodreq.tickets.delete: true
advancedmodreq.tickets.claim: true
advancedmodreq.tickets.claim.override: true
advancedmodreq.tickets.create: true
#/Modreq status
advancedmodreq.tickets.status:
description: View all personal ticket status' and replies from other players
advancedmodreq.tickets.status.own:
description: View all personal ticket status' and replies
default: true
#/Modreq reply <ticket> <message>
advancedmodreq.tickets.reply:
description: Reply to another players ticket
advancedmodreq.tickets.reply.own:
description: Reply to a personal ticket
default: true
#/Modreq flag <ticket>
advancedmodreq.tickets.flag:
description: Ability to flag a ticket
#/Modreq open <ticket>
advancedmodreq.tickets.open:
description: Re-open a ticket
#/Modreq close <ticket>
advancedmodreq.tickets.close:
description: Close a ticket
#/Modreq teleport <ticket>
advancedmodreq.tickets.tp:
description: Teleport to a tickets creation location
#/Modreq view <ticket>
advancedmodreq.tickets.view.opened:
description: View an open ticket
advancedmodreq.tickets.view.closed:
description: View a closed ticket
advancedmodreq.tickets.view.*:
children:
advancedmodreq.tickets.view.opened: true
advancedmodreq.tickets.view.closed: true
#/Modreq list <all/close/open/flag> [chat]
advancedmodreq.tickets.list.opened:
description: List and View all open tickets
children:
advancedmodreq.tickets.view.opened: true
advancedmodreq.tickets.list.closed:
description: List and View all closed tickets
children:
advancedmodreq.tickets.view.closed: true
advancedmodreq.tickets.list.*:
children:
advancedmodreq.tickets.list.opened: true
advancedmodreq.tickets.list.closed: true
#/Modreq importance <ticket> <1-5>
advancedmodreq.tickets.importance:
description: Set the importance level of a ticket, requires "...importance.1-5"
#/Modreq delete <ticket>
advancedmodreq.tickets.delete:
description: Delete a ticket
#/Modreq claim <ticket>
advancedmodreq.tickets.claim:
description: Claim a ticket, disallowing others from altering it
advancedmodreq.tickets.claim.override:
description: Claim an already claimed ticket
#/Modreq purge <all/close/open>
advancedmodreq.purge.*:
children:
advancedmodreq.purge.opened: true
advancedmodreq.purge.closed: true
advancedmodreq.purge.all: true
advancedmodreq.purge.opened:
description: Purge all opened tickets
advancedmodreq.purge.closed:
description: Purge all closed tickets
advancedmodreq.purge.all:
description: Purge all tickets
advancedmodreq.staff.notification:
description: Get a notification when a player makes a new ticket
#/Modreq create <message> and/or /Report <message>
advancedmodreq.tickets.create:
description: Make a ticket request
default: true
advancedmodreq.importance.*:
description: Be able to create/edit a ticket with the specific importance level
default: true
children:
advancedmodreq.importance.1: true
advancedmodreq.importance.2: true
advancedmodreq.importance.3: true
advancedmodreq.importance.4: true
advancedmodreq.importance.5: true
advancedmodreq.importance.1:
description: Ability to make a level 1 ticket
advancedmodreq.importance.2:
description: Ability to make a level 2 ticket
advancedmodreq.importance.3:
description: Ability to make a level 3 ticket
advancedmodreq.importance.4:
description: Ability to make a level 4 ticket
advancedmodreq.importance.5:
description: Ability to make a level 5 ticket
advancedmodreq.economy.bypass:
description: Bypass the tickets creation value
#NOTIFICATIONS
advancedmodreq.notifications.player:
description: Notify player of any updated tickets
default: true
advancedmodreq.notifications.opened:
description: Notify player if a ticket is opened when joining
advancedmodreq.notifications.flagged:
description: Notify player if a ticket was flagged when joining
advancedmodreq.notifications.new:
description: Notify player if a new ticket was created
advancedmodreq.notifications.claimed:
description: Notify player if a ticket was claimed
advancedmodreq.notifications.*:
children:
advancedmodreq.notifications.player: true
advancedmodreq.notifications.opened: true
advancedmodreq.notifications.flagged: true
advancedmodreq.notifications.new: true
advancedmodreq.notifications.claimed: true
#SIGNS
advancedmodreq.signs.create:
description: Ability to create a command sign
#ADMIN
#/Modreq settings
advancedmodreq.admin.settings:
description: Edit plugin settings
#/Modreq manage
advancedmodreq.admin.manage:
description: Manage all tickets