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
f3b2b22103
SPIGOT-7376: Exception with getBlockData when hasBlockData is false
2023-06-08 21:19:44 +10:00
md_5
725545630d
SPIGOT-7375: Fix crash breeding certain entities
2023-06-08 19:22:25 +10:00
md_5
b9873b0d44
Update Brigadier version with fix
2023-06-08 17:28:32 +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
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
a345bb9408
SPIGOT-7368: Downgrade SpecialSource version
2023-06-08 02:35:19 +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
Parker Hawke
2270366cdd
#1196 : Test Registry instances more thoroughly
2023-06-04 11:28:33 +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
86c816189c
Update SQLite version
2023-05-24 19:50:57 +10:00
md_5
d9324b4bc7
Fix addition of custom smithing trim / transform recipes
2023-05-14 12:11:23 +10:00
Parker Hawke
01b2e1af41
SPIGOT-7346: Disallow players from executing commands after disconnecting
2023-05-11 07:03:53 +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
md_5
ccbc6abca4
Add test for Chunk.LoadLevel mirroring
2023-04-29 17:44:42 +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
DerFrZocker
19de3550d8
SPIGOT-7315: Bed placement duplicates crops if cancelled
2023-04-07 10:56:58 +02:00
Parker Hawke
1eb88374e1
#1147 : Add experimental armor trim API
2023-04-07 16:51:00 +10:00
md_5
c4c0bb0e94
Show clean error for invalidly configured server.properties options
2023-04-07 08:14:11 +10:00
Phoenix616
3ae90697f3
Fix UUID not being updated when changing world of MapView
2023-04-04 19:44:29 +01:00
Jishuna
e43000601d
#1164 , MC-227255, MC-253819: Fix rotation of beehives and bells
2023-04-04 07:01:54 +10:00
md_5
be8682aa82
Also update compiler version
2023-04-02 15:01:50 +10:00
md_5
08e305f5b3
Update some Maven plugin versions
2023-04-02 14:58:07 +10:00
Parker Hawke
187bdd463f
#1160 : Add more bell API
2023-04-02 14:35:13 +10:00