-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/BEllis/StarboundHades
- Loading branch information
Showing
1 changed file
with
33 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
} | ||
] | ||
} | ||
``` | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
|
@@ -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. | ||
|