aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2021-04-11Bump mysql-connector-java to 8.0.23 (Fixes #5473) (#5474)Simon Gardling
2021-04-11Update log4j to 2.11.2 for JDK 9+ compat (#5400)Octavia Togami
2021-04-11Updated 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: b302317a SPIGOT-5877: Add scaffolding for custom dimensions and biomes ccccb625 SPIGOT-6417: Add Creeper fuse ticks API CraftBukkit Changes: 0e26ddb6 SPIGOT-5877: Add scaffolding for custom dimensions and biomes 170d6feb SPIGOT-6417: Add Creeper fuse ticks API
2021-04-09[Auto] Updated Upstream (Bukkit)Aikar
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: bb27a6c7 SPIGOT-6416: Add BlockFace#isCartesian()
2021-04-09[CI-SKIP] Ignore gitignore when adding files in automationProfessor Bloodstone
Continuation of #5387 Fixes #5456
2021-04-09[CI-SKIP] Drop `Allow PlayerEditBookEvent to fire for off hand` (#5471)Jason
Upstream fixed this in a different way (using -1 for off hand instead of the real slot id...) so this patch is no longer needed.
2021-04-07[Auto] Updated Upstream (CraftBukkit)Aikar
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: c85efa876 SPIGOT-6414: Use ASM9 API to add support for sealed classes
2021-04-07[Auto] Updated Upstream (CraftBukkit/Spigot)Aikar
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: 221aed6cf SPIGOT-6413: Server Corruption Changing Blocks in Piston Events 721c4966b SPIGOT-6411: The PlayerEditBookEvent is not called when the player edits a book in the off-hand. be0e94581 Add mc-dev imports Spigot Changes: a25e8ed2 Remove mc-dev imports
2021-04-06Fix PlayerEditBookEvent (#5463)Jason
2021-04-05[Auto] Updated Upstream (CraftBukkit)Aikar
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: 0791e54ab SPIGOT-6408: Narrator chat only does not work
2021-04-04Send post ChatEvent messages as MessageType.CHATProfessor Bloodstone
Fixes narrator issue #5450
2021-04-04[Auto] Updated Upstream (Spigot)Aikar
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 Spigot Changes: 1ad83543 Rebuild patches
2021-04-04[Auto] Updated Upstream (CraftBukkit)Aikar
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: b530534f0 Remove some outdated PAIL comments
2021-04-04[Auto] Updated Upstream (CraftBukkit)Aikar
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: f1613d6ad SPIGOT-6237: WorldCreator#generatorSettings not working
2021-04-01Prevent light queue overfill when no players are onlineSpottedleaf
2021-03-31[CI-SKIP] [Auto] Rebuild PatchesAikar
A recent commit has been made that caused patches to be out of order, rebuilding
2021-03-31forced whitelist: use configuable kick message (fixes #5417) (#5418)Gergely Sarkozi
2021-03-29bug #5432 - post modern event even if legacy event is cancelledRiley Park
fixes #5432
2021-03-29Remove from Map by keyjmp
2021-03-29Make sure to remove correct TE during TE tickSpottedleaf
See Hydra, March 29th 2021.
2021-03-28[Auto] Updated Upstream (Bukkit/CraftBukkit)Aikar
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: 15ba9ae7 SPIGOT-6357: Add World#getMinHeight CraftBukkit Changes: e9ad7cba9 SPIGOT-6357: Add World#getMinHeight
2021-03-26Optimize short circuit evaluation of sign check (#5348)Leijurv
2021-03-26Drop carried item when player has disconnected (#5036) (#5166)Dmitry Sidorov
2021-03-25Use PaperAdventure.PLAIN instead of PlainComponentSerializer.plain() for ↵Jason
AdventureComponent#getString (#5414)
2021-03-24Add checkerframework nullness annotations to accepted list for ↵Jason
AnnotationTest (#5409) Also use checkerframework annotations instead of jetbrains ones for Inventory#getContents as jetbrains ones do not allow properly annotating the nullability of an array and it's contents.
2021-03-23[CI-SKIP] [Auto] Rebuild PatchesAikar
A recent commit has been made that caused patches to be out of order, rebuilding
2021-03-23Fix annotations so Inventory#getContents returns non-null array with ↵Bartosz Stefańczyk
nullable type (#5350)
2021-03-23Properly apply Sign#isEditable to TEs when calling BlockState#updateShane Freeder
2021-03-22[CI-SKIP] Change some fields to textara (#5405)MiniDigger | Martin
2021-03-22[CI-SKIP] 🚀 Upgrade to new form-based templates (#5278)Olivia
2021-03-22replace spaces in world key (touches #5397)Shane Freeder
2021-03-21Refactor chat message composition (#5396)Riley Park
fixes #5395
2021-03-21[CI-SKIP] Fix makemcdevsrc.sh for nms relocations (#5389)Black Hole
2021-03-19Updated Upstream (CraftBukkit)Shane Freeder
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: 7eb35643 SPIGOT-6398: Fix crash when bonemealing bamboo and the BlockSpreadEvent is cancelled
2021-03-19Only set despawnTimer for Wandering Traders spawned by MobSpawnerTrader (#5391)Jason
Upstream recently broke this when they exposed despawnTimer to API.
2021-03-19Fix VanillaMobGoalTest#testBukkitMap (#5390)Jason
2021-03-19[Auto] Updated Upstream (CraftBukkit)Aikar
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: 9c32a8794 Fix broken wandering traders
2021-03-19[CI-SKIP] Ignore .gitignoreMariell Hoversholm
A `.gitignore' will make packages such as `net.minecraft.world.entity.ai.goal.**target**` be ignored. This causes the entire patch to not apply, which is very suspicious. This commit adds a `--force' parameter to the `git add' command we run, as per `man git-add': ``` -f, --force Allow adding otherwise ignored files. ``` The global configuration file was proven problematic, then fixed by this by commit by Prof_Bloodstone#0123 and thekinrar#0001 on Discord (`#paper-dev'). CI-SKIP: This does not apply to the CI, therefore it is not worthy of its own build.
2021-03-19Deprecate ItemStack#setLore(List<String>) and ItemStack#getLore, add ↵jmp
Component based alternatives
2021-03-19apply fixupMariell Hoversholm
I managed to move it, yet forgot to actually fix it up...
2021-03-18Updated Upstream (Bukkit/CraftBukkit)Mariell Hoversholm
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: 4e5f46cb Update ASM version CraftBukkit Changes: d54b500d Prepare for Java 16
2021-03-18wtf is this t file -jmpMariell Hoversholm
2021-03-18fix compileMariell Hoversholm
2021-03-18rebaseMariell Hoversholm
2021-03-18Revert de5f4e469...c270abe96Mariell Hoversholm
2021-03-18script & POM fixMariell Hoversholm
2021-03-18Replace ** with * (BSD/macOS)Mariell Hoversholm
2021-03-18Don't remove the .javaMariell Hoversholm
2021-03-18Fix macOS/BSD supportMariell Hoversholm
2021-03-18Link correctlyMariell Hoversholm