Commit graph

3321 commits

Author SHA1 Message Date
Owen1212055
407ad043cc
Add ElderGuardianAppearanceEvent (#5394) 2021-05-31 06:18:38 +00:00
Jake Potrebic
a04ad7bfb4
Fix invulnerable end crystals: MC-108513 (#5734) 2021-05-31 02:18:03 +01:00
Max Lee
c894e8bbbe
Fix issue with soft despawn distance (#5755)
Previously setting the soft despawn distance above the default
 value of 32 would mean that an entity outside of the 32 range
 would still count ticksFarFromPlayer up every tick without
 resetting it which might lead to the entity (almost) instantly
 despawning once it went outside of the configured distance
 instead of waiting 600 ticks.
2021-05-31 00:46:42 +00:00
Owen1212055
302e5101a6
Add BellRevealRaiderEvent (#5729) 2021-05-30 12:52:01 +00:00
Shane Freeder
db2d501ba3
Do not print spawn loaded chunks
This counter is no longer accurate due to the fact that paper does not block for these loads
to finish
2021-05-30 03:02:23 +01:00
Jake Potrebic
86ffde0384
Add getHandRaised to LivingEntity (#5752) 2021-05-30 01:51:13 +00:00
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
Aikar
e403d6aafc
[Auto] Updated Upstream (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

CraftBukkit Changes:
a0149bf16 SPIGOT-6480: Players cannot take books from lecterns that were opened by plugins
2021-05-29 05:07:34 -04:00
Jake Potrebic
6bcd8b57c9
Updated Upstream (CraftBukkit) (#5742) 2021-05-28 23:23:38 +00:00
BillyGalbreath
501cc94488
Reset villager inventory on cancelled pickup event (#5738) 2021-05-28 06:17:05 -07:00
Jason
3f72a549b0
Exit with non-zero exit code when killed by watchdog (#5732) 2021-05-28 00:29:41 -07:00
Jake Potrebic
a8d7ad0995
Updated Upstream (Bukkit/CraftBukkit) (#5735) 2021-05-27 23:24:27 +00:00
Giovanni D
2299159bbb
Add option to fix items merging through blocks (#5334)
Fixes #5204
2021-05-27 18:38:24 +02:00
Jake Potrebic
d8c20ddc77
Fix PlayerBucketEmptyEvent result itemstack (#5698)
Fixes SPIGOT-2560: https://hub.spigotmc.org/jira/projects/SPIGOT/issues/SPIGOT-2560
2021-05-27 17:43:55 +02:00
HexedHero
ceb3762fb1
Add PufferFishStateChangeEvent (#5606) 2021-05-27 15:14:52 +00:00
Prof-Bloodstone
cd4defec04
[CI-SKIP] Update version checker to use V2 downloads API (#5728) 2021-05-27 14:25:24 +01:00
Yive
b9f2a673d3
Limit item frame cursors on maps (#5730)
Fixes an issue where you can have thousands of these and lag clients.
2021-05-26 22:16:17 +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
Aikar
41e6073ced
[Auto] Updated Upstream (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

CraftBukkit Changes:
afa0678e1 SPIGOT-6133: Chorus fruit consumption calls PlayerTeleportEvent multiple times
2021-05-24 18:37:30 -04:00
Jake Potrebic
6f93dc95dc
Add cause to Weather/ThunderChangeEvents (#4832) 2021-05-24 18:45:23 +02:00
Alexander
afe0785bfe
Added PlayerPurchaseEvent for standalone Merchant GUIs (#5583) 2021-05-24 10:51:06 +00:00
Nassim
615df3d8a6
Fix entity motion tag from mob spawners (#5718) 2021-05-24 09:18:26 +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
Andrew Steinborn
68984b6645
Add Unix domain socket support (#5611)
Tested-by: Mariell Hoversholm <proximyst@proximyst.com>
Reviewed-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-05-23 11:18:50 +00:00
BillyGalbreath
68c67e6800
Add Mob#lookAt API (#5633) 2021-05-23 02:55:28 -07: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
Aikar
11f83fe8e0
[CI-SKIP] [Auto] Rebuild Patches
A recent commit has been made that caused patches to be out of order, rebuilding
2021-05-21 06:22:38 -04:00
SamB440
a36e5d65ff MC-148809: Fix incorrect structure block data length 2021-05-21 12:16:42 +02:00
Nassim
3dcbdc73bd
Fix force upgrade patch (#5699) 2021-05-21 08:29:49 +00:00
Jake Potrebic
aed5031e31
Fix/Optimize world and light datafixes (#5693)
Co-authored-by: Spottedleaf <Spottedleaf@users.noreply.github.com>
2021-05-20 20:31:08 -04:00
Shane Freeder
2c6b1f048d
Revert "Remove itneract event from boat" (Fixes #5677) 2021-05-19 13:38:40 +01: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
Riley Park
322886c869
Avoid NPE due to PlayerBedFailEnterEvent
fixes #5670
2021-05-18 08:58:07 -07:00
Jake Potrebic
d3c9a195cb
removed duplicate ProjectileHitEvent for fireball (#5671) 2021-05-18 17:54:12 +02: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
22399b07f8
Actually use extended/ambient in BeaconEffectEvent (#5647) 2021-05-18 08:43:46 +00:00
Jake Potrebic
979135878c
Add cause and cancel message to PlayerGameModeChangeEvent (#5638) 2021-05-18 10:35:39 +02:00
LemonCaramel
51e1e58d2c
Fix Adventure support in UnknownCommandEvent (#5664) 2021-05-18 04:54:25 +00:00
Aikar
45e19ffb00
[Auto] Updated Upstream (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

CraftBukkit Changes:
cc21bae97 SPIGOT-5569: Call WorldInitEvent before any chunks are getting generated
2021-05-17 18:32:29 -04:00
Aikar
21ac7dc988
[Auto] Updated Upstream (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

CraftBukkit Changes:
1e8c432cd #816: Prevent duplicate slash removal for console / block commands
2021-05-17 04:22:25 -04:00
Riley Park
18ad2c9ddb
Add environment variable (PAPER_DISABLE_SERVER_GUI) to disable server gui 2021-05-17 00:39:56 -07:00
Nassim
6ecbe57765
Rename leftover resource->datapack (#5662) 2021-05-17 07:59:20 +01:00
Riley Park
ec90a78595
I give up on trying to teach people to avoid the incorrect ways. 2021-05-16 23:54:43 -07:00
Kacper Płażewski
dc7b7a1600
Fix missing username console death message (#5654) (#5658) 2021-05-16 22:31:40 +00:00
Connor Linfoot
c639a52a69
Add basic Datapack API (#5653) (#5653) 2021-05-16 16:09:46 -04:00