https://github.com/luckperms/extension-legacy-api
An extension for LuckPerms v5, which implements the legacy v4 API.
https://github.com/luckperms/extension-legacy-api
Last synced: about 1 year ago
JSON representation
An extension for LuckPerms v5, which implements the legacy v4 API.
- Host: GitHub
- URL: https://github.com/luckperms/extension-legacy-api
- Owner: LuckPerms
- Created: 2019-10-11T22:46:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T16:25:41.000Z (over 5 years ago)
- Last Synced: 2025-02-16T14:57:42.429Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# extension-legacy-api
An extension for LuckPerms v5, which implements the legacy v4 API.
This allows plugins coded against previous versions of LuckPerms to continue to operate with the newer versions.
This is not a long term solution, it exists merely to reduce some of the update burden on users. Developers are encouraged to update to the new v5 API as soon as possible.
### Event listening
Only a limited number of events are able to be listened to.
Currently supported:
* `GroupCacheLoadEvent`
* `GroupDataRecalculateEvent`
* `NodeAddEvent`
* `NodeClearEvent`
* `NodeMutateEvent`
* `NodeRemoveEvent`
* `UserCacheLoadEvent`
* `UserDataRecalculateEvent`
* `UserDemoteEvent`
* `UserFirstLoginEvent`
* `UserLoadEvent`
* `UserPromoteEvent`
* `UserTrackEvent`