Commit graph

10 commits

Author SHA1 Message Date
Telesphoreo d946737e90 modify for tfm 2020-08-12 19:09:17 -05:00
isokissa3 d02d9d49e1 Back to snapshot 2020-04-24 17:45:51 +03:00
isokissa3 84e41c5b00 Release 4.1.4 2020-04-24 17:44:22 +03:00
isokissa3 2f1529c4c8 Back to dev 2020-01-31 03:08:10 +02:00
isokissa3 ee6db3c153 Release 1.4.3 2020-01-31 03:05:14 +02:00
isokissa3 32b5d257bb Release 4.1.2 2019-01-15 16:54:38 +02:00
isokissa3 2eaba09e0b Fixed materials looking up legacy ones first on 1.13 2018-12-11 18:04:27 +02:00
isokissa3 eb6b63b63f Block sending remove mob effect packet to clients when updating give-effects potion effect timers
Due to how CraftBukkit internally works is that when you add dublicate potion effect type it will be ignored unless you force it. But that causes some issues as the potion effect is removed (for really short period of time) but the packet is still sent to client. After this the new potion effect timer is sent on add mob effect packet. This will cause the nausea effect to reset everytime on clients 1.9 and above. This also fixes latency issues where the different packets dont arrive excatly at the same time and causes blinking on night vision effect.

This is fixed by using ProtocolLib to cancel the sending of remove mob effect packet when we are updating those effects.

On servers with 1.13 that are missing ProtocolLib alternative method will be used
2018-11-30 22:20:32 +02:00
isokissa3 4ddde4438a Updated to WG 7 Vectors, closes #57 and #58 2018-11-17 19:42:03 +02:00
isokissa3 07d03b2229 Cleaned up WG 6/7 combatiblity 2018-11-12 20:48:17 +02:00