← Back to Index
UpdateSoftEnumPacket (114)
This is used for the scoreboard and tag systems (overwhelmingly used by 3rd party content)
This allows someone to sync between server and client tags and enums on mobs or on the level.
| Field Name |
Type |
Field Index |
Description |
| Enum Name (Required) |
string |
0 |
|
| Values (Required) |
array<string> |
1 |
|
| Update Type (Required) |
uint8 |
2 |
|
Enum Values:
| Index |
Value |
| 0 |
Add |
| 1 |
Remove |
| 2 |
Replace |
|