Differences
This shows you the differences between two versions of the page.
plugin:forceresourcepacks:statuses [2024/03/16 15:59] – created - external edit | plugin:forceresourcepacks:statuses [2024/03/16 16:57] (current) – phoenix616 | ||
---|---|---|---|
Line 7: | Line 7: | ||
## Available Statuses | ## Available Statuses | ||
- | ### `NO_PERMISSION` | + | ### NO_PERMISSION |
- | No pack can be send to a player because all that would be available on that server are restricted and the player doesn' | + | No pack can be sent to a player because all that would be available on that server are restricted and the player doesn' |
- | ### `WRONG_VERSION` | + | ### WRONG_VERSION |
- | No pack can be send because all packs that would be available on that server have a pack format that would be incompatible with the player' | + | No pack can be sent because all packs that would be available on that server have a pack format that would be incompatible with the player' |
- | ### `REQUESTED` | + | ### REQUESTED |
A request to download the server resource pack is send to the client. Run before anything shows up for the user. | A request to download the server resource pack is send to the client. Run before anything shows up for the user. | ||
- | ### `ACCEPTED` | + | ### ACCEPTED |
The player chose " | The player chose " | ||
- | ### `DECLINED` | + | ### DECLINED |
The player chose " | The player chose " | ||
- | ### `LOADED` | + | ### LOADED |
The player finished downloading the pack and the client applied it | The player finished downloading the pack and the client applied it | ||
- | ### `FAILED` | + | ### FAILED |
The client failed to download the pack, e.g. when the pack url is wrong. Check the client' | The client failed to download the pack, e.g. when the pack url is wrong. Check the client' | ||
- | ### `TIMEOUT` | + | ### TIMEOUT |
The client/ | The client/ | ||
If no extra actions for TIMEOUT are set the DECLINED actions are used | If no extra actions for TIMEOUT are set the DECLINED actions are used | ||
Line 34: | Line 34: | ||
**For 1.20.3+ clients:** | **For 1.20.3+ clients:** | ||
- | ### `DOWNLOADED` | + | ### DOWNLOADED |
The player finished downloading the pack | The player finished downloading the pack | ||
- | ### `INVALID_URL` | + | ### INVALID_URL |
The URL provided wasn't valid | The URL provided wasn't valid | ||
- | ### `FAILED_TO_RELOAD` | + | ### FAILED_TO_RELOAD |
The client failed to (re)load the applied pack | The client failed to (re)load the applied pack | ||
- | ### `DISCARDED` | + | ### DISCARDED |
The client decided to not do anything with the pack (e.g. the same version was applied already) | The client decided to not do anything with the pack (e.g. the same version was applied already) |