Skip to content

FetzerTony/startupScript-Minecraft-V2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install / Startup Script for Minecraft Server

Including Spigot, Paper, Vanilla, CraftBukkit, Fabric and Bungeecord

❗ German Version

Klicke hier, um zur deutschen Version zu gelangen!

ℹ️ INFORMATION

The script can be used to install and control servers.

⛔ IMPORTANT

  • for Linux only!

🔧 Required tools

  • screen (Can be installed by the script)
  • jq (only for Paper) (Can be installed by the script)
  • Java (correct java version for server version)

🛠️ Installation & Configuration

  1. Download the start.sh file from the latest release.
  2. Put the start.sh file in the desired folder.
  3. Open the file and change "DIRECTORY" to the directory, where you want the server. (Default: own folder)
  4. Change "SCREENNAME" to the screen name you want.
  5. Set "MAX_RAM" to the maximum amount of RAM you will give the server and "MIN_RAM" to the minimum amount.
  6. Type chmod 777 start.sh in the server console.
  7. That's it, for more settings you can also change the other parameters.

📄 other Variables

  • "START_CONSOLE=true" = opens the console, when the server starts.
  • "AUTO_UPDATE=true" = automatically checks for updates

⭐ starting command

  1. Go to the folder where the startup file is located. cd /<directory>
  2. Start the script with ./start.sh