CraftBukkit/Spigot
402878b8cd
#1403 , SPIGOT-4288, SPIGOT-6202: Add material rerouting in preparation for the switch to ItemType and BlockType
...
This also moves the conversion from and to legacy material to the method
calls of legacy plugins, and no longer allows them directly in the
server.
This has the side effect of fixing some legacy plugin issues, such as
SPIGOT-4288, SPIGOT-6161. Also fixes legacy items sometimes not stacking
in inventory when using addItem, a client disconnect when using legacy
items in recipes and probably some more.
By: DerFrZocker <derrieple@gmail.com >
2024-05-29 06:48:55 +10:00
CraftBukkit/Spigot
c955ea1663
#1401 : Add a config option to accept old keys in registry get calls
...
By: DerFrZocker <derrieple@gmail.com >
2024-05-29 06:45:14 +10:00
CraftBukkit/Spigot
60c7d83e00
SPIGOT-7668: Move NONE Registry updater to FieldRename to avoid some class loader issues
...
By: DerFrZocker <derrieple@gmail.com >
2024-05-19 21:35:46 +02:00
CraftBukkit/Spigot
8f55ed539f
#1275 : Add internal ItemType and BlockType, delegate Material methods to them
...
By: Jishuna <joshl5324@gmail.com >
Also-by: Bjarne Koll <lynxplay101@gmail.com >
Also-by: DerFrZocker <derrieple@gmail.com >
Also-by: md_5 <git@md-5.net >
2024-05-05 10:08:54 +10:00
CraftBukkit/Spigot
acdb83379e
#1393 : Improve field rename handling and centralize conversion between bukkit and string more
...
By: DerFrZocker <derrieple@gmail.com >
2024-05-04 08:19:07 +10:00
CraftBukkit/Spigot
c604cac551
SPIGOT-7652: Remove remap for SPELL_MOB_AMBIENT which no longer exists
...
By: md_5 <git@md-5.net >
2024-05-02 21:26:08 +10:00
CraftBukkit/Spigot
8da4819249
SPIGOT-7355: More field renames and fixes
...
- Rename MapCursor Types to match their Minecraft names
- SPIGOT-7355: Rename ItemFlag#HIDE_POTION_EFFECTS to better reflect its function
- Fix Attribute rename (CraftBukkit only)
- Add rename routing validation (CraftBukkit only)
By: DerFrZocker <derrieple@gmail.com >
2024-04-25 07:49:44 +10:00
CraftBukkit/Spigot
760899464e
SPIGOT-5336: Field name parity with Minecraft keys
...
By: DerFrZocker <derrieple@gmail.com >
2024-04-24 01:15:00 +10:00
CraftBukkit/Spigot
1b0447274f
#1357 : Remove legacy Particle values
...
By: DerFrZocker <derrieple@gmail.com >
2024-04-24 01:15:00 +10:00
CraftBukkit/Spigot
8c7156ce51
Add Checkstyle check for unused imports
...
By: md_5 <git@md-5.net >
2023-12-17 10:26:49 +11: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
8b26bb8f3e
Update to Minecraft 1.19.3
...
By: md_5 <git@md-5.net >
2022-12-08 03:00:00 +11:00
CraftBukkit/Spigot
43702a9e10
Update to Minecraft 1.18-pre5
...
By: md_5 <git@md-5.net >
2021-11-22 09:00:00 +11:00
CraftBukkit/Spigot
b3a8254758
Update to Minecraft 1.17
...
By: md_5 <git@md-5.net >
2021-06-11 15:00:00 +10:00
CraftBukkit/Spigot
9da047989c
Repackage NMS
...
By: md_5 <git@md-5.net >
2021-03-16 09:00:00 +11:00
CraftBukkit/Spigot
50503fd516
Update to Minecraft 1.16.1
...
By: md_5 <git@md-5.net >
2020-06-25 10:00:00 +10:00
CraftBukkit/Spigot
7d47bd7c7f
Make it clear in error messages that api-version above 1.13 is also supported
...
By: md_5 <git@md-5.net >
2020-02-23 09:42:33 +11:00
CraftBukkit/Spigot
153bdf9192
Improve legacy conversion of some materials that changed post flattening
...
By: md_5 <git@md-5.net >
2020-02-21 12:13:05 +11:00
CraftBukkit/Spigot
259935c4f7
Print legacy load reason in debug mode
...
By: md_5 <git@md-5.net >
2020-01-31 19:20:02 +11:00
CraftBukkit/Spigot
e2093ed2c6
SPIGOT-5551: BlockState.setData fails when used by legacy plugin
...
By: md_5 <git@md-5.net >
2020-01-29 09:22:43 +11:00
CraftBukkit/Spigot
77bc265e5b
SPIGOT-5536: Material.values() causes legacy data init
...
By: md_5 <git@md-5.net >
2020-01-23 08:53:36 +11:00
CraftBukkit/Spigot
b978d253d9
Only load legacy support data if something uses it
...
By: md_5 <git@md-5.net >
2020-01-22 11:15:58 +11:00