AtlasExchange

    AtlasExchange 1.0.3

    Game version
    0.205.4
    AtlasExchange

    Player-driven blueprint and item marketplace for the Atlas mod suite. Producers list ships, stations, weapons, and items for sale; buyers spend gold bars to purchase them.
    Depends on: AtlasCore Optional integration: AtlasBanking (gold bar crediting), AtlasBuildSectors (spawn-zone gating)
    Features

    • Four listing categories: Ships, Stations, Weapons, Items
    • Producers list their blueprints or items with a name, description, price, and classification
    • Buyers spend Gold Bars (custom items registered by this module) to purchase listings
    • Blueprint purchases are handled server-side via BUY_BLUEPRINT / BUY_DESIGN actions — buyers receive an empty BlueprintMetaItem (manual construction) or a shipyard design item; no ship is ever spawned pre-filled
    • "Buy as Design" button gives buyers a shipyard design item they can load directly into a shipyard
    • All Gold Bar deduction and seller crediting is authoritative on the server, preventing client-side tampering
    • Item purchases dispatch a GIVE_ITEM server action
    • Full-text and category filtering in the exchange dialog
    • Add-listing dialog with catalog picker, block-type picker, and weapon-subtype picker

    Code:
    /run_tests atlas.exchange.tests.*
    Covers category assignment, JSON round-trip, price, tab-index constants, and setCategory(tabIndex).
    Build

    Code:
    gradle :exchange:jar
    Output: {starmade_root}mods/AtlasExchange-{version}.jar
    Author
    VideoGoose
    Downloads
    88
    Views
    92
    First release
    Last update
    Rating
    0.00 star(s) 0 ratings

    More resources from VideoGoose

    • Contracts 2
      Contracts 2
      The long awaited sequel to the Contracts mod
    • StarBridge
      StarBridge
      Links Discord to StarMade chat [SERVER ONLY] [Java 8]
    • LorefulLoot
      LorefulLoot
      Adds randomly spawning shipwrecks with loot and lore.
    • LuaMade
      LuaMade
      Adds Lua scriptable computers to StarMade
    • AtlasBanking
      AtlasBanking
      Player banking system for the Atlas mod suite.

    Latest updates

    1. Update 1.0.3

      Fixed config issue.
    2. Update 1.0.2

      Fixed duplicate ID issue.
    3. Update 1.0.1

      Added SMD mod id.