Commit graph

7 commits

Author SHA1 Message Date
isokissa3 1327ab3112 Oops, forgot the abstract layer 2019-08-05 22:20:05 +03:00
isokissa3 78add0a96f Fixed nether-portals flag on 1.14
This needs clean up later...
2019-08-05 22:17:40 +03:00
isokissa3 c2a0b0fd32 Fixed keep-inventory & keep-exp has no effect is set to false 2019-03-13 01:00:31 +02:00
isokissa3 7d12cdb0e1 Moved WG handlers to WG module
This fixes the error given when using unsupported version of WG and gives message saying that you are using unsupported version of WG instead
2018-12-09 23:08:39 +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