henkelmax / simple-voice-chat

A working voice chat in Minecraft!
https://modrepo.de/minecraft/voicechat/wiki
426 stars 106 forks source link

PlaceholderAPI always reports voicechat_prefix_no_voicechat #630

Closed ondrejnedoma closed 9 months ago

ondrejnedoma commented 9 months ago

Please read the wiki before submitting a bug report!

Bug description PlaceholderAPI placeholder %voicechat_prefix_no_voicechat% is always active, the other ones are never.

Steps to reproduce the issue

  1. Start a server with the latest version of simple voice chat, PlaceholderAPI 2.11.4 and your own custom plugin
  2. Write simple code to get all the placeholders (%voicechat_prefix_uses_voicechat%, %voicechat_prefix_no_voicechat%, %voicechat_prefix_disabled%)
  3. See that no matter what, the only active placeholder is always voicechat_prefix_no_voicechat

Expected behavior When connecting with the mod, %voicechat_prefix_uses_voicechat% should be active, and with the mod disabled, but still installed, %voicechat_prefix_disabled% should be active

Log files Not really client related, /voicechat test report success

Versions

Other mods None

Screenshots (Optional)

henkelmax commented 9 months ago

image image image

Works perfectly fine with the latest placeholder API version and latest paper version.