aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2022-03-13trivial refactors, rebasefeature/SignSendEventShane Freeder
2022-03-13move flag set to ensure that it's always capturedShane Freeder
2022-03-13Port SendSignEvent event to PaperShane Freeder
after many years on the fabled todo list, a port of the SendSignEvent from EMC, this uses components given our move away from legacy I also modified the hook point for this for maintainability and reducing copied code
2022-03-13Updated Upstream (CraftBukkit/Spigot) (#7580)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: 881e06e5 PR-725: Add Item Unlimited Lifetime APIs CraftBukkit Changes: 74c08312 SPIGOT-6962: Call EntityChangeBlockEvent when when FallingBlockEntity starts to fall 64db5126 SPIGOT-6959: Make /loot command ignore empty items for spawn 2d760831 Increase outdated build delay 9ed7e4fb SPIGOT-6138, SPIGOT-6415: Don't call CreatureSpawnEvent after cross-dimensional travel fc4ad813 SPIGOT-6895: Trees grown with applyBoneMeal() don't fire the StructureGrowthEvent 59733a2e SPIGOT-6961: Actually return a copy of the ItemMeta Spigot Changes: ffceeae3 SPIGOT-6956: Drop unload queue patch as attempt at fixing stop issue e19ddabd PR-1011: Add Item Unlimited Lifetime APIs 34d40b0e SPIGOT-2942: give command fires PlayerDropItemEvent, cancelling it causes Item Duplication
2022-03-12Fix colors in some console messagesJason Penilla
2022-03-12Fix CreativeCategory API (#7586)Jake Potrebic
2022-03-12Various improvements to console color formatting (#7560)Jason
2022-03-12Ensure the item sent isn't air (#7584)Owen
2022-03-12Fix swamp hut cat generation deadlockSpottedleaf
The worldgen thread will attempt to get structure references via the world's getChunkAt method, which is fine if the gen is not cancelled - but if the chunk was unloaded, the call will block indefinitely. Instead of using the world state, we use the already supplied generatoraccess which will always have the chunk available. Missed patch from tuinity merge
2022-03-11Remove Patches (#7541)Owen
2022-03-11More projectile API (#5731)Owen
2022-03-11Add more entity api (#7564)Nassim Jahnke
2022-03-11Prevent despawned navigators being readded (#7574)Owen
2022-03-09Update README for new docs (#7561)sulu5890
2022-03-09Update docs link in paper.yml (#7562)Noah van der Aa
2022-03-09Fix setting the view distance to 32 (#7503)froobynooby
2022-03-09Add CPU name and JVM vendor info in timings (#7490)Max Lee
2022-03-07Adventure 4.10.1Riley Park
2022-03-06Add ghast api (#7554)Nassim Jahnke
2022-03-06Add method to set noclip on arrows (#7263)Jake Potrebic
2022-03-06Fix scoreboard objective name length limitNassim Jahnke
2022-03-06Updated Upstream (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 CraftBukkit Changes: 808cb7ca PR-1023: Improve consistency of tag API
2022-03-05Add more to the save fixesSpottedleaf
- Set forceTicks to true, so that player packets are always processed so that the main process queue can be drained
2022-03-05Fix save problems on shutdownSpottedleaf
- Save level.dat first, in case the shutdown is killed later - Force run minecraftserver tasks and the chunk source tasks while waiting for the chunk system to empty, as there's simply too much trash that could prevent them from executing during the chunk source tick (i.e "time left in tick" logic).
2022-03-05Fix cancelling ProjectileHitEvent for piercing arrows (#7492)Jake Potrebic
2022-03-05Fix handling message in PlayerHandshakeEvent (#7542)Owen
2022-03-05Expose furnace minecart push property. (#7548)Pheotis
2022-03-04Add missing glow_item_frame walkersSpottedleaf
Needs one for ItemStack and Entity. It looks like I missed the entity one because Mojang defined it as being simple, which it certainly isn't (they "missed" it too).
2022-03-04Move Adventure patch upRiley Park
2022-03-04replace bungeecord-chat dependency with deprecated version (#7539)Jason
2022-03-04Fix falling block spawn methodsNassim Jahnke
For some reason Spigot broke both behavior and the method as a whole
2022-03-04Add javadoc linking for adventure-text-minimessage (#7538)JOO200
2022-03-04Clarify exception messages for invalid view distances (#7510)Noah van der Aa
2022-03-04Add printPaperVersion taskShane Freeder
2022-03-04Updated Upstream (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 CraftBukkit Changes: 4ed5af5e SPIGOT-6956: Reduce differences caused by setKeepSpawnInMemory(false) 21fe78aa SPIGOT-6957: Bad default value for WorldCreator#generatorSettings ce373be6 PR-1022: Fix get HighestBlockAt in chunk snapshot
2022-03-04Fix deadlock on watchdog crash (#7535)Jason
2022-03-04Add StructuresLocateEvent as replacement for StructureLocateEvent (#7524)Jake Potrebic
2022-03-03Update paperweight to 1.3.5Jason Penilla
2022-03-03Updated Upstream (Bukkit/CraftBukkit)Jake Potrebic
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: e25c6a75 PR-638: Add CreativeCategory API for Materials CraftBukkit Changes: 86292d3e0 PR-876: Add CreativeCategory API for Materials
2022-03-02clean up prepareTickingChunk diffJason Penilla
2022-03-02Revert chunk postprocessing back to 1.18.1 logicShane Freeder
2022-03-02Drop unneeded desync patchShane Freeder
spigot no longer even fires the event for this case, so, this may actually be a regression, not too sure here, but, as-is this patch is dead
2022-03-02Fix early registry access in xray patchNassim Jahnke
2022-03-02Force close world loading screen on join (#7529)Nassim Jahnke
Fixes infinite loading screens for dead players due to async chunk loading and player chunk loading patches and prevents players from missing messages and similar if chunk loading is slow
2022-03-01Fix various 1.18.2 update issues (#7523)Jake Potrebic
2022-03-01Updated Upstream (CraftBukkit)Jake Potrebic
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 CraftBukkit Changes: 6e755020a SPIGOT-6952: Tag#isTagged throws NullPointerException in 1.18.2
2022-03-011_18_R2Jason Penilla
2022-02-28Configure javadoc overview and doc-files copyingJason Penilla
closes #7462 Co-authored-by: Jake Potrebic <[email protected]>
2022-02-28Add TODO for leafJason Penilla
2022-02-28fix issue resulting from kenny's apatch addictionJason Penilla