CraftBukkit/Spigot
983dd759e8
Don't rely on tags for CraftItemMetas
...
By: md_5 <git@md-5.net>
2024-07-24 19:40:55 +10:00
CraftBukkit/Spigot
af7b1e8dec
SPIGOT-7846: Fix ItemMeta for hanging signs
...
By: md_5 <git@md-5.net>
2024-07-24 19:40:50 +10:00
CraftBukkit/Spigot
b9c7f251e4
SPIGOT-7839: Remove redundant Java version checks
...
By: md_5 <git@md-5.net>
2024-07-20 10:20:27 +10:00
CraftBukkit/Spigot
60eec22bd3
SPIGOT-7809: Add ShieldMeta and fix setting shield base colours
...
By: Doc <nachito94@msn.com>
Also-by: md_5 <git@md-5.net>
2024-07-20 10:15:22 +10:00
CraftBukkit/Spigot
92c33ca0c7
Increase outdated build delay
...
By: md_5 <git@md-5.net>
2024-07-15 20:06:23 +10:00
CraftBukkit/Spigot
71bc2b07ed
SPIGOT-7827: Sync EntityPortalEvent with PlayerPortalEvent since non-players can now create portals
...
By: md_5 <git@md-5.net>
2024-07-10 19:43:43 +10:00
CraftBukkit/Spigot
4377eb6edb
SPIGOT-7823: Suspicious sand and gravel material are not marked as having gravity correctly
...
By: md_5 <git@md-5.net>
2024-07-10 18:50:13 +10:00
CraftBukkit/Spigot
9d6d5d8dc5
SPIGOT-7820: Enum changes - duplicate method name
...
By: DerFrZocker <derrieple@gmail.com>
2024-07-08 07:01:03 +10:00
CraftBukkit/Spigot
d86a8b483e
SPIGOT-7813: Material#isInteractable() always returns false
...
By: md_5 <git@md-5.net>
2024-07-07 09:24:47 +10:00
CraftBukkit/Spigot
d7c74a442e
SPIGOT-7806: Handle both loot and inventory item drop behaviour in PlayerDeathEvent
...
By: Doc <nachito94@msn.com>
2024-07-06 17:25:39 +10:00
CraftBukkit/Spigot
b6655d093f
SPIGOT-7799, #1436 : Expose explosion world interaction in EntityExplodeEvent and BlockExplodeEvent
...
By: antiPerson <nathat890@outlook.com>
2024-07-06 17:19:45 +10:00
CraftBukkit/Spigot
41b8d833db
#1424 : Trial changing a small number of inner enums to classes/interfaces to better support custom values
...
This PR is a subset of the enum PR #931 and is designed as a low impact
trial run of the design and backwards compatibility to inform
subsequent development.
Additional plugin compatibility features may be available by setting
`settings.compatibility.enum-compatibility-mode` to `true` in
`bukkit.yml`.
By: DerFrZocker <derrieple@gmail.com>
2024-07-06 17:14:22 +10:00
CraftBukkit/Spigot
7288f31c8d
SPIGOT-7812: Revert "SPIGOT-7809: Restore shield/banner conversion for base colours"
...
This reverts commit 09b9a2110e
.
By: md_5 <git@md-5.net>
2024-07-04 07:01:08 +10:00
CraftBukkit/Spigot
376a4220bf
SPIGOT-7808: Fix implementation of Enchantment#getName() for bad name return
...
By: Doc <nachito94@msn.com>
2024-07-03 20:21:17 +10:00
CraftBukkit/Spigot
09b9a2110e
SPIGOT-7809: Restore shield/banner conversion for base colours
...
By: md_5 <git@md-5.net>
2024-07-03 20:21:13 +10:00
CraftBukkit/Spigot
292255a36a
SPIGOT-7805: Fix jukebox deserialization
...
By: blablubbabc <lukas@wirsindwir.de>
2024-07-01 07:08:06 +10:00
CraftBukkit/Spigot
bc75f0bcb5
SPIGOT-7804: Fix written book serialization
...
* Account for null/missing values when deserializing the 'resolved' and
'generation' fields.
* Serialize the book pages as JSON strings.
* Avoid redundant conversion from strings to components to JSON and back to
components during deserialization.
Add CraftChatMessage.fromJSONOrString that accepts a maxLength argument
and remove the no longer used fromJSONOrStringToJSON, fromStringToJSON,
and fromJSONComponent helper methods.
By: blablubbabc <lukas@wirsindwir.de>
2024-06-30 16:27:23 +10:00
CraftBukkit/Spigot
8821aa372c
SPIGOT-7800, SPIGOT-7801: Keep vanilla behaviour for items dropped on player death
...
By: Doc <nachito94@msn.com>
2024-06-29 14:03:10 +10:00
CraftBukkit/Spigot
5f8cff3bb5
#1429 : Implement TrialSpawnerSpawnEvent
...
By: Doc <nachito94@msn.com>
2024-06-28 07:06:36 +10:00
CraftBukkit/Spigot
820bc6423d
#1354 : Improve spawner API and add API for Trial Spawners
...
By: coll1234567 <joshl5324@gmail.com>
2024-06-28 07:06:20 +10:00
CraftBukkit/Spigot
c59410cfbc
Increase outdated build delay
...
By: md_5 <git@md-5.net>
2024-06-26 07:00:34 +10:00
CraftBukkit/Spigot
0d64e2be4b
SPIGOT-7796: Kickplayer newlines not working
...
By: md_5 <git@md-5.net>
2024-06-24 06:33:02 +10:00
CraftBukkit/Spigot
5d025bbee8
Improve cross-world teleportation handling
...
By: md_5 <git@md-5.net>
2024-06-23 16:45:29 +10:00
CraftBukkit/Spigot
477394d314
#1433 : HumanEntity#openInventory(InventoryView) should only support views belonging to the player
...
By: Miles Holder <mwholder2005@gmail.com>
2024-06-22 18:48:51 +10:00
CraftBukkit/Spigot
aef018b9c4
SPIGOT-7732: Issue with the "hurt()" method of EntityLiving and invulnerable time
...
By: LoliColleen <76620594+LoliColleen@users.noreply.github.com>
2024-06-22 18:46:41 +10:00
CraftBukkit/Spigot
7667932681
SPIGOT-7791: Skull BlockState with null profile causes NullPointerException
...
By: md_5 <git@md-5.net>
2024-06-22 11:42:15 +10:00
CraftBukkit/Spigot
2f1800fa2e
SPIGOT-7789: Fix NPE in CraftMetaFirework applyToItem
...
By: blablubbabc <lukas@wirsindwir.de>
2024-06-20 07:04:11 +10:00
CraftBukkit/Spigot
1128edadb2
#1428 : Expose Creeper igniter
...
By: Doc <nachito94@msn.com>
2024-06-19 06:48:33 +10:00
CraftBukkit/Spigot
e43f607e6a
#1425 : Fix bytecode transformation taking care of class-to-interface compatibility.
...
By: Jannyboy11 <Jannyboy11@gmail.com>
2024-06-18 19:19:15 +10:00
CraftBukkit/Spigot
ac95e0b210
SPIGOT-7770: Fix certain shaped recipes not registering
...
By: 2008Choco <hawkeboyz2@hotmail.com>
2024-06-18 19:06:07 +10:00
CraftBukkit/Spigot
5f8b82d6cc
#1426 : Deprecate more unused methods in UnsafeValues
...
By: 2008Choco <hawkeboyz2@hotmail.com>
2024-06-17 20:56:19 +10:00
CraftBukkit/Spigot
8537c328d0
SPIGOT-7771: Material.getDefaultAttributes always returns an empty map
...
By: md_5 <git@md-5.net>
2024-06-17 19:44:14 +10:00
CraftBukkit/Spigot
d2d0972bc3
#1414 : Convert InventoryView to interface
...
By: Miles Holder <mwholder2005@gmail.com>
2024-06-16 08:47:38 +10:00
CraftBukkit/Spigot
6af115230a
Fix Implementation for DamageSource#isIndirect for internal custom causing entity
...
By: Doc <nachito94@msn.com>
2024-06-15 12:47:45 -04:00
CraftBukkit/Spigot
9f79c6f74e
Remove unused import
...
By: md_5 <git@md-5.net>
2024-06-15 12:52:01 +10:00
CraftBukkit/Spigot
3e98b1bcbe
SPIGOT-7757: Cannot set item in Stonecutter Inventory
...
By: md_5 <git@md-5.net>
2024-06-15 12:48:38 +10:00
CraftBukkit/Spigot
85df4599c9
Move deserialized removed unhandled tags to dedicated removedTags
...
By: md_5 <git@md-5.net>
2024-06-15 10:09:35 +10:00
CraftBukkit/Spigot
87c3fdad31
Fix potential mutability issue with CraftMetaItem copy constructor
...
By: md_5 <git@md-5.net>
2024-06-15 07:03:03 +10:00
CraftBukkit/Spigot
1e6fb15514
SPIGOT-7741: Vanilla ItemComponent in commands can't remove components
...
By: md_5 <git@md-5.net>
2024-06-15 07:03:03 +10:00
CraftBukkit/Spigot
26f44f56c1
#1284 : Move ItemType <-> ItemMeta linking to a centralized place
...
By: DerFrZocker <derrieple@gmail.com>
2024-06-15 06:53:46 +10:00
CraftBukkit/Spigot
c985be99a6
#1420 : Fix DirectEntity and CausingEntity Damager for Creepers ignited by Player
...
By: Doc <nachito94@msn.com>
2024-06-15 06:47:48 +10:00
CraftBukkit/Spigot
9c115e8fae
Implement DamageCause#CAMPFIRE and minor improvement in exception for Unhandled block damage
...
By: Doc <nachito94@msn.com>
2024-06-13 12:23:28 -04:00
CraftBukkit/Spigot
eed041d629
Update to Minecraft 1.21
...
By: md_5 <git@md-5.net>
2024-06-14 01:05:00 +10:00
CraftBukkit/Spigot
7c6204e1a9
Remove outdated build delay
...
By: md_5 <git@md-5.net>
2024-06-14 01:00:00 +10:00
CraftBukkit/Spigot
1ded727925
SPIGOT-7737: Add separate TreeType.MEGA_PINE
...
By: md_5 <git@md-5.net>
2024-06-11 21:04:56 +10:00
CraftBukkit/Spigot
92a9fb31be
Fix spawn egg equality check and copy constructor
...
By: md_5 <git@md-5.net>
2024-06-11 06:59:14 +10:00
CraftBukkit/Spigot
cd2a1a6d7e
Fix spawn eggs with no entity creating invalid stacks and disconnect creative clients
...
Example: /give @s minecraft:cat_spawn_egg[minecraft:max_stack_size=1,minecraft:max_damage=100,minecraft:damage=10] 1
By: md_5 <git@md-5.net>
2024-06-10 14:06:38 +10:00
CraftBukkit/Spigot
9db084c279
SPIGOT-7731: Spawn eggs cannot have damage
...
By: Doc <nachito94@msn.com>
2024-06-10 14:06:34 +10:00
CraftBukkit/Spigot
95f120b7ff
SPIGOT-7735: Fix serialization of player heads with note block sound
...
By: blablubbabc <lukas@wirsindwir.de>
2024-06-10 08:35:53 +10:00
CraftBukkit/Spigot
cd4487372e
#1413 : Add force option to Player#spawnParticle
...
By: Jishuna <joshl5324@gmail.com>
2024-06-08 09:11:27 +10:00