Visual Effects¶
SigmaTools provides customizable visual effects for tool usage.
Visual Components¶
Particles¶
Particle effects when tools are used: - Configurable particle types - Adjustable count and spread - Tool-specific particles
Sounds¶
Sound effects when tools are used: - Configurable sound types - Adjustable volume and pitch - Tool-specific sounds
Action Bar¶
Real-time information display: - Charges and cooldown - Durability status - Economy costs/rewards
Configuration¶
Enable/Disable Visuals¶
Particle Configuration¶
Sound Configuration¶
Available Particle Types¶
Block Effects¶
BLOCK_CRACKBLOCK_DUSTFALLING_DUSTEXPLOSION_NORMALEXPLOSION_LARGE
Combat Effects¶
CRITCRIT_MAGICDAMAGE_INDICATOR
Magic Effects¶
ENCHANTMENT_TABLEENCHANTSPELL_WITCHSPELL_MOB
Environmental Effects¶
SMOKE_NORMALCLOUDWATER_SPLASHLAVAFLAME
Special Effects¶
HEARTVILLAGER_HAPPYSWEEP_ATTACKTOTEM
Available Sound Types¶
Block Breaking¶
BLOCK_STONE_BREAKBLOCK_WOOD_BREAKBLOCK_GLASS_BREAKBLOCK_METAL_BREAK
Tool Sounds¶
ITEM_PICKAXE_DIGITEM_AXE_DIGITEM_SHOVEL_DIGITEM_HOE_DIG
Environmental¶
BLOCK_WATER_AMBIENTBLOCK_LAVA_AMBIENTBLOCK_FIRE_AMBIENT
Interaction¶
BLOCK_ENCHANTMENT_TABLE_USEENTITY_EXPERIENCE_ORB_PICKUPENTITY_GENERIC_EXPLODE
Action Bar Display¶
The action bar shows: - Charges: ⚡ 3/3 (2s) - Durability: ⛏ 1500/1500 - Economy: 💰 -$10.00 | 💰 +$5.00
Updates every second while holding tool.
Tool-Specific Defaults¶
Pickaxe¶
- Particles:
EXPLOSION_NORMAL - Sound:
BLOCK_STONE_BREAK
Axe¶
- Particles:
CRIT_MAGIC - Sound:
BLOCK_WOOD_BREAK
Bucket¶
- Particles:
WATER_SPLASH - Sound:
ENTITY_EXPERIENCE_ORB_PICKUP
Hoe¶
- Particles:
HEART - Sound:
ENTITY_EXPERIENCE_ORB_PICKUP
Customization Examples¶
Minimal Visuals¶
Enhanced Visuals¶
tools:
pickaxe:
visuals:
particles: true
particle-count: 20
particle-spread: 1.0
sound: true
sound-volume: 2.0
Custom Theme¶
tools:
pickaxe:
visuals:
particle-type: "ENCHANTMENT_TABLE"
particle-count: 10
sound-type: "BLOCK_ENCHANTMENT_TABLE_USE"
sound-pitch: 1.5
Performance Considerations¶
- Particle Count - Higher counts = more performance impact
- Sound Volume - Higher volume = more server load
- Action Bar - Updates every second, minimal impact
Next Steps¶
- Tool Configuration - Visual configuration
- Configuration Guide - Configuration
- Tools Feature - Tool details