1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-22 04:33:28 +01:00
PaperMC/Spigot-API-Patches
Aikar adc43dff10 Run timings reports after end of tick
I believe we are getting data corruption by doing it in the middle of the tick, as I was seeing
really odd reports from automated ones vs command ones.

This will break issueing timings over rcon single command mode and getting the report link in the response back

But I will try to restore that (and make RCON no longer cause spikes) soon.

Reports will still generate, just because its async, the RCON connection
will drop if not in terminal mode before its done.
2017-02-04 20:46:27 -05:00
..
Access-items-by-EquipmentSlot.patch Access items by EquipmentSlot 2016-03-26 22:23:42 -07:00
Add-a-call-helper-to-Event.patch Add event call helper 2016-03-18 00:24:00 -04:00
Add-API-methods-to-control-if-armour-stands-can-move.patch API for ArmorStand movement and option for entity lookups 2016-12-21 11:53:41 -06:00
Add-async-chunk-load-API.patch Paper 1.9 2016-02-29 17:09:49 -06:00
Add-BaseComponent-sendMessage-methods-to-CommandSend.patch Update Paper to MC 1.11.1 2016-12-20 16:34:27 -06:00
Add-BeaconEffectEvent.patch Paper 1.9 2016-02-29 17:09:49 -06:00
Add-command-to-reload-permissions.yml-and-require-co.patch Add usage message to ReloadCommand 2016-10-30 00:13:31 -05:00
Add-EntityZapEvent.patch Remove some handlers 2016-10-30 21:42:38 -05:00
Add-exception-reporting-event.patch Update upstream B/CB/S 2016-08-27 18:41:58 -05:00
Add-fromBottle-flag-to-Experience-Orbs.patch Add fromBottle flag to Experience Orbs () 2017-01-20 09:01:53 -06:00
Add-getTPS-method.patch Update upstream B/CB 2017-01-06 15:45:59 -06:00
Add-handshake-event-to-allow-plugins-to-handle-clien.patch Add handshake event to allow plugins to handle client handshaking logic themselves 2016-04-13 20:23:07 -07:00
Add-MetadataStoreBase.removeAll-Plugin.patch Remove, not invalidate, Metadata on reload 2016-03-28 22:43:05 -04:00
Add-methods-for-working-with-arrows-stuck-in-living-.patch Update upstream B/CB/Spigot and rebuild 2016-03-27 20:48:50 -05:00
Add-player-view-distance-API.patch Update upstream S 2017-01-30 22:33:54 -06:00
Add-PlayerInitialSpawnEvent.patch Paper 1.9 2016-02-29 17:09:49 -06:00
Add-PlayerLocaleChangeEvent.patch Update for upstream changes 2016-03-03 03:46:26 -06:00
Add-PlayerUseUnknownEntityEvent.patch Add PlayerUseUnknownEntityEvent 2016-04-02 18:10:38 -07:00
Add-ProjectileCollideEvent.patch Add ProjectileCollideEvent 2016-12-16 22:13:45 -06:00
Add-sender-name-to-commands.yml-replacement.patch Add sender name to commands.yml replacement 2016-03-18 00:29:35 -04:00
Add-source-to-PlayerExpChangeEvent.patch Add source to PlayerExpChangeEvent 2016-11-30 17:31:46 -06:00
Add-String-based-Action-Bar-API.patch Update upstream B/CB 2017-01-06 15:45:59 -06:00
add-Trove-and-FastUtil-to-Bukkit.patch Move fastutil from a patch file to a library, and improve EAR 2016-04-01 00:18:18 -04:00
Allow-Reloading-of-Command-Aliases.patch Update upstream B/CB 2017-01-06 15:45:59 -06:00
Arrow-pickup-rule-API.patch Update upstream B/CB/S 2017-01-20 05:21:44 -06:00
Automatically-disable-plugins-that-fail-to-load.patch Paper 1.9 2016-02-29 17:09:49 -06:00
Check-Paper-versions.patch Improve Paper's version checking system 2016-03-11 22:30:18 -06:00
Complete-resource-pack-API.patch Add more complete resource pack API 2016-03-08 22:23:59 -08:00
Custom-replacement-for-eaten-items.patch Custom replacement for eaten items 2016-03-19 09:57:19 -07:00
Entity-AddTo-RemoveFrom-World-Events.patch Update Entity AddTo|RemoveFrom World events to be EntityEvents 2016-06-24 00:16:46 -04:00
Entity-Origin-API.patch Update Upstream 2016-11-18 23:58:56 -05:00
EntityPathfindEvent.patch EntityPathfindEvent 2016-03-28 21:24:45 -04:00
EntityRegainHealthEvent-isFastRegen-API.patch Update Paper to MC 1.11 2016-11-16 20:23:38 -06:00
Expose-server-CommandMap.patch Update upstream B/CB 2017-01-06 15:45:59 -06:00
Expose-WorldBorder-isInBounds-Location-check.patch Update upstream B/CB/S 2017-01-25 22:27:42 -06:00
Fireworks-API-s.patch Update upstream B/CB 2017-01-06 15:45:59 -06:00
Fix-ServerListPingEvent-flagging-as-Async.patch Paper 1.9 2016-02-29 17:09:49 -06:00
Graduate-bungeecord-chat-API-from-spigot-subclasses.patch Update Paper to MC 1.11.1 2016-12-20 16:34:27 -06:00
IllegalPacketEvent.patch Update upstream B/CB 2017-01-06 15:45:59 -06:00
LootTable-API.patch Add ShulkerBoxes to the LootTable API 2016-11-19 11:31:01 -06:00
Made-EntityDismountEvent-Cancellable.patch Paper 1.9 2016-02-29 17:09:49 -06:00
Misc-Utils.patch Optimize network queue by making size() constant-time 2016-11-23 13:02:47 -05:00
Player-affects-spawning-API.patch Paper 1.9 2016-02-29 17:09:49 -06:00
Player-Tab-List-and-Title-APIs.patch Update Paper to MC 1.11.1 2016-12-20 16:34:27 -06:00
PlayerTeleportEndGatewayEvent.patch Update upstream B/CB 2017-01-06 15:45:59 -06:00
POM-changes.patch Update to Paper to MC 1.11.2 2016-12-21 11:21:40 -06:00
Provide-E-TE-Chunk-count-stat-methods.patch Add World.getPlayerCount 2017-01-13 23:00:33 +11:00
Reduce-thread-synchronization-in-MetadataStoreBase.patch Reduce thread synchronization in MetadataStoreBase 2016-03-28 22:10:01 -04:00
Timings-v2.patch Run timings reports after end of tick 2017-02-04 20:46:27 -05:00
Use-ASM-for-event-executors.patch Handle static methods 2016-03-12 09:43:39 -07:00