Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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't have the permissions he would need for that pack+No pack can be sent to a player because all that would be available on that server are restricted and the player doesn't have the permissions he would need for that pack
  
-### `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's client version or the client has the wrong type (bedrock) and can't receive packs.+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's client version or the client has the wrong type (bedrock) and can't receive packs.
  
-### `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 "yes" on the download screen or has the server pack enabled for this server entry in his multiplayer list The player chose "yes" on the download screen or has the server pack enabled for this server entry in his multiplayer list
  
-### `DECLINED`+### DECLINED
 The player chose "no" on the download screen or has the server pack disabled for this server entry in his multiplayer list The player chose "no" on the download screen or has the server pack disabled for this server entry in his multiplayer list
  
-### `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's latest.log file for more details! The client failed to download the pack, e.g. when the pack url is wrong. Check the client's latest.log file for more details!
  
-### `TIMEOUT`+### TIMEOUT
 The client/player failed to react on the server resourcepack sent prompt in the amount of seconds set in the config at "prompttimeout" The client/player failed to react on the server resourcepack sent prompt in the amount of seconds set in the config at "prompttimeout"
 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)