From 0ce094c231662042b1274e145bb26b54cb08f755 Mon Sep 17 00:00:00 2001 From: Mikkel Date: Sun, 15 Sep 2019 15:30:01 +0300 Subject: [PATCH] Update gameslist.php (#1218) --- stuff/data/gameslist.php | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/stuff/data/gameslist.php b/stuff/data/gameslist.php index 41d75a48..e6cecb3c 100644 --- a/stuff/data/gameslist.php +++ b/stuff/data/gameslist.php @@ -1558,6 +1558,44 @@ $gameImages = array( ':os' => 'L', ':copyStartBinary' => 'N', ':steamGameserverToken' => 'N' + ), + array( + ':steamgame' => 'N', + ':appID' => null, + ':serverID' => null, + ':updates' => 1, + ':shorten' => 'paper', + ':description' => 'MC Paper', + ':gamebinary' => 'paper.jar', + ':gamebinaryWin' => '', + ':binarydir' => null, + ':modfolder' => null, + ':fps' => null, + ':slots' => 12, + ':map' => null, + ':cmd' => 'java -Xmx%maxram%M -Xms%minram%M -jar %binary% -h %ip% -p %port% -s %slots% --log-append false --log-limit 50000', + ':modcmds' => null, + ':tic' => null, + ':gameq' => 'minecraft', + ':gamemod' => 'N', + ':gamemod2' => null, + ':configs' => "server.properties full\r\neula.txt full\r\nops.json full\r\nwhitelist.json full\r\nbanned-ips.json full\r\nbanned-players.json full", + ':configedit' => "[server.properties] ini\r\nserver-port=%port%\r\nquery.port=%port%\r\nenable-query=true\r\nrcon.port=%port2%\r\nserver-ip=%ip%\r\nmax-players=%slots%", + ':portStep' => 10, + ':portMax' => 2, + ':portOne' => 25565, + ':portTwo' => 25566, + ':portThree' => null, + ':portFour' => null, + ':portFive' => null, + ':useQueryPort' => 1, + ':mapGroup' => null, + ':protected' => 'N', + ':protectedSaveCFGs' => null, + ':ramLimited' => 'Y', + ':os' => 'L', + ':copyStartBinary' => 'N', + ':steamGameserverToken' => 'N' ), array( ':steamgame' => 'S',