Skip to main content

Commands

SigmaTools provides a single main command /sigmatools (aliases: /st, /sigmatool).

CommandPermissionDefaultDescription
/sigmatools give <tool> <player>sigmatools.adminopGive a tool (pickaxe, axe, bucket, hoe) to a player
/sigmatools bind <tool>sigmatools.adminopOpen a GUI to bind a custom item to a tool type
/sigmatools reloadsigmatools.adminopReload config.yml, messages.yml, and all manager settings
/sigmatools debug infosigmatools.adminopShow plugin version, enabled tools, integration status
/sigmatools debug queuesigmatools.adminopShow global operation queue size and concurrent cap
/sigmatools debug opssigmatools.adminopShow per-tick limit and current operation counts (player-scoped if run by a player)
/sigmatools debug statussigmatools.adminopShow master debug toggle, per-category status, and logging settings
/sigmatools debug toggle <category|all> [on|off]sigmatools.adminopEnable/disable a debug category (protection, performance, operations, cooldown, durability, integration, or all); defaults to on

Tab completion is available for all subcommands and arguments (tool names, online players, debug categories, on/off).

Notesโ€‹

  • bind: opens a GUI of your inventory - valid items highlighted green, invalid red. Supports vanilla items and ItemsAdder custom items. Saves to config.yml as tools.<tool>.bound-item (type: vanilla|itemsadder, material or itemsadder-id). Bound items must match the tool type and replace the default item-material setting.
  • reload: safe to run while operations are active; changes apply immediately. Invalid config will log errors to console rather than apply.
  • debug toggle: changes save to config.yml immediately; debug manager reloads automatically. File logging additionally requires debug.log-to-file: true.

See Alsoโ€‹