games647 / ScoreboardStats

Bukkit plugin for customizing the sidebar of the scoreboard feature from minecraft
https://dev.bukkit.org/bukkit-mods/scoreboardstats/
MIT License
28 stars 45 forks source link

Collision problem #214

Closed Blamo27 closed 6 years ago

Blamo27 commented 6 years ago

Hello,

When I disable collision with the PaperSpigot configuration, the collision with other players is still active. Tested with different version of ScoreBoardStats and 1.12 PaperSpigot

Configuration :

enable-player-collisions: false max-entity-collisions: 0 armor-stands-do-collision-entity-lookups: false / true

Can you help me ?

games647 commented 6 years ago

You could try to enable compatibility mode

Blamo27 commented 6 years ago

Yes it's working, thanks !