TAB
TAB copied to clipboard
[Teams] Collision API not working
Server version
Spigot 1.20.1
TAB version
4.1.2
Describe the bug
Collision Rule is not working properly:
NameTagManager nameTagManager = TabAPI.getInstance().getNameTagManager();
nameTagManager.setCollisionRule(tabPlayer, true);
nameTagManager.setCollisionRule(tabPlayerOrigin, true);
Expected behavior
the two players should be able to push each other
Steps to reproduce
just use this code
Additional info
No response
Checklist
- [X] I am running latest version of the plugin
- [X] I have read the wiki to make sure it's not an issue with configuration
- [ ] I ticked all of the boxes without actually reading them
- [X] I have read the Compatibility wiki page and am not trying to run the plugin on an unsupported server version / platform
- [X] I am willing to cooperate to get this issue resolved faster, including providing any additional information requested or testing new builds