├── .gitattributes ├── LICENSE.md ├── README.md ├── ServerStart.bat ├── ServerStart.sh └── settings.cfg /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/Server-Scripts/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/Server-Scripts/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/Server-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /ServerStart.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/Server-Scripts/HEAD/ServerStart.bat -------------------------------------------------------------------------------- /ServerStart.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/Server-Scripts/HEAD/ServerStart.sh -------------------------------------------------------------------------------- /settings.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/Server-Scripts/HEAD/settings.cfg --------------------------------------------------------------------------------