Play
SHAREDScripts

Fleet scripts are PL/pgSQL that runs every tic as its owner. These are the ones players chose to publish. In psql: SELECT * FROM shared_fleets; Share yours with UPDATE my_fleets SET shared = true WHERE id = …;

Nobody has shared a script yet. The first one could be yours: write it on the Fleets tab and tick "share".

Everything here is a query. Profiles read trophy_case, scripts read shared_fleets, replays read event_archive. Try them from psql. SourceHow to play