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

Custom worlds directory #58

Open
chelminski opened this issue Dec 31, 2023 · 4 comments
Open

Custom worlds directory #58

chelminski opened this issue Dec 31, 2023 · 4 comments

Comments

@chelminski
Copy link

Hi ;)
Allow to set a default folder where worlds created by MyWorld will be located. I configured the plugin so that players could create their own private worlds. The problem for me is that my main directory has become a terrible mess.

@bergerkiller
Copy link
Member

Is it possible to do /mw create path//to//world or does this not work? I cant change the folder if bukkit doesnt support it.

@chelminski
Copy link
Author

chelminski commented Jan 1, 2024

Hi ;)
Actually, I didn't know it was possible. I tried it and the world was indeed created.
/mw create realms//test
Really. I can create a world in a given directory using this command. Unfortunately, the rest of the commands do not work 🥲.
When I enter mw list I don't see this world.

I also tried to teleport to this world, but unfortunately to no avail. Regardless of whether I enter test or realms/test or realms//test or any other options. It just doesn't want to work :( .

image

The default option in config would be a salvation for me anyway :D

@bergerkiller
Copy link
Member

BKCL has some logic where it searches for worlds, and it doesn't go into any nested directories in its search. Thats probably why its not listed. I think I need to rewrite some stuff so this works properly, as I dont want to do a full directory search in /mw list.

@chelminski
Copy link
Author

I understand that making changes to the BKCommon Library is very difficult and not recommended because many people use it? Is it not possible to add, for example, a variable to search for worlds in a specific folder apart from "/"? 🥲

As of today, this is my most anticipated feature :D .

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

No branches or pull requests

2 participants