Data-Tracker not working
Closed this issue · 3 comments
kozibrodka commented
Data-tracker seems not to work for entitybase (not living) entities
mineLdiver commented
Only LivingEntitySpawnS2CPacket
synchronizes DataTracker on spawn, and EntityTrackerUpdateS2CPacket
is only sent if the DataTracker values are changed server-side, so the behavior in the video is vanilla.
This should be pretty easy to add as a feature to StAPI though, since custom spawn packets and tracking parameters are already a thing.
DanyGames2014 commented
Please do, I also spent way too long trying to figure out why my Entity is not getting synced in Multiplayer
mineLdiver commented
Fixed with c788750