Fix datapacks #1314
-
Adding an option or fix the server software for datapacks to work again, because the Paper API break some datapacks, and it's realy anoying to choose between plugins or datapacks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is unfortunately not possible. But anything that uses functions requires vanilla/fabric because bukkit and forks have make a lot of optimizations for multiplayer play, which is what breaks the data packs. And because we build on top of these forks as our foundation we can't really undo or fix that |
Beta Was this translation helpful? Give feedback.
This is unfortunately not possible.
On bukkit/spigot/paper etc, the types of data packs that will work are things that are data driven: world generation, recipes, advancements, loot tables, tags
But anything that uses functions requires vanilla/fabric because bukkit and forks have make a lot of optimizations for multiplayer play, which is what breaks the data packs.
And because we build on top of these forks as our foundation we can't really undo or fix that