CraftBukkit/Spigot
dacee77a67
Fix another issue from previous commit
...
By: md_5 <git@md-5.net>
2023-06-12 20:35:38 +10:00
CraftBukkit/Spigot
cad3899462
Fix issue from previous commit in SimpleHelpMap
...
By: md_5 <git@md-5.net>
2023-06-12 20:30:16 +10:00
CraftBukkit/Spigot
ff78bf30f6
#1182 : Consolidate Preconditions use and minor cleanup
...
By: Doc <nachito94@msn.com>
2023-06-12 19:41:02 +10:00
CraftBukkit/Spigot
5ff68bfbcb
#1203 : Test TrimMaterial and TrimPattern constants
...
By: Parker Hawke <hawkeboyz2@hotmail.com>
2023-06-12 10:06:51 +10:00
CraftBukkit/Spigot
211ccb13d3
SPIGOT-7350: Add methods to get hints from EnchantItemEvent
...
By: Parker Hawke <hawkeboyz2@hotmail.com>
2023-06-12 10:03:07 +10:00
CraftBukkit/Spigot
1e66cd27c3
SPIGOT-7383: Add EntityDamageEvent.DamageCause#KILL and EntityDamageEvent.DamageCause#WORLD_BORDER
...
By: Doc <nachito94@msn.com>
2023-06-12 08:17:09 +10:00
CraftBukkit/Spigot
4c192dd4e7
SPIGOT-7381: Fix NullPointerException when setting item in ChiseledBookshelfInventory snapshot
...
By: Parker Hawke <hawkeboyz2@hotmail.com>
2023-06-12 08:04:28 +10:00
CraftBukkit/Spigot
f800a3801e
SPIGOT-7384: player.getLocation() equals PlayerMoveEvent.getTo()
...
By: md_5 <git@md-5.net>
2023-06-11 20:41:52 +10:00
CraftBukkit/Spigot
a7ce4d1a3f
SPIGOT-7382: Player still on fire after respawn
...
By: md_5 <git@md-5.net>
2023-06-11 17:30:03 +10:00
CraftBukkit/Spigot
c49031bc5d
#1124 : Adjust CreatureSpawner to allow for spawners with no mob type
...
By: Doc <nachito94@msn.com>
2023-06-11 11:05:16 +10:00
CraftBukkit/Spigot
0c94630926
#1184 : Add setMotd and setMaxPlayers
...
By: Hannah <salvadin2@gmail.com>
2023-06-11 10:51:11 +10:00
CraftBukkit/Spigot
5301642c90
Implement SpawnerSpawnEvent
...
By: md_5 <git@md-5.net>
Also-by: Andy Shulman <andy.shulman@hotmail.com>
2023-06-10 07:22:51 +10:00
CraftBukkit/Spigot
82dccdf1a6
SPIGOT-7378: Add BlockDropItemEvent for Suspicious Sand & Gravel drops
...
By: md_5 <git@md-5.net>
2023-06-09 08:37:09 +10:00
CraftBukkit/Spigot
b68048c094
SPIGOT-7377: Server sends player list twice
...
By: md_5 <git@md-5.net>
2023-06-09 08:24:31 +10:00
CraftBukkit/Spigot
f990d547f7
SPIGOT-7376: Exception with getBlockData when hasBlockData is false
...
By: md_5 <git@md-5.net>
2023-06-08 21:19:44 +10:00
CraftBukkit/Spigot
99be5d2a3c
SPIGOT-7375: Fix crash breeding certain entities
...
By: md_5 <git@md-5.net>
2023-06-08 19:22:25 +10:00
CraftBukkit/Spigot
640e9271af
Update Brigadier version with fix
...
By: md_5 <git@md-5.net>
2023-06-08 17:28:32 +10:00
CraftBukkit/Spigot
a2fa8bb79d
SPIGOT-7266: Found typo in CraftBukkit package
...
By: DerFrZocker <derrieple@gmail.com>
2023-06-08 13:40:54 +10:00
CraftBukkit/Spigot
010814803a
SPIGOT-7372, SPIGOT-7373: Signs can't be edited, issues with SignChangeEvent
...
By: md_5 <git@md-5.net>
2023-06-08 12:19:59 +10:00
CraftBukkit/Spigot
605ce98727
SPIGOT-7371: Sign does not open edit text on placement
...
By: md_5 <git@md-5.net>
2023-06-08 08:03:24 +10:00
CraftBukkit/Spigot
ef776287cb
SPIGOT-7371: Fix editing signs with API
...
By: md_5 <git@md-5.net>
2023-06-08 07:56:25 +10:00
CraftBukkit/Spigot
e5fdca81b2
#1200 : Implement open sign by side
...
By: Yannick Lamprecht <yannicklamprecht@live.de>
2023-06-08 07:42:44 +10:00
CraftBukkit/Spigot
540acd512b
SPIGOT-7368: Downgrade SpecialSource version
...
By: md_5 <git@md-5.net>
2023-06-08 02:35:19 +10:00
CraftBukkit/Spigot
9d740b84b0
Update to Minecraft 1.20
...
By: md_5 <git@md-5.net>
2023-06-08 01:30:00 +10:00
CraftBukkit/Spigot
bac55e67d6
Remove outdated build delay.
...
By: md_5 <git@md-5.net>
2023-06-08 01:30:00 +10:00
CraftBukkit/Spigot
355e9daf30
#1196 : Test Registry instances more thoroughly
...
By: Parker Hawke <hawkeboyz2@hotmail.com>
2023-06-04 11:28:33 +10:00
CraftBukkit/Spigot
e894c4d08c
#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.
By: saltyaimbotter <saltyaimbotter@gmail.com>
2023-06-03 11:39:00 +10:00
CraftBukkit/Spigot
ce8a5d4953
SPIGOT-7362: Properly handle null in CraftBlock#blockFaceToNotch()
...
By: Parker Hawke <hawkeboyz2@hotmail.com>
2023-05-30 21:14:16 -04:00
CraftBukkit/Spigot
a345ec2e35
SPIGOT-7195, SPIGOT-7197: Add DataPack API
...
By: Doc <nachito94@msn.com>
2023-05-30 19:05:48 +10:00
CraftBukkit/Spigot
d8a3b1e7f0
#1170 : Add preliminary support for multi sided signs
...
By: Yannick Lamprecht <yannicklamprecht@live.de>
2023-05-25 07:21:35 +10:00
CraftBukkit/Spigot
3ef16a899d
Update SQLite version
...
By: md_5 <git@md-5.net>
2023-05-24 19:50:57 +10:00
CraftBukkit/Spigot
2eb01eb21a
Fix addition of custom smithing trim / transform recipes
...
By: md_5 <git@md-5.net>
2023-05-14 12:11:23 +10:00
CraftBukkit/Spigot
456eae08ac
SPIGOT-7346: Disallow players from executing commands after disconnecting
...
By: Parker Hawke <hawkeboyz2@hotmail.com>
2023-05-11 07:03:53 +10:00
CraftBukkit/Spigot
3842cba3fd
#1186 : Move getHighestBlockYAt methods from World to RegionAccessor
...
By: Jishuna <joshl5324@gmail.com>
2023-05-11 06:48:41 +10:00
CraftBukkit/Spigot
7b7d756683
#1185 : Add API for directly setting Display transformation matrices
...
By: Cerus <github.social@cerus.dev>
2023-05-11 06:48:40 +10:00
CraftBukkit/Spigot
dafbbb0363
#1176 : Add InventoryView#setTitle
...
By: Y2Kwastaken <mwholder2005@gmail.com>
2023-05-04 18:52:18 +10:00
CraftBukkit/Spigot
ba817be945
SPIGOT-519: Add TNTPrimeEvent
...
Thanks to Pokechu22 for an earlier implementation
By: Jishuna <joshl5324@gmail.com>
2023-05-03 20:46:43 +10:00
CraftBukkit/Spigot
d58f895450
Add test for Chunk.LoadLevel mirroring
...
By: md_5 <git@md-5.net>
2023-04-29 17:44:42 +10:00
CraftBukkit/Spigot
f4abdeb3f9
#1171 : Add method to get chunk load level
...
By: Jishuna <joshl5324@gmail.com>
2023-04-29 17:37:52 +10:00
CraftBukkit/Spigot
747897f79b
#375 : Add accessors to Wither's invulnerability ticks
...
By: Matthew <stteg@hotmail.com>
2023-04-21 18:59:04 +10:00
CraftBukkit/Spigot
695e12db3d
SPIGOT-7209: Accessors and events for player's exp cooldown
...
By: FreeSoccerHDX <freesoccerhdx@gmail.com>
2023-04-21 18:46:56 +10:00
CraftBukkit/Spigot
b99d3df2d8
#1181 : Consolidate Location conversion code
...
By: Doc <nachito94@msn.com>
2023-04-19 19:59:19 +10:00
CraftBukkit/Spigot
2ffb1d2479
SPIGOT-6308: Deprecate the location name property of map items
...
This property does not have the expected effect.
By: blablubbabc <lukas@wirsindwir.de>
2023-04-17 19:33:17 +10:00
CraftBukkit/Spigot
9e30ea471f
#1095 : Add PlayerSpawnChangeEvent
...
By: Doc <nachito94@msn.com>
2023-04-17 19:33:17 +10:00
CraftBukkit/Spigot
41bd40bcaa
#808 : Expand the FishHook API
...
By: Martoph <sager1018@gmail.com>
2023-04-16 10:10:27 +10:00
CraftBukkit/Spigot
2a9c3c262f
Increase outdated build delay
...
By: md_5 <git@md-5.net>
2023-04-15 17:49:52 +10:00
CraftBukkit/Spigot
5d28a95165
#1169 : Add damage methods to FallingBlock
...
By: Parker Hawke <hawkeboyz2@hotmail.com>
2023-04-13 07:08:26 +10:00
CraftBukkit/Spigot
aa099d8420
SPIGOT-7335: Fix typo in TextDisplay#TextAlignment enum name
...
By: md_5 <git@md-5.net>
2023-04-11 18:52:28 +10:00
CraftBukkit/Spigot
d3104ad934
SPIGOT-7336: Fix typo in internal method name
...
By: Doc <nachito94@msn.com>
2023-04-11 18:37:21 +10:00
CraftBukkit/Spigot
178a84c8d6
SPIGOT-5217, SPIGOT-6183: Add RespawnReason to PlayerRespawnEvent
...
By: Jishuna <joshl5324@gmail.com>
2023-04-10 08:26:45 +10:00