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
Parker Hawke
b2322fead2
#1203 : Test TrimMaterial and TrimPattern constants
2023-06-12 10:06:51 +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
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
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
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
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
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
Parker Hawke
1eb88374e1
#1147 : Add experimental armor trim API
2023-04-07 16:51:00 +10:00
Phoenix616
3ae90697f3
Fix UUID not being updated when changing world of MapView
2023-04-04 19:44:29 +01:00
Parker Hawke
187bdd463f
#1160 : Add more bell API
2023-04-02 14:35:13 +10:00
Parker Hawke
2f8e5bc7c0
#1145 : Allow Player#sendBlockDamage() to specify a source entity
2023-04-02 13:56:16 +10:00
Parker Hawke
bcbb61b369
#1144 : Add more Guardian API, particularly for its laser
2023-04-02 13:49:05 +10:00
Jishuna
722ddff6da
#1162 : Add BlockData#rotate and BlockData#mirror
2023-04-02 13:32:01 +10:00
Parker Hawke
80998277cb
#1159 : Add missing API for explosive minecarts
2023-04-02 13:21:31 +10:00
DerFrZocker
1fddefce1c
#1155 : Allow getting chunks without generating them and optimize chunk data request for ungenerated chunks
2023-04-02 13:06:59 +10:00