From ac4e9a8df914ccc28a8624aaa6cec985365c1389 Mon Sep 17 00:00:00 2001 From: Tobias Lenhardt Date: Fri, 30 Aug 2024 16:42:46 +0200 Subject: [PATCH] Create SERVER.md Signed-off-by: Tobias Lenhardt --- SERVER.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 SERVER.md diff --git a/SERVER.md b/SERVER.md new file mode 100644 index 0000000..db2357a --- /dev/null +++ b/SERVER.md @@ -0,0 +1,11 @@ +# Tools for running Servers + +If you plan on running your own Stormworks Server, but don't want to make a whole backend yourself, check out the following resources: + +- [Custom Commands V2 (CCV2)](https://raw.githubusercontent.com/SWProBuilders/stormworks-tools/master/CustomCommandsV2.lua) +- [ProBuilders Backend Relay](https://github.com/hammer1279/pb-backend-relay) +- [ProBuilders Dashboard (WIP)](https://swprobuilders.com) +- [ProBuilders Dashboard API Documentation](https://swprobuilders.com/apidoc) + +## Instructions for Setup +> Coming Soon™