We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey there!
I've got some trouble figuring out the preferred directory layout. For now, I've settled on this (for a brand new checkout):
make cp -r files/* bin/ ln -s ~/.../plugins/bin ~/.../bin/plugins
Also, change the following in the config file:
system.path.data = "."; system.path.plugins = "plugins"; system.path.home = "."; system.pid_file = "mineserver.pid";
And then run the server with bin/ as cwd.
bin/
But what's the preferred way? :D
The text was updated successfully, but these errors were encountered:
those plugins should be maybe copied there too..? So if people want to move the server stuff somewhere else, they just grab everything from bin/ ..=)
Sorry, something went wrong.
CMake seems to be installing the files incorrectly, I managed to fix it in my latest pull request (along with making cmake much easier to use)
No branches or pull requests
Hey there!
I've got some trouble figuring out the preferred directory layout. For now, I've settled on this (for a brand new checkout):
Also, change the following in the config file:
And then run the server with
bin/
as cwd.But what's the preferred way? :D
The text was updated successfully, but these errors were encountered: