Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-03 | check if itemstack is stackable first (#10285) | granny | |
2023-08-28 | Allow non-op players to execute the click event callback (#9652) | Md5Lukas | |
2023-08-22 | Expose clicked BlockFace during BlockDamageEvent (#9632) | aerulion | |
2023-08-13 | SculkCatalyst bloom API (#9466) | Nacioszeczek | |
2023-06-16 | Update the server logo (#9264) | Ollie | |
Co-authored-by: Bjarne Koll <[email protected]> | |||
2023-04-20 | Fix server ignoring fallback for translatable components (#9134) | Jakub Zacek | |
2023-04-19 | Undo making JavaPlugin#logger field public (#9125) | Emily | |
2023-04-16 | Fix Inconsistencies with Paper Plugin Names (#9098) | Luke Chambers | |
2023-04-10 | Fix getBrightness and getRawBrightness throwing exception in ↵ | Redned | |
BlockStateListPopulator (#9111) | |||
2023-02-22 | Do not send plugin headers when it is not required (#8889) | Jakubk15 | |
2022-11-27 | Fix preemptive connection dropping during shutdown process (#8546) | Denery | |
2022-11-25 | Add Tick TemporalUnit (#5445) | Kezz | |
2022-11-19 | [ci skip] Add TheFruxz to the license MIT list (#8575) | Fruxz | |
2022-10-22 | Add fire-tick-delay option (#8037) | vytskalt | |
2022-09-20 | Also load resources from LibraryLoader (#8335) | Nick Hensel | |
2022-08-01 | Updated Upstream (Bukkit/CraftBukkit) | Nassim Jahnke | |
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing Bukkit Changes: ff64962b SPIGOT-7124: MapPalette.getColor(0) returns the wrong color CraftBukkit Changes: 8f3647242 SPIGOT-7127: /say doesn't work from console | |||
2022-01-10 | Add configurable height for slime spawn per world (#6310) | Pedro | |
2021-11-30 | Hide unnecessary itemmeta from clients (#6318) | Noah van der Aa | |
Co-authored-by: Nassim Jahnke <[email protected]> Co-authored-by: Jake Potrebic <[email protected]> | |||
2021-11-30 | my patches are still MIT btw | MiniDigger | |
gpl is evil! | |||
2021-07-19 | Update email & name (DenWav) | Kyle Wood | |
Also I think I prefer my few tiny patches to be GPL. | |||
2021-07-07 | Drop no longer needed patch (#6115) | Nassim Jahnke | |
2021-05-25 | Add More Lidded Block API (#5707) | LemonCaramel | |
2021-05-16 | Remove boat interaction event (Fixes #5539) | Owen1212055 | |
2021-05-14 | Add a "Should Burn in Sunlight" API for Phantoms and Skeletons (#5608) | MeFisto94 | |
2021-05-05 | [CI-SKIP] Remove Astei from the MIT list (#5577) | Andrew Steinborn | |
* Remove myself from the MIT list I acknowledge that prior patches will not be retroactively relicensed (which is desirable). * Fix typo | |||
2021-03-12 | [CI-SKIP] Removal from the MIT list (#5345) | Spottedleaf | |
Any future work I do will be under GPLv3. This doesn't affect current patches. | |||
2021-03-03 | Remove streams from SensorNearest | Bjarne Koll | |
The behavioural nearby sensors are validated every tick on the entities that registered the respective sensors and are therefore a good subject to performance improvements. More specifically this commit replaces the Stream#filter usage with ArrayList#removeIf as the removeIf method on an array list is heavily optimized towards a single internal array re-allocation without any further overhead on the removeIf call. The only negative of this change is the rather agressive diff these patches introduce as the methods are basically being reimplemented compared to the previous stream-based implementation. See: https://nipafx.dev/java-stream-performance/ Note: Updated LICENCE.md to release this commit under MIT | |||
2021-03-01 | Fix username connecting with no texture being overwritten by usercache (#4970) | Camotoy | |
2021-01-30 | Add missing effects | Ivan Pekov | |
2021-01-03 | Zombie API - breaking doors | Jake Potrebic | |
2020-12-02 | Add PlayerItemCooldownEvent | KennyTV | |
2020-08-31 | Create HoverEvent from ItemStack Entity | ysl3000 | |
add myself to MIT list Co-authored-by: Mariell <[email protected]> Co-authored-by: MiniDigger <[email protected]> | |||
2020-04-11 | Add API MinecraftServer#isStopping (#3129) | Josh Roy | |
2020-04-11 | My patches are under MIT (#3130) | Spottedleaf | |
* My patches are under MIT Remove ambiguity between my patches on Tuinity and here. | |||
2018-11-30 | Change the reserved channel check to be sensible (#1610) | DoNotSpamPls | |
2018-09-09 | Fix view distance API (#1419) | Rick | |
2018-09-03 | Cached, local-class-supporting task names (#1409) | Gergely Sarkozi | |
Fixes issue #1177 `MapMaker#weakKeys()` makes the `Map` use identity comparison for the keys, while also enabling the automatical removal of dropped classes from the cache. The changes are the same as in #1399, except now the original patch is modified instead of a new one being created. | |||
2018-08-08 | Add 5 second short dumps to watchdog (#1314) | miclebrick | |
2018-07-23 | Bring some 1.13 authors to master | Aikar | |
2018-07-19 | Avoid item merge if stack size above max stack size (#1217) | Hugo Manrique | |
2018-04-17 | [ci-skip] Revert "Add Turqmelon to MIT file (#1089)" (#1091) | kashike | |
This reverts commit d0134e38de2edd177ac23f8618379082bd27f975. | |||
2018-04-17 | Add Turqmelon to MIT file (#1089) | Devon T | |
2018-04-16 | [CI-SKIP] Add stonar96 to MIT list (#1086) | stonar96 | |
2018-03-11 | [CI-SKIP] Add vemacs to MIT list (#1043) | Y. Lin | |
Somebody pinged me on Telegram and said I should do this | |||
2018-03-10 | [CI-SKIP] Add Brokkonaut to MIT list (#1042) | Brokkonaut | |
2018-03-09 | Toggleable player crits, helps mitigate hacked clients. (#1040) | MiniDigger | |
This is a port of https://github.com/PaperMC/Paper/blob/ver/1.8.8/Spigot-Server-Patches/0040-Toggleable-player-crits-helps-mitigate-hacked-client.patch Also adds me to the MIT list. | |||
2018-03-09 | [CI-SKIP] Add BillyGalbreath to MIT list (#1037) | BillyGalbreath | |
2018-03-09 | [CI-SKIP] Add Techcable to MIT list (#1038) | Techcable | |
2018-03-08 | [CI-SKIP] Add Minecrell to MIT list (#1035) | Minecrell | |
Change email address for some older patches to make it clear that they are MIT licensed too. | |||
2018-03-07 | [CI-SKIP] Add me (chickeneer) to MIT list (#1034) | chickeneer | |