Replies: 4 comments
-
Would love this as well, but AFAIK it would be a lot of work to properly add datapack support to Bukkit |
Beta Was this translation helpful? Give feedback.
-
@bluelyDev hum i have look inside minecraft code and for me this is not too much work for add an new directory for load data pack and for dynamic load this need re instantiate the resource manager in MinecraftServer or just "reflection" for push the pack in the map (i have try this and this could be work but in reflection its a pain for add it and reload) |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
-
I would love a feature like this as it would allow for much easier creation of advancements and loot tables. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
This feature is great for custom loot table and provide it by plugin and not by default world.
Describe the solution you'd like
An method like
Bukkit.loadDataPack(NamespacedKey, File)
(first is key of data pack and second if file or data pack).Describe alternatives you've considered
I have try to solve the loot table solution via NMS but this is really hard to make it.
Also i think just an method like
Bukkit.loadLootTable(NamespacedKey, File)
(with file is the json of loot table), could be great.Beta Was this translation helpful? Give feedback.
All reactions