Skip to main content

Troubleshooting

ProblemCheckFix
Tool doesn't work / no effectsMain hand, permission, tools.<tool>.enabledHold tool in main hand; grant sigmatools.use.<tool>; set enabled: true
Tool blocked in some worldstools.<tool>.worlds listAdd your world to the list
Economy costs/rewards not appliedeconomy.enabled, economy.currency, integration flagSet economy.enabled: true; set currency to "vault" or "coins"; enable general.vault-integration or general.coinsengine-integration; confirm the economy plugin works (/balance or /coins)
"You cannot use this tool in this area!"Protection integration flags, tools.<tool>.check-protectionEnable the relevant general.*-integration flag; verify you have build rights in the claim; or grant sigmatools.bypass.protection (trusted staff only)
Server lag / high TPS usage while using toolsper-tick-limit, global-concurrent-cap, max-blocks-per-use, dynamic throttleLower per-tick-limit and global-concurrent-cap; enable performance.dynamic-throttle; lower max-blocks-per-use; inspect /sigmatools debug queue and reduce max-player-queue-size if it's large
Plugin fails to load / config not applyingYAML syntax, file encodingValidate YAML indentation/quotes; ensure UTF-8 encoding; delete config.yml to regenerate defaults, then reapply changes; check server logs

Common Error Messagesโ€‹

MessageFix
"You don't have permission to use this tool!"Grant sigmatools.use.<tool>
"No charges remaining!"Wait to recharge, grant sigmatools.bypass.cooldown, or raise charges in config
"Your tool has no durability remaining!"/sigmatools give <tool> <player>, grant sigmatools.bypass.durability, or raise durability in config
"This tool cannot be used in this world!"Add the world to tools.<tool>.worlds
"You need X currency to use this tool!"Get more currency, lower the cost, or grant sigmatools.bypass.economy

Debug Loggingโ€‹

/sigmatools debug toggle all on     # enable everything
/sigmatools debug toggle operations on
/sigmatools debug status

Console always shows debug output; also written to logs/sigmatools-debug.log if debug.log-to-file: true.

Diagnostic Commandsโ€‹

/sigmatools debug info     # plugin status
/sigmatools debug queue # queue status
/sigmatools debug ops # active operations
/sigmatools debug status # debug category status

Getting Helpโ€‹

Enable debug logging, collect server/plugin version + error messages + logs, then report via Discord or a GitHub issue.

See Alsoโ€‹