TorchAPI.com is powered by Qonzer! Check them out for the ultimate game server hosting experience.
An extension to LuckPerms plugin to allow assigning permissions based on discord roles or boosting status
More information about contexts can be found wiki
discordsrv:linked
- whether the player has linked a Discord account (true/false)discordsrv:boosting
- whether the player is boosting the Discord guild (true/false)discordsrv:role
- the role the user has in Discorddiscordsrv:role_id
- the role id the user has in Discorddiscordsrv:server_id
- whether the user is a member of the server with the given id (currently works only for main guild)/lp group default permission set kits.booster true discordsrv:boosting=true
- special kit booster
for users boosting your discord guild (Using Kits plugin)This plugin adds a meta node to each linked user with luckperms.discord.userid
key and value being user's discord id
# Discord API used for interacting with discord:
# Available integrations:
# internal (Using internal discord api manager, you must provide bot token down below)
# sedb (Using SE-DiscordBridge plugin from Bishbash777 https://torchapi.com/plugins/view/3cd3ba7f-c47c-4efe-8cf1-bd3f618f5b9c)
discord-api-mode: internal
# Configuration options for discord api manager (regardless of discord-api-mode):
discord-api:
# Id of a discord server where the plugin will work
# main-guild-id: 12345
# Configuration options for internal discord api manager (if discord-api-mode is set to internal):
internal-discord-api:
# Discord bot token (can be obtained from https://discord.com/developers/applications) make sure to enable ALL intents
# token: token here
Ways to support the author directly Github