Class | Description |
---|---|
FillProfileEvent |
Fired once a profiles additional properties (such as textures) has been filled
|
LookupProfileEvent |
Allows a plugin to be notified anytime AFTER a Profile has been looked up from the Mojang API
This is an opportunity to view the response and potentially cache things.
|
PreFillProfileEvent |
Fired when the server is requesting to fill in properties of an incomplete profile, such as textures.
|
PreLookupProfileEvent |
Allows a plugin to intercept a Profile Lookup for a Profile by name
At the point of event fire, the UUID and properties are unset.
|
ProfileWhitelistVerifyEvent |
Fires when the server needs to verify if a player is whitelisted.
|
Copyright © 2021. All rights reserved.