Skip to main content

Permission

All OmniSync admin commands require:
omnisync.admin
The permission defaults to server operators.

Command Reference

CommandDescription
/omnisync helpShow the command list.
/omnisync reloadReload config and reconnect Redis.
/omnisync force <online-player>Save a live snapshot for an online player.
/omnisync unlock <uuid|online-player>Clear the Redis lock and dirty flag.
/omnisync cleardata <uuid|online-player>Purge offline profile data from Redis.
/omnisync statusShow Redis latency and limbo queue count.

Recovery Workflows

Force Save A Player

Use this when an online player’s current profile needs to be written immediately:
/omnisync force Steve

Unlock A Stale Session

Use this after checking that the player is safe to release from quarantine:
/omnisync unlock 00000000-0000-0000-0000-000000000000
You can also use an online player name:
/omnisync unlock Steve

Clear Offline Data

Use this only when you intentionally want to remove stored profile data:
/omnisync cleardata 00000000-0000-0000-0000-000000000000
OmniSync refuses to clear data for an online player.

Check Status

/omnisync status
This reports Redis latency and the number of players currently in the limbo queue.