Skip to content

Commit

Permalink
Merge pull request #866 from bitpredator/dev
Browse files Browse the repository at this point in the history
chore: created the helper role for ticket management
  • Loading branch information
bitpredator authored Oct 27, 2024
2 parents b61ea81 + b15e364 commit 3cfc22c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions server-data/resources/[esx_addons]/tickets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ If you need any support, feel free to reach out to us via our Discord: https://d
```
# Ticket Administration Ace
add_ace group.admin ticket.admin allow
add_ace group.helper ticket.helper allow
```

### Webhook Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ IR8.Config = {
},

-- Those with the following ace permissions will have admin access
AdminPermissions = { "ticket.admin" },
AdminPermissions = { "ticket.admin", "ticket.helper" },

-- Command information
Commands = {
Expand Down

0 comments on commit 3cfc22c

Please sign in to comment.