jacobwgillespie / heroku-minecraft

:gem: run a Minecraft server on Heroku
Other
88 stars 49 forks source link

Set up admins on server #13

Closed tschiman closed 8 years ago

tschiman commented 8 years ago

I'm trying to set admins on the server I've created using your repository. I've got everything up and running in heroku with the connection to AWS. I can play in the default mode as a regular user.

I'm having trouble setting up admins or operators. Is there a way that you intended people to do this? So far I have tried adding admin.txt and ops.txt files with my username to the /bin/ and /vendor/ as the minecraft docs say to add them where your server is started from. I'm just guessing as I can't tell what directory that should be.

Help is appreciated.

tschiman commented 8 years ago

of course asking the question means I find the answer.

You have to add these file to the root directory of the project for them to get read during startup. You will have to modify the .gitignore file to allow an ops.txt