Commit Graph

8 Commits

Author SHA1 Message Date
Aikar
5d8b3d4969 Fix placement of chunk tracking - Fixes #1199
Spigot had code that returned early in chunk add/remove methods.

This was causing our code added to set current chunks and counts to
be skipped over if the entity was default not persistent but made persistent.

This was the source of many issues

Fixes #1208
2018-07-15 02:44:37 -04:00
Aikar
18c3716c49 Current Chunk for Entity and Block Entities, counts by entity type
This enables us a fast reference to the entities current chunk instead
of having to look it up by hashmap lookups.

We also store counts by type to further enable other performance optimizations in later patches.
2018-07-04 03:58:56 -04:00
Zach Brown
2db4e57e4d Update bStats implementation 2017-04-22 01:16:45 -05:00
Zach Brown
362e425271 Update upstream CB/S 2017-04-10 22:11:26 -05:00
Zach Brown
5e2784e941 Switch to a bStats based Metrics system 2017-03-25 00:22:02 -05:00
Zach Brown
33163525f3 Update Paper to MC 1.11.1 2016-12-20 17:45:00 -06:00
Zach Brown
5ff732798d Update upstream B/CB 2016-12-16 22:23:03 -06:00
Zach Brown
0728696e06 Add ProjectileCollideEvent
Base our vanish changes on top of that event.
2016-12-16 22:13:46 -06:00