https://github.com/zimbatm/mc.0x2a.im
Minecraft server configuration
https://github.com/zimbatm/mc.0x2a.im
Last synced: 11 months ago
JSON representation
Minecraft server configuration
- Host: GitHub
- URL: https://github.com/zimbatm/mc.0x2a.im
- Owner: zimbatm
- Created: 2011-12-11T12:51:59.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:17:56.000Z (over 2 years ago)
- Last Synced: 2025-04-01T23:27:52.109Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 11 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Minecraft server control scripts
================================
Little script to sustain my mc.0x2a.im minecraft server.
./run.sh runs in a loop and can be run with nohup
the bukkit server is controlled by checking a new version in
the git repo
All server data is in "./server"
Usage
-----
Run the server: `nohup ./run.sh &`
Restart the server: `echo stop > server.ctl`
Stop the server:
```
touch server.stop
echo stop > server.ctl
```
Output logs are in "server/server.log"
Crash dates are in "fail.log"