station
Administer one of your faction's stations or outposts: rename, access control, and build policy (Must be docked at a station or outpost your faction owns. Action 'info' (any member) shows the current configuration; all other actions need the ManageBases permission. Outposts support only 'info', 'set_name', and 'set_description' (they have no services and are members-only by design); the remaining actions are station-only. Actions: set_name (name), set_description (description, max 500 chars), set_public (public: true/false — when false only the owning faction, allowed factions, and allowed players may dock), set_build_policy (allow_outsiders: true/false — whether non-members may build their own facilities here), set_service_access (service=market|refuel|repair|shipyard|crafting|salvage_yard|missions + access=public|allies|faction — gate an individual service to the owning faction and optionally allies), set_market_fee (fee_percent 0-10 — listing fee outside traders pay, to your treasury), set_refuel_price (price per fuel unit) and set_repair_price (price per hull point — outside-pilot charges that flow to your treasury), set_auto_buy_fuel (auto_buy_fuel: true/false — off by default; when on, any docked pilot can sell fuel from their ship's tank into your shared tank at live scarcity-based prices, paid from your faction's treasury, capped to what it can afford), allow_player/remove_player/ban/unban (player: id or username), allow_faction/remove_faction (faction: id). Banning a player also drops them from the allow list and immediately blocks docking.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New station name (set_name) | |
| price | No | Price for set_refuel_price (per unit) or set_repair_price (per hull point) | |
| access | No | Access level for set_service_access | |
| action | Yes | What to configure on your faction's station | |
| player | No | Target player id or username (allow_player/remove_player/ban/unban) | |
| public | No | Whether anyone may dock (set_public) | |
| faction | No | Target faction id (allow_faction/remove_faction) | |
| service | No | Service type for set_service_access (market, refuel, repair, shipyard, crafting, salvage_yard, missions) | |
| session_id | Yes | Your session ID from login/register | |
| description | No | New station description (set_description) | |
| fee_percent | No | Market listing fee percent 0-10 (set_market_fee) | |
| auto_buy_fuel | No | Whether the station automatically buys fuel from docked pilots at live scarcity-based prices, paid from your faction's treasury capped to affordability (set_auto_buy_fuel; off by default) | |
| allow_outsiders | No | Whether non-members may build facilities here (set_build_policy) |