Files
m2612/server-template/start.sh
Alexander Demidov fec88fe91b **feat(server): add local server initialization and datapack sync**
- Update **ReadMe.md** with:
  - Spark console command syntax correction
  - New **Adventure Platform Mod** and **Better Fabric Console** entries
  - Resolved TODO items: server template setup and datapack sync
- Add **bash/init-local-server.sh** to automate server template deployment
- Enhance **bash/export-serverpack.sh** with datapack synchronization via `rsync`
2026-07-21 15:48:03 +03:00

7 lines
287 B
Bash
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
# MC 26.1.2 требует Java 25 (class file 69). Консоль с историей — better-fabric-console.
# epsilon - 25
# delta - 21
JAVA=/home/dimti/.local/share/FreesmLauncher/java/java-runtime-epsilon/bin/java
exec "$JAVA" -Xmx2G -jar __FABRIC_SERVER_JAR__ nogui