1. Вы находитесь в сообществе Rubukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на различные языки плагины наших коллег из других стран.
    Скрыть объявление
Скрыть объявление
В преддверии глобального обновления, мы проводим исследования, которые помогут нам сделать опыт пользования форумом ещё удобнее. Помогите нам, примите участие!

Помогите Плагин Plasmo Voice не работает.

Тема в разделе "Помощь", создана пользователем BarBaris, 21 авг 2022.

  1. Автор темы
    BarBaris

    BarBaris Активный участник

    Баллы:
    61
    Имя в Minecraft:
    BarBarisss
    Плагин запускается, команды работают /vlist пишет что у всех на сервере установлен мод, однако разговаривать никто не может, при нажатии Alt или использовании активации по голосу значок микрофона не появляется, никто не кого не слышит. Конфиг плагина можно увидеть ниже.
    Код:
    udp:
      ip: 0.0.0.0
      port: 0
    
    # Supported sample rates:
    # 8000
    # 12000
    # 24000
    # 48000
    sample_rate: 48000
    
    # Voice distance
    distances:
      - 8
      - 16
      - 24
    # Default voice distance
    # If 0 distance will be first element from distances
    default_distance: 16
    
    # Max priority distance
    # 0 = infinite
    max_priority_distance: 0
    
    # Example:
    # Voice distance is 16
    # Fade distance will be 16/8=2
    # Should be int >= 1
    fade_divisor: 8
    priority_fade_divisor: 8
    
    disable_voice_activation: false
    
    # Kick players if they attempt to join without the client mod installed
    client_mod_required: true
    # Wait this many ticks before kicking players if they don't have the mod installed
    # Value should not be set lower than 1 second (20 ticks)
    client_mod_check_timeout: 60
    
    # Disable connection logs (New client, Remove client, client timed out)
    disable_logs: true
    
    messages:
      prefix: "&6[Plasmo Voice]&7 "
      list: "Clients ({count}/{online_players}): {players}"
      already_muted: "{player} already muted"
      player_not_found: "Player not found"
      not_muted: "{player} not muted"
      muted_list: "Muted players:"
      muted_list_entry: "&7&l{player}&7, expires: {expires}. Reason: {reason}"
      muted_list_empty: "No players are muted"
      mute_expires_format: "yyyy.MM.dd 'at' HH:mm:ss"
      mute_expires_never: "never"
      muted_perm: "{player} is permanently muted. Reason: {reason}"
      muted: "Muted {player} {duration}. Reason: {reason}"
      player_muted_perm: "You've been permanently muted. Reason: {reason}"
      player_muted: "You've been muted {duration}. Reason: {reason}"
      player_unmuted: "You've been unmuted"
      unmuted: "Unmuted {player}"
      mute_no_reason: "not specified"
      mute_durations:
        seconds: "for %s sec"
        minutes: "for %s min"
        hours: "for %s h"
        days: "for %s d"
        weeks: "for %s w"
      reconnect_sent: "Reconnect packet sent"
      reloaded: "Config reloaded"
      mod_missing_kick_message: "Sorry, you need to install the Plasmo Voice mod to play on this server.\nDownload here: https://www.curseforge.com/minecraft/mc-mods/plasmo-voice-client"
    
      help:
        mute: "Usage: /vmute <player> [duration] [reason]"
        unmute: "Usage: /vunmute <player>"
    
    # do not touch
    config_version: 1.0.3
    
     
  2. imDaniX

    imDaniX Активный участник Пользователь

    Баллы:
    96
    Имя в Minecraft:
    imDaniX
    Права выданы? voice.speak, voice.activation
     
  3. Автор темы
    BarBaris

    BarBaris Активный участник

    Баллы:
    61
    Имя в Minecraft:
    BarBarisss
    права выданы, ещё заметил что мод такое ощущение вообще не слышит микрофона, то есть через проверку микрофона ничего не слышно, при этом сам микрофон выбран в моде.
    Не сколько раз переустанавливал плагин, ничего не помогло.
     
  4. Paigingi

    Paigingi Активный участник Пользователь

    Баллы:
    61
    Ты порт на свой поставил?
     

Поделиться этой страницей