Skip to content

halitsever/minecraft-server-on-repl.it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Server on Repl.it

Requirements for open minecraft server on repl.it:

Setup

First create two repls, we will use one for the web server and the other for the minecraft server.

From here Create dropbox application.

Take ngrok token from here.

Enter the following keys from hidden logins to your Minecraft server repl:

Dropbox_Token => From here
The key you get for the application you created apikeyforweb => apikey for the request we will send to the web server (For example: Test#123456789)
ngrok_token => Online token via ngrok.com we're done here.

Now open getrequest.py and link = Replace the value of the variable "https://your-repl-url.repl.co" with the replin url you second open Here, our operations are completed, now it remains to prepare the webserver.

Enter the repl you created for the web server, open the apikeyforweb key here in the secrets section and "apikeyforweb => apikey for the request we will send to the web server (For example: Test#123456789)" be the same as the key here.

The last thing we need to do after installation DriveBackupV2 plugin install. Download the jar file from here and upload it to server/plugins.
Then here config file Replace the default config file.
If you typed Apikey correctly, the server will write on the site you typed into the getrequest.py.

OK now! Login to the server /linkaccount dropbox sync your account by typing Create the first backup manually, type /drivebackup backup for it. Then every 15 minutes your plugins will save the world as long as you are on the server.