... | ... | @@ -7,4 +7,18 @@ Help! My emotes/gestures are broken! |
|
|
Emotes are a very cool but highly sensitive feature and can break for numerous reasons. Try checking for the following:
|
|
|
* The shader files were not included in your Resource Pack
|
|
|
* Certain plugins such as ItemsAdder include shaders that are not compatible
|
|
|
* Certain client mods that break CoreShaders will cause emotes not to work |
|
|
\ No newline at end of file |
|
|
* Certain client mods that break CoreShaders will cause emotes not to work
|
|
|
|
|
|
Why do I see myself invisible when using an emote?
|
|
|
--------------------------------------------------
|
|
|
If you see the outline of your body sitting while using an emote, you likely either have a a scoreboard or tab plugin interfering, or have vanilla scoreboard teams set up to show invisible teammates.
|
|
|
|
|
|
To fix this with vanilla scoreboard teams, use the following command:
|
|
|
`/team modify [team] seeFriendlyInvisibles false`
|
|
|
|
|
|
To fix this in the **TAB** plugin, for example, you can set the following:
|
|
|
```
|
|
|
scoreboard-teams:
|
|
|
enabled: false
|
|
|
```
|
|
|
|