Skip to main content

Global Configuration

Settings under general: that apply to all tools and the plugin as a whole.

KeyTypeDefaultDescription
unbreakable-materialsList<String>BEDROCK, END_PORTAL_FRAME, BARRIER, END_GATEWAY, COMMAND_BLOCK, STRUCTURE_BLOCK, JIGSAW, LIGHT, DEBUG_STICKMaterials completely ignored by all tools. Use Minecraft material names, case-sensitive.
lands-integrationbooleantrueEnable Lands plugin protection checks. Works without Lands installed if disabled or absent.
worldguard-integrationbooleantrueEnable WorldGuard region checks. Works without WorldGuard installed if disabled or absent.
griefprevention-integrationbooleantrueEnable GriefPrevention claim checks. Works without GriefPrevention installed if disabled or absent.
vault-integrationbooleantrueEnable Vault economy integration. Works without Vault installed if disabled or absent.
coinsengine-integrationbooleantrueEnable CoinsEngine economy integration. Works without CoinsEngine installed if disabled or absent.
prevent-enchantingbooleantrueBlock enchanting of SigmaTools items. Keep enabled to preserve balance.
prevent-repairbooleantrueBlock repairing of SigmaTools items. Keep enabled - repairing could bypass the durability system.
global-concurrent-capint50Max concurrent operations across all players server-wide. Lower = more conservative.
max-global-queue-sizeint1000Max total queued operations; operations beyond this are rejected.
max-player-queue-sizeint100Max queued operations per player; operations beyond this are rejected for that player.

Exampleโ€‹

general:
unbreakable-materials:
- BEDROCK
- END_PORTAL_FRAME
- BARRIER
- COMMAND_BLOCK
- STRUCTURE_BLOCK

lands-integration: true
worldguard-integration: true
griefprevention-integration: true
vault-integration: true
coinsengine-integration: true

prevent-enchanting: true
prevent-repair: true

global-concurrent-cap: 50
max-global-queue-size: 1000
max-player-queue-size: 100

See Alsoโ€‹