Commit graph

979 commits

Author SHA1 Message Date
Kezz
9072c349a0
Fix broadcast event and add Adventure broadcast (#5477) 2021-05-29 15:56:24 -07:00
Jake Potrebic
525d0e3d37
fix beacon activate/deactivate events (#5646) 2021-05-29 16:22:47 +01:00
Jake Potrebic
a8d7ad0995
Updated Upstream (Bukkit/CraftBukkit) (#5735) 2021-05-27 23:24:27 +00:00
HexedHero
ceb3762fb1
Add PufferFishStateChangeEvent (#5606) 2021-05-27 15:14:52 +00:00
Jake Potrebic
81a537c1f3
Add PlayerKickEvent causes (#5648) 2021-05-25 20:20:28 +02:00
LemonCaramel
b7976b9568
Add More Lidded Block API (#5707) 2021-05-25 20:05:03 +02:00
Jake Potrebic
6f93dc95dc
Add cause to Weather/ThunderChangeEvents (#4832) 2021-05-24 18:45:23 +02:00
Aikar
507cf19b3a
[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
afe0785bfe
Added PlayerPurchaseEvent for standalone Merchant GUIs (#5583) 2021-05-24 10:51:06 +00:00
Jake Potrebic
2d34898b55
Add methods for getting default item attributes (#5593) 2021-05-24 07:52:31 +00:00
Jake Potrebic
d9766433ec
Add EntityInsideBlockEvent (#5596) 2021-05-24 09:39:49 +02:00
Riley Park
47d48790d1
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
7aabe7d56b
[CI-SKIP] fix minecart vs minecraft typos (#5713) 2021-05-23 16:11:06 +02:00
Riley Park
4b72327a65
ItemStack#editMeta
fixes #5711
2021-05-23 05:06:39 -07:00
BillyGalbreath
68c67e6800
Add Mob#lookAt API (#5633) 2021-05-23 02:55:28 -07:00
Aikar
4bacecd164
[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
1f28e6eeb2
Fix default ChatRenderer when no plugins are installed (#5702) 2021-05-21 21:08:18 -04:00
Jason
ecb0d32cae
Enhance (Async)ChatEvent with per-viewer rendering API (#5684) 2021-05-21 15:55:54 -07:00
Jason
f3e541ca1b
Actually list all missing hard depends (#5701) 2021-05-21 16:31:37 -04:00
Jake Potrebic
dab6ec6cdf
List all missing hard depends not just first (#5673) 2021-05-21 05:33:41 +00:00
jmp
aae1c54a98 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 21:37:25 -07:00
Jake Potrebic
7989028a53
More Enchantment API (#5588) 2021-05-18 11:30:19 +02:00
Jake Potrebic
c0cb5c129c
Adds methods for checking item repairability (#5651) 2021-05-18 10:57:33 +02:00
Jake Potrebic
979135878c
Add cause and cancel message to PlayerGameModeChangeEvent (#5638) 2021-05-18 10:35:39 +02:00
Emily
1514576281
Fix Counter#decrement recursive call (#5665) 2021-05-17 18:19:02 +00:00
Nassim
6ecbe57765
Rename leftover resource->datapack (#5662) 2021-05-17 07:59:20 +01:00
Connor Linfoot
c639a52a69
Add basic Datapack API (#5653) (#5653) 2021-05-16 16:09:46 -04:00
Jake Potrebic
cb896d4710
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 22:52:07 +00:00
Shane Freeder
ecbf5a38e5
Revert "Updated Upstream (Bukkit/CraftBukkit/Spigot) (#5636)"
This reverts commit 20fc4ab700.
2021-05-15 22:10:57 +01:00
Jake Potrebic
20fc4ab700
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 21:36:15 +01:00
MeFisto94
cd6ae8816e
Add a "Should Burn in Sunlight" API for Phantoms and Skeletons (#5608) 2021-05-14 13:09:30 +00:00
Jason
453c7f05c7
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
e0a021ccc6
Add ItemStack#getTranslationKey() (#5616) 2021-05-12 13:12:28 +02:00
Owen1212055
53d71b7179
Add setPotionUseTimeLeft to Witch (#5597) 2021-05-12 09:45:06 +00:00
Jake Potrebic
239935d183
Add Inventory#close (#5610) 2021-05-12 11:39:22 +02:00
Connor Linfoot
ad45f316cd
Add raw address to AsyncPlayerPreLoginEvent (#5614) 2021-05-12 10:57:54 +02:00
Alvinn8
c5fa3f0d4c
Add Adventure message to PlayerAdvancementDoneEvent (#5030)
* Add Adventure message to PlayerAdvancementDoneEvent

* Add obfuscation helpers

* Renumber patches
2021-05-10 17:56:36 -07:00
Owen1212055
b3cc88799f
Add the ability to clear entities from block storage (#5598) 2021-05-10 07:33:39 +00:00
Jake Potrebic
f50171f3bb
Add missing rarity method on ItemStack (#5594) 2021-05-10 07:25:35 +00:00
Jake Potrebic
aeb6e7dd25
Updated Upstream (Bukkit/CraftBukkit/Spigot) (#5601) 2021-05-09 21:50:09 +01:00
Jason
8ed45920cf
Don't annotate type parameters using JetBrains annotations (#5600) 2021-05-09 02:36:53 +00:00
TwoLeggedCat
d7625d926d
Add new methods from PlayerMoveEvent to EntityMoveEvent (#5591) 2021-05-08 10:25:30 +02:00
Jason
29785297b5
Allow for Component suggestion tooltips in AsyncTabCompleteEvent (#5504) 2021-05-07 23:12:03 +00:00
Shane Freeder
2a67a9e512
Fix missing CraftMetaBook#toBuilder override 2021-05-06 17:37:09 +01:00
HexedHero
48aa061063
Add more Wandering Trader API (#5020) 2021-05-06 16:26:50 +02:00
Aikar
840e72091f
[CI-SKIP] [Auto] Rebuild Patches
A recent commit has been made that caused patches to be out of order, rebuilding
2021-04-30 10:17:21 -04:00
Spyros (Spyridon) Pagkalos
a33232d4a6
Add beacon activation and deactivation events (#5121) 2021-04-30 10:15:00 -04:00
KennyTV
b28ad17ac9 Check for world change in MoveEvent API methods 2021-04-30 15:30:06 +02:00
Jake Potrebic
f56989c97d
Add RespawnFlags to PlayerRespawnEvent (#5533) 2021-04-30 09:47:10 +02:00
HexedHero
7579c26678
Add more API to PlayerMoveEvent (#5553) 2021-04-30 09:32:50 +02:00