toppev / strike-tab

StrikePractice per player tablist addon.
MIT License
7 stars 2 forks source link

crashing in 1.7.10 #7

Closed Baladeiros closed 2 years ago

Baladeiros commented 2 years ago

the plugin is crashing my client in mc version 1.7.10

iiAhmedYT commented 2 years ago

can you send your crash error in your client logs and are you sure you are using latest version of StrikePractice with it?

toppev commented 2 years ago

This is most likely caused by other plugins using scoreboards. For example, colored name tags work with scoreboards.

Both StrikePractice and StrikeTab use the server main thread to actually modify the scoreboard teams so they should not conflict with each other or other plugins following this rule: https://github.com/toppev/strike-tab/blob/6bce8715e46bb9cce2aae26b42242cb123127bbf/src/main/kotlin/updater/TabbedTabUpdater.kt#L105-L107

Baladeiros commented 2 years ago

i am using protocolsupport to be able to join in 1.7, could that be the reason?

iiAhmedYT commented 2 years ago

yes it actually could but i do the same thing and i never crashed like that. sending your other plugin list and crash error could be helpful enough to spot the issue.