No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-12-02 11:02:22 +01:00
.github Update release.yml 2023-04-23 00:20:19 -07:00
gradle/wrapper Update to 1.21.10 2025-12-02 11:02:22 +01:00
src/main Update to 1.21.10 2025-12-02 11:02:22 +01:00
.gitignore feat: automatic releases 2023-04-23 00:10:05 -07:00
build.gradle.kts Update to 1.21.10 2025-12-02 11:02:22 +01:00
gradle.properties feat: automatic releases 2023-04-23 00:10:05 -07:00
gradlew Update to 1.21.10 2025-12-02 11:02:22 +01:00
gradlew.bat Update to 1.21.10 2025-12-02 11:02:22 +01:00
license Initial commit 2022-07-02 13:41:40 -07:00
README.md feat: automatic releases 2023-04-23 00:10:05 -07:00
settings.gradle.kts feat: automatic releases 2023-04-23 00:10:05 -07:00

🔊 voicechat-interaction-paper

A third-party Paper port of henkelmax's voicechat-interaction, allowing for Sculk detection of Simple Voice Chat audio on Paper-based servers

Currently, it is using the PRIME_FUSE GameEvent (Sculk Sensor frequency 7). This is for parity with the default frequency of the official mod, as it is not possible (to my knowledge) to inject custom GameEvents into the Sculk Sensor's frequency map. All other config options are implemented, see here for details.

In versions 1.2.0 of this port and above, an additional config option is present: default_interaction_toggle (true by default). This controls the default state of the mod for individual players.
You can toggle it with /voicechat_interaction toggle [<player>] (permission voicechat_interaction.toggle[.others])
This is not in the original mod and was added as a feature request.

Dependencies

  • Simple Voice Chat