PluginBugs / Issues-CinematicStudio

Repository used to keep track of issues of my plugin CinematicsStudio
1 stars 0 forks source link

Adding specific NBT tags/values to cutscene NPCs #27

Open ToastyKip opened 1 year ago

ToastyKip commented 1 year ago

Terms

Discord tag (optional)

No response

Describe the solution you'd like

It would be useful to be able to manually add specified NBT tags/values to cutscene NPC entities outside of predefined toggles.

Is your feature request related to a problem?

This would support creative use cases with entity NBT outside of rigid expectations like armor and hand slots. For instance, slime size or entity passengers could be specified. This would also allow for creative use cases in hybrid modded servers when using a modded entity as a cutscene NPC if the entity has custom tags unique to the mod.

Describe alternatives you've considered

Alternatively, there could be some method to clone an existing entity from the world and effectively duplicate it for use as a client-side cutscene NPC as opposed to manually defining the entity NBT in a GUI or via chat.

Additional context

No response

LoneDev6 commented 1 year ago

Interesting idea, adding NBT values might be a solution. I have to check how I can allow input of long strings in the game though.