2886 Commits

Author SHA1 Message Date
md_5
ad6d0cffbe
SPIGOT-7394: Fix another issue with sendSignChange 2023-06-15 06:45:03 +10:00
md_5
66c5ce4c7b
SPIGOT-7391: Preserve vanilla sign json where not modified by event 2023-06-14 18:36:22 +10:00
Collin
ae3824f949
#1204: Add Enderman#teleport and Enderman#teleportTowards 2023-06-14 18:36:22 +10:00
md_5
5863a2eaef
Fix sendSignChange not working 2023-06-14 18:36:22 +10:00
Yannick Lamprecht
4a7eadc976
#1201: Add Player#sendBlockUpdate to send tile entity updates 2023-06-14 18:36:21 +10:00
md_5
9c5d600d13
Update to Minecraft 1.20.1 2023-06-13 07:00:00 +10:00
md_5
6962456f98
Fix unintended change to playSound contract and various other issues 2023-06-12 21:29:41 +10:00
md_5
091027accb
Fix unintended change to createBlockData contract 2023-06-12 21:09:17 +10:00
md_5
63b46678a5
Fix another mistake in previous commits causing server crash 2023-06-12 21:02:46 +10:00
md_5
b10ea735ca
Check in getOfflinePlayer is OK 2023-06-12 20:42:20 +10:00
md_5
0cd47ae827
Remove changes to string API contracts introduced by prior commits 2023-06-12 20:39:58 +10:00
md_5
461cd81328
Fix another issue from previous commit 2023-06-12 20:35:38 +10:00
md_5
3bded4aae8
Fix issue from previous commit in SimpleHelpMap 2023-06-12 20:30:16 +10:00
Doc
40945171bf
#1182: Consolidate Preconditions use and minor cleanup 2023-06-12 19:41:02 +10:00
Doc
9a784ee889
SPIGOT-7383: Add EntityDamageEvent.DamageCause#KILL and EntityDamageEvent.DamageCause#WORLD_BORDER 2023-06-12 08:17:09 +10:00
md_5
8c5311c200
SPIGOT-7382: Player still on fire after respawn 2023-06-11 17:30:03 +10:00
Doc
991639bc66
#1124: Adjust CreatureSpawner to allow for spawners with no mob type 2023-06-11 11:05:16 +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
f3b2b22103
SPIGOT-7376: Exception with getBlockData when hasBlockData is false 2023-06-08 21:19:44 +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
b4cf99d242
SPIGOT-7371: Fix editing signs with API 2023-06-08 07:56:25 +10:00
Yannick Lamprecht
a2b6c27442
#1200: Implement open sign by side 2023-06-08 07:42:44 +10:00
md_5
e1188ed3a2
Update to Minecraft 1.20 2023-06-08 01:30:00 +10:00
md_5
5a5e43ee6b
Remove outdated build delay. 2023-06-08 01:30:00 +10:00
saltyaimbotter
863dacb7a0
#1191: Do not start on pre-release Java 17
Pre-release versions of Java may miss standard API that is introduced later during development of the same release. Unfortunately some server hosts knowingly (!) run these versions in production, even years after the general availability of that java release. Therefore, we need to manually enforce that the server only runs on fully standardized versions to ensure compatibility of plugin and server code with the runtime.

To cause less problems when developers test their software with newer Java, this rule is only enforced on the oldest Java release the server can run with. This is the Java version all plugins will normally compile to, so it's feature set must always be available during runtime.
2023-06-03 11:39:00 +10:00
Parker Hawke
1f2dd8e127
SPIGOT-7362: Properly handle null in CraftBlock#blockFaceToNotch() 2023-05-30 21:14:16 -04:00
Doc
dbc70bed55
SPIGOT-7195, SPIGOT-7197: Add DataPack API 2023-05-30 19:05:48 +10:00
Yannick Lamprecht
b346a5f6dd
#1170: Add preliminary support for multi sided signs 2023-05-25 07:21:35 +10:00
md_5
d9324b4bc7
Fix addition of custom smithing trim / transform recipes 2023-05-14 12:11:23 +10:00
Jishuna
7fe5ee022a
#1186: Move getHighestBlockYAt methods from World to RegionAccessor 2023-05-11 06:48:41 +10:00
Cerus
bcc85ef670
#1185: Add API for directly setting Display transformation matrices 2023-05-11 06:48:40 +10:00
Y2Kwastaken
a7cfc778fd
#1176: Add InventoryView#setTitle 2023-05-04 18:52:18 +10:00
Jishuna
563d422268
SPIGOT-519: Add TNTPrimeEvent
Thanks to Pokechu22 for an earlier implementation
2023-05-03 20:46:43 +10:00
Jishuna
2926e0513b
#1171: Add method to get chunk load level 2023-04-29 17:37:52 +10:00
Matthew
63cad7f840
#375: Add accessors to Wither's invulnerability ticks 2023-04-21 18:59:04 +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
blablubbabc
10f866759e
SPIGOT-6308: Deprecate the location name property of map items
This property does not have the expected effect.
2023-04-17 19:33:17 +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
md_5
598ad7b3f0
Increase outdated build delay 2023-04-15 17:49:52 +10:00
Parker Hawke
818582f409
#1169: Add damage methods to FallingBlock 2023-04-13 07:08:26 +10:00
md_5
15a3eac661
SPIGOT-7335: Fix typo in TextDisplay#TextAlignment enum name 2023-04-11 18:52:28 +10:00
Doc
f01fb4979e
SPIGOT-7336: Fix typo in internal method name 2023-04-11 18:37:21 +10:00
Jishuna
5ee3419b79
SPIGOT-5217, SPIGOT-6183: Add RespawnReason to PlayerRespawnEvent 2023-04-10 08:26:45 +10:00
Parker Hawke
50ee87fbcb SPIGOT-7333: Correctly handle null in ColorableArmorMeta#setColor() 2023-04-09 22:22:49 +00:00
DerFrZocker
790be710b5
SPIGOT-7332: Persistent Data Container of Chunk not saving on stop or restart. 2023-04-09 05:24:52 +02:00
libraryaddict
cb6f3c0286
#1173: Change CraftMinecartTNT to public for consistency 2023-04-09 08:38:21 +10:00