Skip to content

GalacticTradeCommand

Marco Holag edited this page Apr 25, 2026 · 4 revisions

GalacticTradeCommand

User guide for the /ogtrade command.

Purpose

/ogtrade is an admin command for inspecting and managing the galactic trade market.

Syntax

/ogtrade <subcommand> ...

Main subcommands

  • status Shows whether trading is enabled, the current market cycle, the next tick timer, active item count, tracked item count, and event status.
  • active [page] Lists active market offers. The default page is 1.
  • item info <itemId> Shows detailed market information for one item.
  • refresh Forces the market to refresh immediately.
  • event <status|start|clear> [eventId|random] Shows event status, starts an event, or clears the current event.
  • config <setting> ... Updates persistent galactic trade configuration.

Active market examples

/ogtrade status
/ogtrade active
/ogtrade active 2
/ogtrade item info Soil_Dirt
/ogtrade refresh

Event management

/ogtrade event status
/ogtrade event start random
/ogtrade event start mining_strike
/ogtrade event clear

Item rule management

/ogtrade item enable Soil_Dirt on
/ogtrade item enable Soil_Dirt off
/ogtrade item band Soil_Dirt BASIC_BLOCK
/ogtrade item bundle Soil_Dirt 32

Config management

Trading and refresh

/ogtrade config trading on
/ogtrade config trading off
/ogtrade config interval 180

Event timing

/ogtrade config events on
/ogtrade config events off
/ogtrade config cooldown 300 600
/ogtrade config duration 180 300

Event announcements

/ogtrade config announcements on
/ogtrade config announcements off
/ogtrade config announce 30
  • announcements on|off Enables or disables upcoming event announcement broadcasts.
  • announce <seconds> Sets how many seconds before an event the announcement should be sent.

Notes

  • Most /ogtrade changes are persistent and meant for admins.
  • item enable, item band, and item bundle edit the saved compat rule for that item.
  • config changes edit saved galactic trade config values.
  • active shows 10 entries per page.
  • event start <eventId> requires an exact event id. If an invalid id is used, the command reports the known event ids.
  • item band <itemId> <bandId> requires an exact band id. If an invalid band is used, the command reports the known price bands.

Clone this wiki locally