Was talking with @ryantheleach and he mentioned that this would be something that could potentially be implemented into the API. Enjin Minecraft Plugin is heavily reliant on live notifications from plugins to ensure that ranks synchronize between the server/website as soon as possible, so it would be nice to have this in the API to further eliminate the need to rely on plugin implementations.
An example of the type of functionality I'm referring to you can look at SubjectDataListener from PermissionManager. I'll leave it to the developers to decide on the best method of implementation should they implement this.
Would really appreciate if this was implemented as it will certainly be beneficial to Enjin.
Regards,
Evan Lindsay
as it will certainly be beneficial to Enjin.
I care about Enjin.
I only care about Enjin.
Everyone says so...
馃馃槄
@kinggoesgaming I'm stating a fact that it will be beneficial to a plugin I maintain... or do you believe that people shouldn't have a reason to suggest an addition to the API? Other people may find this addition useful as well, but I'm not asking on their behalf. If they wish to +1 this request they can. As far as I'm concerned your comment is completely uncalled for and in no way contributes to this issue.
@Favorlock Knowing KingGoesGaming from IRC, it's likely not meant as offensive, probably some obscure reference or something I'm not understanding.
@Favorlock yup it was a joke, sorry if it sounded as if it came that way
@ryantheleach @kinggoesgaming Ah, ok. I'm rarely ever on IRC, so I thought it was just someone being rude and trolling.
There is a branch where permissions events are being worked on, https://github.com/SpongePowered/SpongeAPI/tree/feature/perms-update -- so events are happening, we're just working on the best way to implement them. It seems like a lot of perms plugins have this functionality, so it makes sense to bring it into sponge's permissions API
Most helpful comment
There is a branch where permissions events are being worked on, https://github.com/SpongePowered/SpongeAPI/tree/feature/perms-update -- so events are happening, we're just working on the best way to implement them. It seems like a lot of perms plugins have this functionality, so it makes sense to bring it into sponge's permissions API