Skript-LuckPerms by AnOwlBe 
A Skript Addon that implements LuckPerms into Skript (events, groups, tracks etc).
Events
14
Expressions
12
Effects
14
Conditions
2
Types
4
Sections
2
Structures
0
Total
48
A Skript Addon that implements LuckPerms into Skript (events, groups, tracks etc).
Events
14
Expressions
12
Effects
14
Conditions
2
Types
4
Sections
2
Structures
0
Total
48
The release for 1.0.2 with bugfixes & a chunk of new features.
> Fixed an issue where some expressions didn't check if the object being set accepted change
> Fixed an issue with SecEditGroup & SecEditUser where local variables were deleted after the section ran
> Fixed some issues with invalid documentation for some syntaxes.
> Added an expression to get all groups that are in a track.
> Added a lang file (this should now make the types for tracks, groups, users & chatmeta nodes show correctly instead of e.g. types.luckpermsuser)
> Added an event for when a track adds a group.
> Added an event for when a track removes a group.
> Added a effect to create a track.
> Added a effect to delete a track.
> Added an effect to create a group.
> Added an effect to delete a group.
> Implemented update checker.
> Added an expr to get an offlineplayer from a luckperms user.
> Changed pattern of EffLoadPlayer to be more short (example: set {_lp} to luckperms user from {_p})
> Implemented EffQuickLoadPlayer use this in cases where you need an instant return value.
This is not a replacement of EffLoadPlayer as this only supports online players
Download: https://modrinth.com/plugin/skript-luckperms/version/1.0.2-BETA
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](https://modrinth.com/plugin/luckperms)
- [Skript](https://modrinth.com/plugin/skript) V2.15 or higher
# Links
- [Discord](https://discord.gg/QK8dsfrArZ)
- [GitHub](https://github.com/AnOwlBe/Skript-LuckPerms)
- [bStats](https://bstats.org/plugin/bukkit/Skript-LuckPerms/31087)
### Docs
- [SkDocs](https://skdocs.org/docs?addon=skript-luckperms)
- [SkriptHub](http://skripthub.net/docs/?addon=Skript-LuckPerms)