-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Welcome to SpaceGDN a central game server repository.
SpaceGDN is an application aimed at providing a central source for otherwise decentralized, non-standard game packs - such as Minecraft modpacks. It can list pack information, as well as downloading, compiling, and modifying packs to prepare them for production. For example, the Minecraft Feed The Beast packs require Forge data to be loaded into them in order to run. SpaceGDN can download these packs, patch in the Forge data, and then serve them from the local filesystem.
Yes! It has been in use for many months now, at commercial providers such as MCProHosting, and in SaaS applications, namely SpaceCP! Since June, when Sentry-based tracking began, there have been zero fatal errors which occurred on any properly set-up SpaceGDN instance.
You have a couple options:
- Open an issue on this repository.
- Message connor [at] peet.io to get a Sentry DSN, if you want to send Sentry errors directly to us.
There have been several implementations of SpaceGDN client APIs in various languages:
- Python: totokaka/pySpaceGDN
- PHP: mcprohosting/spacegdn-bridge#2.0
- PHP: mcprohosting/spacegdn-bridge
- JavaScript: connor4312/spacegdn-bridge
- Python: totokaka/pySpaceGDN#v1.0
- Java: boboman13/SpaceGDN-Java