Commit Graph

923 Commits

Author SHA1 Message Date
Kyle Wood 9f5325207d Initial Spigot remap patches 2021-06-11 06:43:40 -05:00
Kyle Wood e8399962f4 Move patches 2021-06-11 06:35:46 -05:00
MiniDigger | Martin 9cd572d31e hacked build changes, api applies cleanly 2021-06-11 08:29:15 +02:00
Jake Potrebic 7369abbfa2 Updated Upstream (Bukkit/CraftBukkit) (#5794)
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:
7e29f765 SPIGOT-6502: Loading a class from a library of another plugin resulted in a ClassCastException.

CraftBukkit Changes:
296df566 Remove outdated build delay.
2021-06-10 21:35:13 -07:00
MiniDigger | Martin 5cf7330459 fix: wrong return in javadocs for bookmeta (#5579)
Closes #5574.
Reviewed-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-08 17:47:54 +02:00
TwoLeggedCat b04b2e037b Add more line of sight methods (#5749) 2021-06-05 03:25:16 -05:00
Josh Taylor 887b02a2ad Use original user input instead of legacy event result for AbstractChatEvent#originalMessage (#5770) 2021-06-02 23:57:54 +01:00
Owen1212055 bec391acf9 Add ElderGuardianAppearanceEvent (#5394) 2021-05-31 02:18:38 -04:00
Owen1212055 69cbc63e05 Add BellRevealRaiderEvent (#5729) 2021-05-30 08:52:01 -04:00
Gergely Sarkozi 027b85caf3 editMeta: tighten contract via docs (#5714) 2021-05-30 13:45:46 +02:00
Jake Potrebic 4e835fca94 Add getHandRaised to LivingEntity (#5752) 2021-05-29 18:51:13 -07:00
Kezz 0d254aed35 Fix broadcast event and add Adventure broadcast (#5477) 2021-05-29 23:56:24 +01:00
Jake Potrebic 08bb14c394 fix beacon activate/deactivate events (#5646) 2021-05-29 08:22:47 -07:00
Jake Potrebic 8c6e42583a Updated Upstream (Bukkit/CraftBukkit) (#5735) 2021-05-27 16:24:27 -07:00
HexedHero 2fde41b25e Add PufferFishStateChangeEvent (#5606) 2021-05-27 16:14:52 +01:00
Jake Potrebic d49dc3f24b Add PlayerKickEvent causes (#5648) 2021-05-25 11:20:28 -07:00
LemonCaramel 0f48f0150a Add More Lidded Block API (#5707) 2021-05-26 03:05:03 +09:00
Jake Potrebic ebff0c4ed9 Add cause to Weather/ThunderChangeEvents (#4832) 2021-05-24 09:45:23 -07:00
Automated 84726837ab [CI-SKIP] [Auto] Rebuild Patches
A recent commit has been made that caused patches to be out of order, rebuilding
2021-05-24 06:57:30 -04:00
Alexander d610d1c11d Added PlayerPurchaseEvent for standalone Merchant GUIs (#5583) 2021-05-24 11:51:06 +01:00
Jake Potrebic acfee45986 Add methods for getting default item attributes (#5593) 2021-05-24 00:52:31 -07:00
Jake Potrebic 6eefa715e3 Add EntityInsideBlockEvent (#5596) 2021-05-24 00:39:49 -07:00
Riley Park 0edaf770ea Change return type of ItemStack#editMeta to allow checking for successful vs non-successful edits 2021-05-23 12:32:43 -07:00
Gergely Sarkozi 455960096d [CI-SKIP] fix minecart vs minecraft typos (#5713) 2021-05-23 16:11:06 +02:00
Riley Park 8ddb8ec3a5 ItemStack#editMeta
fixes #5711
2021-05-23 05:05:34 -07:00
BillyGalbreath 7127d40dae Add Mob#lookAt API (#5633) 2021-05-14 13:45:00 -05:00
Automated 1ccb29a1b4 [Auto] Updated Upstream (Bukkit/CraftBukkit)
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:
f563167d SPIGOT-6464: Fix ShulkerBox#getColor for undyed shulkers

CraftBukkit Changes:
9c7acb6cb SPIGOT-6464: Fix ShulkerBox#getColor for undyed shulkers
2021-05-22 18:42:32 -04:00
Jason Penilla ee0bafc6a3 Fix default ChatRenderer when no plugins are installed (#5702) 2021-05-21 18:08:18 -07:00
Jason Penilla de5d8a76fe Enhance (Async)ChatEvent with per-viewer rendering API (#5684) 2021-05-21 15:55:54 -07:00
Jason Penilla 1cf0417000 Actually list all missing hard depends (#5701) 2021-05-21 13:31:37 -07:00
Jake Potrebic ca3326ac87 List all missing hard depends not just first (#5673) 2021-05-20 22:33:41 -07:00
Jason Penilla a3b68be22d Add command line option to load extra plugin jars not in the plugins folder
ex: java -jar paperclip.jar nogui -add-plugin=/path/to/plugin.jar -add-plugin=/path/to/another/plugin_jar.jar
2021-05-18 15:17:24 -07:00
Jake Potrebic 9df8439b8b More Enchantment API (#5588) 2021-05-18 02:30:19 -07:00
Jake Potrebic 3f70a3b938 Adds methods for checking item repairability (#5651) 2021-05-18 01:57:33 -07:00
Jake Potrebic 17f3b919ea Add cause and cancel message to PlayerGameModeChangeEvent (#5638) 2021-05-18 01:35:39 -07:00
Emily 892b6002e4 Fix Counter#decrement recursive call (#5665) 2021-05-17 15:19:02 -03:00
Nassim Jahnke 54608e4fe2 Rename leftover resource->datapack (#5662) 2021-05-17 08:59:20 +02:00
Connor Linfoot f9c3d93f76 Add basic Datapack API (#5653) (#5653) 2021-05-16 21:09:46 +01:00
Jake Potrebic 99f376a0f0 Updated Upstream (Bukkit/CraftBukkit/Spigot) (#5643)
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:
146a7e4b SPIGOT-5345: Add automatic library support

CraftBukkit Changes:
b1064c69 Remove sisu annotation processor from jar
32e40866 SPIGOT-6189: Persistent data disappears when calling setFacingDirection on an item frame
d189f78b # 827: Trigger vanilla dimension advancements in non-main worlds
5bbb4a65 Add plumbing for automatic library support

Spigot Changes:
9fb885e8 Rebuild patches
2021-05-15 15:52:07 -07:00
Shane Freeder b5488de2ba Revert "Updated Upstream (Bukkit/CraftBukkit/Spigot) (#5636)"
This reverts commit 11c2ef5d2f.
2021-05-15 22:10:57 +01:00
Jake Potrebic 11c2ef5d2f Updated Upstream (Bukkit/CraftBukkit/Spigot) (#5636)
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:
146a7e4b SPIGOT-5345: Add automatic library support

CraftBukkit Changes:
b1064c69 Remove sisu annotation processor from jar
32e40866 SPIGOT-6189: Persistent data disappears when calling setFacingDirection on an item frame
d189f78b #827: Trigger vanilla dimension advancements in non-main worlds
5bbb4a65 Add plumbing for automatic library support

Spigot Changes:
9fb885e8 Rebuild patches
2021-05-15 13:36:15 -07:00
MeFisto94 2f5124f890 Add a "Should Burn in Sunlight" API for Phantoms and Skeletons (#5608) 2021-05-14 15:09:30 +02:00
Jason Penilla e7d9c31b56 Add ItemStack#displayName to get the formatted display name of an ItemStack (#5628)
The display name includes formatting such as item hover event, display name (in italics if renamed in anvil), and color based on rarity.

This is what vanilla uses for give command feedback, and when an item is shown in a death message.
2021-05-12 23:16:33 -07:00
Jake Potrebic ff1d29c40b Add ItemStack#getTranslationKey() (#5616) 2021-05-12 04:12:28 -07:00
Owen1212055 c0a1161311 Add setPotionUseTimeLeft to Witch (#5597) 2021-05-12 05:45:06 -04:00
Jake Potrebic 7033766d14 Add Inventory#close (#5610) 2021-05-12 02:39:22 -07:00
Connor Linfoot 548199e891 Add raw address to AsyncPlayerPreLoginEvent (#5614) 2021-05-12 09:57:54 +01:00
Alvinn8 693926c32d Add Adventure message to PlayerAdvancementDoneEvent (#5030)
* Add Adventure message to PlayerAdvancementDoneEvent

* Add obfuscation helpers

* Renumber patches
2021-05-11 02:56:36 +02:00
Owen1212055 e3e1468b4b Add the ability to clear entities from block storage (#5598) 2021-05-10 03:33:39 -04:00
Jake Potrebic 784728bcc7 Add missing rarity method on ItemStack (#5594) 2021-05-10 00:25:35 -07:00