promotional bannermobile promotional banner
premium banner
With this add-on wardens and sculk sensors are activated by proximity voice chat.

Description

pv-addon-sculk

Server-side Plasmo Voice add-on.

With this add-on, wardens and sculk sensors are activated with proximity voice chat.

By default, proximity voice chat emits minecraft:eat game event that represents redstone signal of 8. It can be configured in the config.

Config

Config location: [.minecraft]/config/pv-addon-sculk/config.toml.

# Should activate sculks while sneaking
sneak_activation = true
# Allowed double values: [-60.0;0.0]
# Default value: -30.0
activation_threshold = -30.0
# Allowed values: https://minecraft.fandom.com/wiki/Sculk_Sensor#Redstone_emission
# Default value: minecraft:eat
game_event = "minecraft:eat"

# Here you can enable or disable activations. For example:
# groups = true # activates sculks while speaking in groups
# whisper = true # activates sculks while using whisper
# 
# Default value will be used if distance in activation is 0
[activations]
default = false