This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
### Minecraft Start Script ### | |
# ===== Variables ===== | |
SCREEN_NAME="mcserver" # Name of the screen session | |
JAR_FILE="server.jar" # Your Minecraft .jar file | |
MIN_RAM="2G" # Minimum RAM allocation | |
MAX_RAM="4G" # Maximum RAM allocation | |
# ===== JVM Flags (Aikar Flags) ===== |