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

Bukkit.yml world-container support #62

Open
Jahmaican opened this issue Mar 31, 2012 · 1 comment
Open

Bukkit.yml world-container support #62

Jahmaican opened this issue Mar 31, 2012 · 1 comment

Comments

@Jahmaican
Copy link

Hi, I'm relatively new to server administration on this level :) and here's my problem. Your script is perfect for ramdisk management, but I wanted to set world-container option (useful as it's handled by Multiverse) to worldstorage in my bukkit.yml and got messages like:

rsync: change_dir "/home/fb/mc/world" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1070) [sender=3.0.8]
world copied to disk
rsync: change_dir "/home/fb/mc/world_nether" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1070) [sender=3.0.8]
world_nether copied to disk
rsync: change_dir "/home/fb/mc/world_the_end" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1070) [sender=3.0.8]

while stopping the server. Everything seems to work properly, but I'd rather avoid any unpleasant suprises, so just tell me - is there a reason to be concerned? Should I rather work with default world-container?

English isn't my native language, but I hope you can see my point.

@Ahtenus
Copy link
Owner

Ahtenus commented Apr 1, 2012

The script currently only support having the worlds symlinked to where the server.jar is located.

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