diff --git a/teeworlds/teeworlds/README.md b/teeworlds/teeworlds/README.md new file mode 100644 index 00000000..639036e4 --- /dev/null +++ b/teeworlds/teeworlds/README.md @@ -0,0 +1,20 @@ +# Example Server Name +### From their [Github](https://github.com/parkervcp/eggs) +A link to the site that you download game files from. +The description of the server usually provided by the game/server maker. + +### Install notes +Due to rate limiting the console on the panel cannot keep up with the game console and the build will complete before the panel console may show it. Reloading the console will load it to the latest part of the log. + +### Minimum RAM warning +Minimum required memory to run the server. + + +### Server Ports +Ports required to run the server in a table format. + +| Port | default | +|---------|---------| +| Game | 8308 | + +#### Mods/Plugins may require ports to be added to the server. diff --git a/teeworlds/teeworlds/autoexec.cfg b/teeworlds/teeworlds/autoexec.cfg new file mode 100644 index 00000000..c86e01c5 --- /dev/null +++ b/teeworlds/teeworlds/autoexec.cfg @@ -0,0 +1,12 @@ +## These settings are set on start. +## changing them will be overwritten on start +bindaddr 0.0.0.0 +sv_port 8308 +sv_name A Pterodactyl Hosted Teeworlds Server +sv_motd A Pterodactyl Hosted Teeworlds Server + +## These can be changed manually +sv_map dm1 +sv_scorelimit 20 +sv_timelimit 10 +sv_gametype dm \ No newline at end of file