Global Configuration
Settings under general: that apply to all tools and the plugin as a whole.
| Key | Type | Default | Description |
|---|---|---|---|
unbreakable-materials | List<String> | BEDROCK, END_PORTAL_FRAME, BARRIER, END_GATEWAY, COMMAND_BLOCK, STRUCTURE_BLOCK, JIGSAW, LIGHT, DEBUG_STICK | Materials completely ignored by all tools. Use Minecraft material names, case-sensitive. |
lands-integration | boolean | true | Enable Lands plugin protection checks. Works without Lands installed if disabled or absent. |
worldguard-integration | boolean | true | Enable WorldGuard region checks. Works without WorldGuard installed if disabled or absent. |
griefprevention-integration | boolean | true | Enable GriefPrevention claim checks. Works without GriefPrevention installed if disabled or absent. |
vault-integration | boolean | true | Enable Vault economy integration. Works without Vault installed if disabled or absent. |
coinsengine-integration | boolean | true | Enable CoinsEngine economy integration. Works without CoinsEngine installed if disabled or absent. |
prevent-enchanting | boolean | true | Block enchanting of SigmaTools items. Keep enabled to preserve balance. |
prevent-repair | boolean | true | Block repairing of SigmaTools items. Keep enabled - repairing could bypass the durability system. |
global-concurrent-cap | int | 50 | Max concurrent operations across all players server-wide. Lower = more conservative. |
max-global-queue-size | int | 1000 | Max total queued operations; operations beyond this are rejected. |
max-player-queue-size | int | 100 | Max 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