-
Notifications
You must be signed in to change notification settings - Fork 3
GalacticTradeCommand
Marco Holag edited this page Apr 14, 2026
·
4 revisions
/ogtrade is an admin command for inspecting and managing the galactic trade market.
/ogtrade <subcommand> ...
-
statusShows 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 is1. -
item <itemId>Shows detailed market information for one item. -
refreshForces 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.
/ogtrade status
/ogtrade active
/ogtrade active 2
/ogtrade item Soil_Dirt
/ogtrade refresh
/ogtrade event status
/ogtrade event start random
/ogtrade event start mining_strike
/ogtrade event clear
/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
/ogtrade config trading on
/ogtrade config trading off
/ogtrade config interval 180
/ogtrade config events on
/ogtrade config events off
/ogtrade config cooldown 300 600
/ogtrade config duration 180 300
/ogtrade config announcements on
/ogtrade config announcements off
/ogtrade config announce 30
-
announcements on|offEnables or disables upcoming event announcement broadcasts. -
announce <seconds>Sets how many seconds before an event the announcement should be sent.
- Most
/ogtradechanges are persistent and meant for admins. -
item enable,item band, anditem bundleedit the saved compat rule for that item. -
configchanges edit saved galactic trade config values. -
activeshows 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.