From ab7f365cfb2fc4702224585ef225d2cffcb6bba3 Mon Sep 17 00:00:00 2001 From: Ben Ellis Date: Tue, 21 Feb 2017 09:36:28 +0000 Subject: [PATCH 1/3] Update README.md --- README.md | 52 +++++++++++++++++++++++++--------------------------- 1 file changed, 25 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 28e660e..0616330 100644 --- a/README.md +++ b/README.md @@ -37,21 +37,20 @@ For each mod (if any), ```json { - status: 'active', - version: '1.2.0', - geoLocation: { longitude: '51.5262', latitude: '-0.0851' } - maxPlayers: 32, - players: [ + "status": "active", + "version": "1.2.2", + "platform": "linux x86_64", + "sourceId": "8656b8d30f3e41248de5868d2168c96962fbf6b2", + "protocol": "729", + "players": [ { name: 'DragonWolf', - admin: true, registered: true }, { name: 'Skubs', - admin: false, - registered: true - } + registered: false + } ] } ``` @@ -60,25 +59,24 @@ For each mod (if any), ```json { - address: 'starbound.hades.rocks', - name: 'Underbound Starbound', - url: 'http://www.hades.rocks/', - registrationUrl: 'http://www.hades.rocks/register', - email: 'admin@hades.rocks', - description: 'Hades Rules!', - statusUrl: 'http://starbound.hades.rocks/server-status.json', - mods: [ + "address": "starbound.hades.rocks", + "name": "starbound.hades.rocks -=[ http:\/\/starbound.hades.rocks\/ ]=-", + "url": "http:\/\/starbound.hades.rocks\/", + "registrationUrl": "http:\/\/starbound.hades.rocks\/register", + "email": "admin@hades.rocks", + "description": "Hades Underbound Server", + "infoUrl": "http:\/\/starbound.hades.rocks:21080\/info", + "statusUrl": "http:\/\/starbound.hades.rocks:21080\/status", + "mods": [ { - name: 'Name of the mod', - version: '0.0.1', - description: - '#Title - - Mark down description', - pakUrl: 'http://starbound.hades.rocks/mods.pak', - pakSha256Url: 'http://starbound.hades.rocks/mods.pak.sha256', - workshopId: '383982934', // steam workshop Id (if applicable) - url: 'http://workshop.steampowered.com/games/182304/item/3924324324' + "author": "OokamiNoRyuu", + "version": "0.1a", + "friendlyName": "starbound.hades.rocks mod pack", + "name": "starbound.hades.rocks mod pack", + "description": "The mods required to play on the starbound.hades.rocks server.", + "link": "starbound.hades.rocks", + "pakUrl": "http:\/\/starbound.hades.rocks:21080\/mods\/0db15cfb4cfadfdfaff77a32ecac738efc2a9e31509ea47a101b1de29fd768ef.pak", + "pakSha256": "0db15cfb4cfadfdfaff77a32ecac738efc2a9e31509ea47a101b1de29fd768ef" } ] } From 4df0f6213a99c8ca2d94c3b9032a6cca15349b10 Mon Sep 17 00:00:00 2001 From: Ben Ellis Date: Tue, 21 Feb 2017 09:37:04 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0616330..7871542 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,12 @@ For each mod (if any), "protocol": "729", "players": [ { - name: 'DragonWolf', - registered: true + "name": "DragonWolf", + "registered": true }, { - name: 'Skubs', - registered: false + "name": "Skubs", + "registered": false } ] } From 61bdc317947aa76a97dc2215b40799da4858798f Mon Sep 17 00:00:00 2001 From: Ben Ellis Date: Tue, 21 Feb 2017 09:38:02 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7871542..be53536 100644 --- a/README.md +++ b/README.md @@ -94,10 +94,14 @@ To add a listing server, make a git pull request to add your server to the maste *Note: We typically only approve requests for servers listing 5 or more servers that they host themselves, if you have less than 5 servers we suggest registering the servers with an existing listing server.* -##Roadmap +##Release Notes +###V1.0.0 1. Allow updating of mods to match server mods. 2. Provide public server listings. + +##Roadmap + 3. Allow ability to add private servers. 4. Lock characters to servers (must create new character when joining a server for the first time). 5. Cloud backup Starbound characters.