Name | resource pack status |
Event Lines | resource pack status |
Triggers | when a player accepts, denies, successfully loads, or fails to download a resource pack. |
Generated Examples | on resource pack status: |
Has Player | Always. - this adds switches 'flagged:<flag name>' + 'permission:<node>', in addition to the '<player>' link. |
Switches | status:<status> to only process the event when a specific status is returned. Same status names as returned by 'context.status'. |
Contexts | <context.status> returns an ElementTag of the status. Can be: SUCCESSFULLY_LOADED, DECLINED, FAILED_DOWNLOAD, ACCEPTED.
|
Group | Player |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/events/player/ResourcePackStatusScriptEvent.java#L13 |