Skip to content

Add permission suggestions trigger #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions modules/triggers/triggers/embeds/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -735,5 +735,17 @@
"value": "https://luckperms.net/wiki/Installation#other-permission-plugins"
}
]
},
{
"name": "permsuggestions",
"aliases": ["webperms"],
"title": "Permissions not showing up in the web editor?",
"description": "The web editor shows a list of permission suggestions matching your input. Do not rely solely on the prompts when adding permissions, as they're just suggestions. Instead, you may type in your permissions manually.",
"fields": [
{
"key": "Locate permissions using verbose",
"value": "https://luckperms.net/wiki/Verbose"
}
]
}
]