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

Add instructions for running a dedicated minecraft server. Fixes #76 #100

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

theblazehen
Copy link
Contributor

No description provided.

@GoingMyWay
Copy link

Great! I found I did not set the correct gamemode and spawn-protection. That is the main reason why I did not get the good result.

Should change gamemode and spawn-protection to the following:

gamemode=survival
spawn-protection=0 # This is important, otherwise the bot can't do anything near the spawn

@GoingMyWay
Copy link

@theblazehen Hi, may I ask should we run /gamerule keepInventory true when the server is ready?

@theblazehen
Copy link
Contributor Author

@GoingMyWay That's not necessary, as the bot runs it by itself. Note that you do need to op the bot in order to allow it to use those functions

@GoingMyWay
Copy link

@GoingMyWay That's not necessary, as the bot runs it by itself. Note that you do need to op the bot in order to allow it to use those functions

@theblazehen Thanks for the prompt reply. I have build a docker image for the experiment. However, in the MineCraft server I found there no such a command option that supports run game command upon the server is ready. For example run /op bot when the server is ready. It would be tedious to type/op bot every time I launch the server. Do you know how automatically to run the game command when the MC server is ready?

For example:

java -jar server.jar --nogui --commands ["/op bot", "xxx", "xxx"]

Note that --commands is not available in the MC server's option list.

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

Successfully merging this pull request may close these issues.

None yet

2 participants