Skip to content

Instantly share code, notes, and snippets.

@huhlig
Created August 18, 2012 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huhlig/3389132 to your computer and use it in GitHub Desktop.
Save huhlig/3389132 to your computer and use it in GitHub Desktop.
Starbound Server API
User Access/Account Control
* Account Creation
* Account Modification
* Account/User Banning/Unbanning
* Account information, notes, emails, accounting etc.
* Player Histories/Action Log(For fraud information)
Server Control/Statistics
* Server performance/statistics
* Server Reboot, Backup controls
* Server Failover swapping
* Server Clustering controls
* Player List/Locations
Environment Controls
* Planet/Station Environment controls ( Day/night, rain/shine, Gravity, etc)
* Generation Tweaking/Controls (Director mode supplements)
* Planet Generation Tweaks/Controls (No Marshland, Level 20, no items, etc)
* Monster Generation (Monster type, Abilities, etc)
Action Controls
* Denying specific item classes ( Mass earth movers, Dynamite, Rocket/Grenade launchers)
* Change Behavior of items ( Dynamite doesnt harm ground, Earth mover radius is only 2, etc )
Push Notification Controls
* Send email if various conditions occur
* Server failover
* Grief behavior detected (Possible auto kick/ban with notification)
* Player Join
* Server IDle/Non Idle
* resource spike
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment