Skript-LuckPerms
A Skript Addon that implements LuckPerms into Skript (events, groups, tracks etc).
Skript-LuckPerms
<img alt="paper" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/paper_vector.svg"> <!-- SVG version --> <img alt="purpur" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/purpur_vector.svg"> <!-- SVG version --> <a href="https://discord.gg/QK8dsfrArZ"><img alt="discord-plural" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/social/discord-plural_vector.svg"></a>
Warning: Skript-LuckPerms is still in beta. Expect bugs and other issues to arise.
Skript-LuckPerms
> What is Skript-LuckPerms? > Skript-LuckPerms is an addon for Skript that allows > you to use the LuckPerms API in Skript without the hassle > of console commands or skript-reflect.
Features
Users
- Full support for offline players for retrieving values or setting them. - Add groups/permissions for a specific duration or forever. - Add prefixes/suffixes for a specific duration or forever. - Events for when a user gains/loses a node. - Support for removing nodes. - User events (called when a user is modified).
Groups
- Get all users who have a group. - Get/set weight of a group. - Group events (called when a group is modified).
Tracks
- Get all users who have a track - Track events (called when a track is modified). - Rest is W.I.P.
Chat Meta Nodes
- Section builder to build a prefix/suffix. - Get priority/source of a chat meta node. - Get/modify all prefixes of a player. - Get/modify all suffixes of a player.
Thread Safe
- All thread blocking operations are done async. - No need to worry about brief TPS drops ;3
Requirements
- LuckPerms - Skript V2.15 or higher