aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-API-Patches/0018-Add-exception-reporting-event.patch
AgeCommit message (Collapse)Author
2019-03-26Fix plugin errors corrupting timings stackAikar
plugins that threw an error could get timings thrown off in its state this likely led to inconsistent and unexplainable data in timings reports. this ensures that exceptions will still stopTiming and let the system auto self recover from corrupt stacks too.
2018-06-18Fix PluginCommand to not wrap exceptions before ServerExceptionEvent can get ↵theminecoder
to it (#1130)
2017-11-08Update B/CB/SShane Freeder
2017-08-07Upstream updateAikar
2017-05-14Update API patches to MC 1.12pre2Zach Brown
2016-08-27Update upstream B/CB/SZach Brown
Remove two features added upstream
2016-03-30Add Minimal FastUtil int/long collections.Aikar
Importing the full library would double the jar size... its way too large. So lets just import the basic int/long based collections to then use to improve performance on these kind of collections.
2016-03-03Paper 1.9Zach Brown