477 Commits

Author SHA1 Message Date
md_5
f70a7b68de
SPIGOT-7465, MC-264979: Fresh installations print NoSuchFileException for server.properties 2023-08-22 20:51:34 +10:00
Brokkonaut
8ef7afef65
#1240: Call BlockGrowEvent for vines that are growing on additional sides of an existing vine block 2023-08-19 09:43:27 +10:00
md_5
d91e5aa0b6
SPIGOT-7447: Rewrite --forceUpgrade to minimise diff and properly handle CraftBukkit world layout 2023-08-07 20:16:07 +10:00
md_5
921ae06d60
Revert "SPIGOT-7447: Fix --forceUpgrade"
This reverts commit 70e0bc050a2ef1bb5b0d8ac97be24484f3891ceb.
2023-08-07 07:53:30 +10:00
md_5
70e0bc050a
SPIGOT-7447: Fix --forceUpgrade 2023-08-05 10:01:59 +10:00
Miles Holder
6752f1d63e
SPIGOT-7396: Add PlayerSignOpenEvent 2023-08-05 09:33:42 +10:00
Doc
847b4cad50
SPIGOT-7063, #1071: Add DragonBattle#initiateRespawn with custom EnderCrystals 2023-08-05 09:24:52 +10:00
Jishuna
c335a555fb
#1212: Add PlayerRecipeBookClickEvent 2023-08-02 07:46:19 +10:00
md_5
db70bd6edb
SPIGOT-7441: Fix issue placing certain items in creative/op 2023-07-29 10:06:05 +10:00
md_5
f7fa6d9935
SPIGOT-7435: Add TeleportCause#EXIT_BED 2023-07-29 09:58:01 +10:00
md_5
b435e8e8d3
SPIGOT-7349: Player#setDisplayName not working when message/format unmodified 2023-07-28 18:56:00 +10:00
Owen1212055
a2fafdd1d2
#1232: Re-add fix for player rotation 2023-07-25 18:52:51 +10:00
Owen1212055
7cf863de17
#1233: Remove some old MC bug fixes now fixed in vanilla 2023-07-24 18:09:23 +10:00
Collin
01cae71b7a
SPIGOT-7429: Fix LEFT_CLICK_AIR not working for passable entities and spectators 2023-07-18 21:23:52 +10:00
md_5
ce545de57f
SPIGOT-7398: TextDisplay#setInterpolationDuration incorrectly updates the line width 2023-07-08 13:07:16 +10:00
Owen1212055
95c335c636
#1226: Fix VehicleEnterEvent not being called for certain entities 2023-07-04 06:54:09 +10:00
md_5
0d0b1e5dce
Revert bad change to PathfinderGoalSit causing all cats to sit 2023-07-01 20:56:18 +10:00
md_5
31fe848d6e
All smithing inventories are now the new smithing inventory 2023-07-01 09:35:39 +10:00
md_5
9a919a1438
SPIGOT-7416: SmithItemEvent not firing in Smithing Table 2023-07-01 09:25:36 +10:00
Parker Hawke
9f64f0d22a
#1221: Add methods to get/set FallingBlock CancelDrop 2023-06-27 07:36:06 +10:00
Owen1212055
c1279f7751
#1209: Clean up various patches 2023-06-24 17:15:05 +10:00
Jishuna
44a4b5649d
SPIGOT-7380: Add PlayerInteractEvent#getClickedPosition and ChiseledBookshelf#getSlot 2023-06-17 14:31:40 +10:00
Doc
676969d016
SPIGOT-7389: Handle setting null items in ChiseledBookshelf Inventory 2023-06-17 06:44:22 +10:00
Parker Hawke
9a21b0b89e
SPIGOT-7393: Fix new tile entities not loading Bukkit's PersistentDataContainer 2023-06-15 20:25:35 +10:00
md_5
66c5ce4c7b
SPIGOT-7391: Preserve vanilla sign json where not modified by event 2023-06-14 18:36:22 +10:00
md_5
789324e30a
Work around issue placing decorated pots 2023-06-13 19:05:00 +10:00
md_5
9c5d600d13
Update to Minecraft 1.20.1 2023-06-13 07:00:00 +10:00
Parker Hawke
c0f1ad4b9b
SPIGOT-7350: Add methods to get hints from EnchantItemEvent 2023-06-12 10:03:07 +10:00
Parker Hawke
88999cd53b
SPIGOT-7381: Fix NullPointerException when setting item in ChiseledBookshelfInventory snapshot 2023-06-12 08:04:28 +10:00
md_5
ce710deb08
SPIGOT-7384: player.getLocation() equals PlayerMoveEvent.getTo() 2023-06-11 20:41:52 +10:00
md_5
8c5311c200
SPIGOT-7382: Player still on fire after respawn 2023-06-11 17:30:03 +10:00
Hannah
e472b6c172
#1184: Add setMotd and setMaxPlayers 2023-06-11 10:51:11 +10:00
md_5
245f2be151
Implement SpawnerSpawnEvent
Co-authored-by: Andy Shulman <andy.shulman@hotmail.com>
2023-06-10 07:22:51 +10:00
md_5
fd92f1e654
SPIGOT-7378: Add BlockDropItemEvent for Suspicious Sand & Gravel drops 2023-06-09 08:37:09 +10:00
md_5
cb1b69d130
SPIGOT-7377: Server sends player list twice 2023-06-09 08:24:31 +10:00
md_5
725545630d
SPIGOT-7375: Fix crash breeding certain entities 2023-06-08 19:22:25 +10:00
DerFrZocker
68b3205624
SPIGOT-7266: Found typo in CraftBukkit package 2023-06-08 13:40:54 +10:00
md_5
98b4d2ff88
SPIGOT-7372, SPIGOT-7373: Signs can't be edited, issues with SignChangeEvent 2023-06-08 12:19:59 +10:00
md_5
5f7bd4d78a
SPIGOT-7371: Sign does not open edit text on placement 2023-06-08 08:03:24 +10:00
md_5
e1188ed3a2
Update to Minecraft 1.20 2023-06-08 01:30:00 +10:00
Doc
dbc70bed55
SPIGOT-7195, SPIGOT-7197: Add DataPack API 2023-05-30 19:05:48 +10:00
Parker Hawke
01b2e1af41
SPIGOT-7346: Disallow players from executing commands after disconnecting 2023-05-11 07:03:53 +10:00
Jishuna
563d422268
SPIGOT-519: Add TNTPrimeEvent
Thanks to Pokechu22 for an earlier implementation
2023-05-03 20:46:43 +10:00
FreeSoccerHDX
bfd8b1ac82
SPIGOT-7209: Accessors and events for player's exp cooldown 2023-04-21 18:46:56 +10:00
Doc
f92a41c396
#1181: Consolidate Location conversion code 2023-04-19 19:59:19 +10:00
Doc
82f7b658aa
#1095: Add PlayerSpawnChangeEvent 2023-04-17 19:33:17 +10:00
Martoph
b421af7e44
#808: Expand the FishHook API 2023-04-16 10:10:27 +10:00
Parker Hawke
818582f409
#1169: Add damage methods to FallingBlock 2023-04-13 07:08:26 +10:00
Jishuna
5ee3419b79
SPIGOT-5217, SPIGOT-6183: Add RespawnReason to PlayerRespawnEvent 2023-04-10 08:26:45 +10:00
DerFrZocker
19de3550d8
SPIGOT-7315: Bed placement duplicates crops if cancelled 2023-04-07 10:56:58 +02:00