GCS-0.2b_ServerFiles.zip
What's new
# 📦 Server Pack Release & Update Notes
### ⚠️ IMPORTANT NOTICE: UNTESTED RELEASE
> **Disclaimer:** These server files have **not been fully test-run yet**. While they are configured to default specifications, they may require tweaking or hotfixes!
---
### 🚀 What's New
* **Official Server Files Released:** Includes fully configured startup scripts (`start.sh` and `start.bat`) and an updated setup guide (`README.md`).
* **Automated Environment Checks:** Scripts now automatically detect **Java 21** and check for **NeoForge 21.1.248** installation before boot.
* **Auto-Generated JVM Options:** Pre-loaded `user_jvm_args.txt` configuration with default memory flags (8GB max RAM recommended).
---
### ⚠️ Linux Server Hosts & Line Endings (`dos2unix`)
If you are unzipping these server files on Windows and transferring them to a Linux host (or if your host throws `\r: command not found` / `: No such file or directory` errors when launching `start.sh`), the script line endings need to be converted from Windows (CRLF) to Unix (LF).
#### Quick Fix for Linux Users:
1. **Install `dos2unix`** (if not already installed on your distro):
* **Ubuntu/Debian:** `sudo apt install dos2unix`
* **Fedora/RHEL:** `sudo dnf install dos2unix`
* **Arch Linux:** `sudo pacman -S dos2unix`
2. **Convert line endings and set permissions:**
```bash
dos2unix start.sh
chmod +x start.sh
This mod has no additional files

