Commit graph

5614 commits

Author SHA1 Message Date
LemonCaramel
0f48f0150a Add More Lidded Block API (#5707) 2021-05-26 03:05:03 +09:00
Automated
8c6fe5ca93 [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
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
Nassim Jahnke
bf6831d330 Fix entity motion tag from mob spawners (#5718) 2021-05-24 11:18:26 +02: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
Mariell Hoversholm
cc1564ab71 [CI-SKIP] ci: update setup-java action (#5710)
* ci: update setup-java action
* ci: change java distribution to adopt

Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-05-23 14:18:19 +02:00
Mariell Hoversholm
ed222051a7 ci: replace Java 11 with Java 16 in GH Actions build flow (#5709)
* ci: add Java 16 to GH Actions build flow

With our new dependence on Java 16+ as of Minecraft 1.17 (refer to:
https://www.minecraft.net/en-us/article/minecraft-snapshot-21w19a), we
should also ensure everything we merge builds on Java 16.

Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>

* ci: remove Java 11 from build flow

Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-05-23 14:12:50 +02:00
Riley Park
8ddb8ec3a5 ItemStack#editMeta
fixes #5711
2021-05-23 05:05:34 -07:00
Andrew Steinborn
7a227d7d3b Add Unix domain socket support (#5611)
Tested-by: Mariell Hoversholm <proximyst@proximyst.com>
Reviewed-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-05-23 07:18:50 -04: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
SamB440
e28342f959 MC-148809: Fix incorrect structure block data length 2021-05-21 00:43:07 +01:00
Nassim Jahnke
a24d848933 Fix force upgrade patch (#5699) 2021-05-21 10:29:49 +02:00
Jake Potrebic
ca3326ac87 List all missing hard depends not just first (#5673) 2021-05-20 22:33:41 -07:00
Jake Potrebic
c8fec2dde2 Fix/Optimize world and light datafixes (#5693)
Co-authored-by: Spottedleaf <Spottedleaf@users.noreply.github.com>
2021-05-20 17:31:08 -07:00
Automated
5bab0de6ed [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:
d49530f9c #845: Remove unnecessary calls to Class#getSimpleName in PDC
2021-05-20 18:37:31 -04:00
Automated
65d9cf4494 [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:
7df5e6f87 Make Vanilla /list respect Vanish API
2021-05-19 18:57:26 -04:00
Shane Freeder
a0838b17c2 Revert "Remove itneract event from boat" (Fixes #5677) 2021-05-19 13:38:40 +01: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
Riley Park
7f734a18b7 Avoid NPE due to PlayerBedFailEnterEvent
fixes #5670
2021-05-18 08:57:17 -07:00
Jake Potrebic
537bd9de29 removed duplicate ProjectileHitEvent for fireball (#5671) 2021-05-18 08:54:12 -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
92f3f280d4 Actually use extended/ambient in BeaconEffectEvent (#5647) 2021-05-18 01:43:46 -07:00
Jake Potrebic
17f3b919ea Add cause and cancel message to PlayerGameModeChangeEvent (#5638) 2021-05-18 01:35:39 -07:00
LemonCaramel
8d9e0760aa Fix Adventure support in UnknownCommandEvent (#5664) 2021-05-18 13:54:25 +09:00
Automated
e7a8a7d7c6 [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
Emily
892b6002e4 Fix Counter#decrement recursive call (#5665) 2021-05-17 15:19:02 -03:00
Automated
240b858deb [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
2af6b3a45b Add environment variable (PAPER_DISABLE_SERVER_GUI) to disable server gui 2021-05-17 00:39:56 -07:00
Nassim Jahnke
54608e4fe2 Rename leftover resource->datapack (#5662) 2021-05-17 08:59:20 +02:00
Riley Park
2d83abfdc1 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
282e51eda2 Fix missing username console death message (#5654) (#5658) 2021-05-17 00:31:40 +02:00
Connor Linfoot
f9c3d93f76 Add basic Datapack API (#5653) (#5653) 2021-05-16 21:09:46 +01:00
Nassim Jahnke
a47ab2dc89 Updated Upstream (CraftBukkit) (#5652)
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:
5b0e2d2d Move additional dependencies to runtime scope
2021-05-16 18:35:49 +02:00
Jake Potrebic
cb64e33c20 [CI-SKIP] Add PR rebasing steps (#5634) 2021-05-16 09:29:19 -07:00
Owen1212055
93651408a6 Remove boat interaction event (Fixes #5539) 2021-05-16 06:08:31 -04:00
Jake Potrebic
58831efcc7 fix WorldSaveEvent not firing with /save-all (#5650) 2021-05-15 21:51:19 -07:00
Jake Potrebic
8a288222ce remove unneeded patch (#5641) 2021-05-15 16:42:36 -07:00
Riley Park
455f6bc8c3 Activate warning by default when people are doing silly things (#5642) 2021-05-15 15:56:38 -07: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