diff --git a/.pakku/server-overrides/README.md b/.pakku/server-overrides/README.md new file mode 100644 index 000000000..001c73fee --- /dev/null +++ b/.pakku/server-overrides/README.md @@ -0,0 +1,12 @@ +# Running the TerraFirmaGreg Server Pack + +To run the Server Pack: + +1. Install the ServerPack in your server of choice + * Doing it manually or utilizing a third party website should work fine +2. Start the Server Pack + * You can start it by running the "start_server.bat" file + * You should be able to run it using the "BASH" command, assuming your server machine has BASH capabilities + * ``bash start_server.bat`` + * Or just open the batch file if on a windows machine. +3. The batch file will start the server, install forge on it and then boot up your world. \ No newline at end of file diff --git a/pakku.json b/pakku.json index 681652810..5f26d4655 100644 --- a/pakku.json +++ b/pakku.json @@ -16,7 +16,8 @@ "server.properties", "server_starter.conf", "server-icon.png", - "start_server.bat" + "start_server.bat", + "README.md" ], "client_overrides": [ "resourcepacks"