Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/BEllis/StarboundHades
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Ellis committed Feb 21, 2017
2 parents 2c52a5e + 61bdc31 commit c372717
Showing 1 changed file with 33 additions and 31 deletions.
64 changes: 33 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": "DragonWolf",
"registered": true
},
{
name: 'Skubs',
admin: false,
registered: true
}
"name": "Skubs",
"registered": false
}
]
}
```
Expand All @@ -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: '[email protected]',
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": "[email protected]",
"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"
}
]
}
Expand All @@ -96,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.
Expand Down

0 comments on commit c372717

Please sign in to comment.