Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] Add the ability to save NPC configurations for each world in the world folder #204

Open
iamkoldun opened this issue Nov 26, 2024 · 1 comment

Comments

@iamkoldun
Copy link

Hello! We have created a custom backup system for our build server, but we’ve encountered an issue: FancyNpcs stores all the data about NPCs in the plugins/FancyNpcs/npcs.yml file. As a result, we have to write scripts to dynamically populate this file when restoring worlds.

It would be very convenient to have a feature flag that allows toggling the storage method for NPCs, with an option to store them directly in the world directory.

Thanks!

@Grabsky
Copy link
Contributor

Grabsky commented Nov 26, 2024

Plugins are not supposed to store anything outside of their data folder under plugins directory and current system responsible for data saving/loading is not designed in a way that would allow to easily split npcs.yml file per world.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants