
Skript-LuckPerms
A Skript Addon that implements LuckPerms into Skript (events, groups, tracks, etc).
Список изменений
Warning: This update includes breaking changes
Whats new/modified in this release:
Changed EffPermissionMembers syntax to be more simple (example: set {_lp::*} to all luckperms users with permission "example")
Cleaned up a lot of classes (internal stuff nothing you will see)
Fixed a bug with edit group & edit user section where code after it would run twice
Fixed a lot of issues with docs with invalid/outdated examples (there is probably more please let me know!)
Breaking changes
Removed ExprGroupWeight and replaced it with a type property (example: set {_m} to weight of {_mygroup})
Removed ExprChatMetaPriority and replaced it with a type property (example: set {_m} to priority of {_mychatmeta})
Removed ExprChatMetaSource and replaced it with a type property (example: set {_m} to source of {_mychatmeta})
