[16:23:38 ERROR]: Cannot load plugins/PlasmoVoice/config.yml
org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
found character ‘t(TAB)’ that cannot start any token. (Do not use t(TAB) for indentation)
in ‘string’, line 3, column 8:
port: 25927
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:59) ~[forge:?]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[forge:?]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[forge:?]
at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[forge:?]
at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:157) ~[forge:?]
at su.plo.voice.commands.VoiceReload.onCommand(VoiceReload.java:21) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[forge:?]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:157) ~[forge:?]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:767) ~[forge:7e29f765-296df566-9fb885e8]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchServerCommand(CraftServer.java:753) ~[forge:7e29f765-296df566-9fb885e8]
at net.minecraft.server.dedicated.DedicatedServer.func_71333_ah(DedicatedServer.java:362) ~[?:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) ~[?:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:965) ~[?:?]
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:778) ~[?:?]
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:283) ~[?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token
found character ‘t(TAB)’ that cannot start any token. (Do not use t(TAB) for indentation)
in ‘string’, line 3, column 8:
port: 25927
at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:418) ~[snakeyaml-1.27.jar:?]
at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:227) ~[snakeyaml-1.27.jar:?]
at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:586) ~[snakeyaml-1.27.jar:?]
at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[snakeyaml-1.27.jar:?]
at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148) ~[snakeyaml-1.27.jar:?]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:136) ~[snakeyaml-1.27.jar:?]
at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:257) ~[snakeyaml-1.27.jar:?]
at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:248) ~[snakeyaml-1.27.jar:?]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:236) ~[snakeyaml-1.27.jar:?]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:162) ~[snakeyaml-1.27.jar:?]
at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:257) ~[snakeyaml-1.27.jar:?]
at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:248) ~[snakeyaml-1.27.jar:?]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:236) ~[snakeyaml-1.27.jar:?]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:162) ~[snakeyaml-1.27.jar:?]
at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:95) ~[snakeyaml-1.27.jar:?]
at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:119) ~[snakeyaml-1.27.jar:?]
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:150) ~[snakeyaml-1.27.jar:?]
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[snakeyaml-1.27.jar:?]
at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[snakeyaml-1.27.jar:?]
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[forge:?]
… 15 more
-
Плагин запускается, команды работают /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 -
imDaniX
Активный участник
Пользователь- Баллы:
- 96
- Имя в Minecraft:
- imDaniX
Права выданы? voice.speak, voice.activation
-
права выданы, ещё заметил что мод такое ощущение вообще не слышит микрофона, то есть через проверку микрофона ничего не слышно, при этом сам микрофон выбран в моде.
Не сколько раз переустанавливал плагин, ничего не помогло. -
Ты порт на свой поставил?

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

React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-

Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.
Не могу настроить и включить мод Plasmo Voice делал по видосам ничего не получается, и заметил что в зоротексе есть порт для него ну я попробывал не получилось, помогите настроить Открываю форум раздел и пишет только ссылку и все. напишите вк. https://vk.com/galileyegor
-
Алексей
16 октября 2022 — 14:05
Ну так порт открыть нужно в Zorotex и указать этот порт в конфиге плагина. Делов то.
-
FFFFFFF
16 октября 2022 — 18:43
На странице управления сервером сгенерируй порт и впиши его в конфиг, только вместо ip напиши: 0.0.0.0
-
diwersant340
18 октября 2022 — 13:35
Ну так порт открыть нужно в Zorotex и указать этот порт в конфиге плагина. Делов то.
Не работает всё равно сделал как надо, нифига
-
FFFFFFF
18 октября 2022 — 13:38
Не работает всеравно сделал как надо, нифига
После того как сделал, нужно сервер перезапустить. LoL
-
Алексей
18 октября 2022 — 13:42
У вас там порт ваш старый стоит. Сервер перезапустить нужно, после изменения настроек плагина.
-
diwersant340
18 октября 2022 — 14:36
У вас там порт ваш старый стоит. Сервер перезапустить нужно, после изменения настроек плагина.
я же изменял на 60606, в сервере проперти тоже надо порт поставить 60606?
-
Алексей
18 октября 2022 — 14:38
В server.properties ничего не надо менять. Сервер просто перезапустите и будет работать.
Содержание
- База знаний
- Как разговаривать на сервере Майнкрафт? Голосовой чат.
- Plasmo voice как настроить
- Plasmo Voice Client
- Загрузка
- Предыдущие версии
- Описание
- Голосовой Чат Plasmo
- Связи
- Создан для больших ролевых мероприятий
- Другие функции
- Значки HUD
- Значки игроков
- Меню конфигурации
- Скачать
- Привязки ключей по умолчанию
- Plasmo voice как настроить
База знаний
Как разговаривать на сервере Майнкрафт? Голосовой чат.
⭐️ ПРИВЕТСТВУЕМ НА HOSTING-MINECRAFT.RU ⭐️
✔️ По многочисленным просьбам мы подготовили для Вас обучающий материал на тему: » Как сделать голосовой чат на сервере Майнкрафт? «. А поможет нам в этом плагин / мод — Plasmo Voice Chat .
❗️ ❗️ ИНСТРУКЦИЯ ❗️ ❗️
1) Заходим на сайт spigotmc и скачиваем там плагин Plasmo Voice Server.
2) Загружаем его к себе на сервер с помощью FTP клиента FileZilla.
Инструкция по установке плагинов находится — ЗДЕСЬ.
3) Перезагружаем сервер, чтобы все изменения вступили в силу.
4) Теперь переходим к моду. На сайте curseforge находим Plasmo Voice Client и загружаем его.
5) Открываем лаунчер и открываем корневую папку Майнкрафт, затем mods и перетаскиваем туда ранее скачанные файлы.
6) Возвращаемся в FileZilla и открываем конфигурацию плагина, для того чтобы вставить порт от нашего сервера. Для этого в панели управления сайта жмём » Конфигурация » —> » Настройки портов » и копируем наш порт. Затем в файле конфигурации плагина, там где строчка port: (вставляем наш).
Не забывайте сохранять файл!
7) Делаем рестарт сервера.
8) Подключаемся к своему серверу Майнкрафт и жмём клавишу » V » , перед нами открывается небольшое меню настроек.
ВОТ И ВСЁ, ПОЗДРАВЛЯЮ, ТЕПЕРЬ ВЫ ЗНАЕТЕ КАК ГОВОРИТЬ НА СЕРВЕРЕ MINECRAFT 🙂
Для закрепления полученных знаний рекомендуем Вам посмотреть видео ролик!
✅ ПОДПИШИТЕСЬ НА НАШ YOUTUBE КАНАЛ ✅

❗️ ❗️ КАК ЗАКАЗАТЬ СЕРВЕР МАЙНКРАФТ СМОТРИТЕ — ЗДЕСЬ ❗️ ❗️
ПРОМО-КОД НА СКИДКУ 15%: ready-steady-go
Источник
Plasmo voice как настроить

Available for Spigot, Fabric, and Forge
Spigot and Fabric servers are compatible with both Fabric and Forge clients. Forge server is for Forge clients only.
Players need to install the Fabric or Forge mod on the client for the voice chat to work. Players without the mod are still able to join and play as usual.

Assuming Plasmo Voice is installed on both client and the server

- RNNoise noise reduction.
- OpenAL sound engine, great audio positioning.
- Compressor & Limiter. Makes loud volume quieter, saving your ears from loud noises.
- Compatibility with Sound Physics.
- Change voice chat distance.
- Optional sound-occlusion. Muffles the sound if blocks are in the way.
- Priority speaking. Bind a separate push-to-talk button with a greater, adjustable distance. Requires permission.
- Select output and input devices.
- Choose between Push to Talk or Voice Activation.
- Optional Directional Sources. Makes the sound source quieter if it’s not looking directly at you.
- Choose the position of the GUI icons and toggle the visibility of the player icons.
- Mute and change the volume of the players in the Minecraft social menu.
- Hold RBM while looking at the player, and then use the scroll wheel to adjust the volume.

Check out voice settings by pressing V . Make sure you have the right devices selected and your microphone is working.
Источник
Plasmo Voice Client
Загрузка
Предыдущие версии
| Название | Размер | Обновлено | Версия игры | Загрузок | |
| [Fabric] Plasmo Voice Client 1.1.1 release | 4.34 MB | Oct 8, 2021 | 1.17.1 | Скачать |
|
| [Fabric] Plasmo Voice Client 1.0.13 release | 2.89 MB | Sep 5, 2021 | 1.17.1 | 5,570 | Скачать |
| [Fabric] Plasmo Voice Client 1.0.12 release | 4.35 MB | Aug 17, 2021 | 1.17.1 | 5,743 | Скачать |
| [Fabric] Plasmo Voice Client 1.0.11 release | 3.94 MB | Aug 5, 2021 | 1.17.1 | 2,586 | Скачать |
| [Fabric] Plasmo Voice Client 1.0.10 release | 3.94 MB | Aug 1, 2021 | 1.17.1 | 1,395 | Скачать |
| [Fabric] Plasmo Voice Client 1.0.9 release | 3.93 MB | Jul 14, 2021 | 1.17.1 | 6,084 | Скачать |
| [Fabric] Plasmo Voice Client 1.0.8 release | 3.92 MB | Jun 25, 2021 | 1.17 | 5,565 | Скачать |
| [Fabric] Plasmo Voice Client 1.0.7 release | 2.45 MB | Jun 11, 2021 | 1.17 | 3,114 | Скачать |
| [Fabric] Plasmo Voice Client 1.0.6 release | 2.41 MB | May 15, 2021 | 1.16.5 | 13,504 | Скачать |
| [Fabric] Plasmo Voice Client 1.0.5 release | 2.41 MB | May 8, 2021 | 1.16.5 | 3,195 | Скачать |
| [Fabric] Plasmo Voice Client 1.0.4 release | 2.41 MB | Apr 20, 2021 | 1.16.5 | 7,059 | Скачать |
| [Forge] Plasmo Voice Client 1.0.4 release | 3.35 MB | Apr 20, 2021 | 1.16.5 | 2,762 | Скачать |
| [Fabric] Plasmo Voice Client 1.0.3 release | 2.41 MB | Apr 12, 2021 | 1.16.5 | 2,467 | Скачать |
| [Forge] Plasmo Voice Client 1.0.3 release | 3.35 MB | Apr 12, 2021 | 1.16.5 | 3,150 | Скачать |
| [Fabric] Plasmo Voice Client 1.0.2 release | 2.41 MB | Apr 11, 2021 | 1.16.5 | 191 | Скачать |
| [Fabric] Plasmo Voice Client 1.0.1 release | 2.41 MB | Apr 9, 2021 | 1.16.5 | 27 | Скачать |
| [Fabric] Plasmo Voice Client 1.0.0 release | 2.40 MB | Apr 8, 2021 | 1.16.5 | 98 | Скачать |
| [Forge] Plasmo Voice Client 1.1.1 beta | 4.11 MB | Oct 8, 2021 | 1.17.1 | Скачать |
|
| [Forge] Plasmo Voice Client 1.0.6 beta | 3.35 MB | May 15, 2021 | 1.16.5 | 14,169 | Скачать |
| [Forge] Plasmo Voice Client 1.0.5 beta | 3.35 MB | May 8, 2021 | 1.16.5 | 2,065 | Скачать |
| [Forge] Plasmo Voice Client 1.1.0 ALPHA alpha | 4.10 MB | Oct 4, 2021 | 1.17.1 | 193 | Скачать |
| [Fabric] Plasmo Voice Client 1.1.0 ALPHA alpha | 4.33 MB | Oct 4, 2021 | 1.17.1 | 131 | Скачать |
Описание

Голосовой Чат Plasmo
Основной особенностью Plasmo Voice является серверная часть, выполненная с помощью крана. Не жертвуйте плагинами Spigot и удобством игроков, которые не используют моды. Кроме того, это просто отличный голосовой чат с 3D-звуком и множеством функций.
Установка Plasmo Voice на сервер так же проста, как установка любого другого плагина Spigot. Установка мода на клиенте необязательна, и вы можете присоединиться к серверу без него.
Игрокам необходимо установить мод Fabric или Forge для работы голосового чата, но для игроков без установленных модов ничего не изменится. Они все еще могут присоединиться и играть, как обычно.
Связи
- Майнкрафт-патч
- Втулка
- GitHub
- Вики
- Диссонанс
Создан для больших ролевых мероприятий
- Данные сжимаются с помощью кодека Opus, что означает низкое использование трафика и более высокое качество. Протестировано с участием 100 игроков, говорящих одновременно.
- Измените расстояние голосового чата на ходу, чтобы игроки могли регулировать его, находясь в людных местах.
- Вы можете включить экспериментальную функцию перекрытия звука, которая заглушит звук, если на пути окажутся блоки. Отлично подходит для ситуаций, когда разные игроки разговаривают в комнатах, расположенных близко друг к другу.
- Говорю о приоритете. Как и в Discord, позволяет привязать отдельную кнопку push-to-talk с большим регулируемым расстоянием. Требуется разрешение.
Другие функции
- Выберите устройства вывода и ввода.
- Отключение сервера с помощью команд чата.
- Отключение звука клиента интегрировано с социальным меню Minecraft.
- Выберите между Нажатием для разговора или голосовой активацией.
- Индикаторы для игроков без установленного мода.
- Все настраивается с помощью конфигурации и разрешений.
Значки HUD

Значки игроков

Меню конфигурации

Скачать
Голосовой сервер Plasmo — это плагин Spigot. Голосовой клиент Plasmo — это мод Fabric ИЛИ Forge. Для каждой версии есть свой файл, проверьте файлы на MinecraftPatch и выберите правильный. Обратите внимание на разницу при установке Plasmo Voice.
- Голосовой сервер Plasmo на кране
- Голосовой клиент Plasmo на Майнкрафт-матче
- Освободить
Привязки ключей по умолчанию
Откройте настройки голоса — V
Кнопка «Нажать для разговора» — Левый Alt
Кнопка приоритетного вызова для разговора- отсутствует
Отключите свой микрофон — M
Убедитесь, что вы снова привязали ключ «нажми и говори» к тому, к чему вы привыкли. Кроме того, проверьте настройки голоса, нажав V . Перейдите на вкладку Аудио и убедитесь, что у вас выбраны правильные устройства. Проверьте свой микрофон, нажав кнопку Включить тестирование микрофона .
Источник
Plasmo voice как настроить
Apehum released this Oct 16, 2021
Fixed client version in the menu
Updated description
You can now use voice chat on Forge server with Fabric client
Apehum released this Oct 16, 2021
Fixed Fabric server NOT WORKING because of one wrong variable
Apehum released this Oct 15, 2021
• You can now use the mod on Forge & Fabric servers, with the full feature set from Spigot, including muting and permissions.
• Voice chat works in singleplayer, because why not, and when using the «Open to LAN» feature.
• Use /vperms command to give permissions. Available only for Fabric & Forge servers.
• Port is set to 0 by default. When the port is set to zero — Plasmo Voice will use the same port used by your Minecraft server.
• Fixed a bug with playing audio from the previous buffer.
Apehum released this Oct 12, 2021
• Simple API for muting and checking if the player has the mod installed. Read: https://github.com/plasmoapp/plasmo-voice/wiki/How-to-use-API
• Port is set to 0 by default. When the port is set to zero — Plasmo Voice will use the same port used by your Minecraft server.
• PlayerVoiceMuteEvent now returns OfflinePlayer
• Fixed disable_logs not working as intended
• IllegalStateException console spam fixed (or it should be fixed)
Apehum released this Oct 8, 2021
• Added compressor & limiter. Makes loud volume quieter, saving your ears from loud noises.
• You can now change the output device.
• If RNNoise is enabled, your microphone is going to pass through the limiter, before applying RNNoise. Is It’s a dumb fix but seems to fix distortion when audio is clipping with RNNoise.
• Improved audio capture with OpenAL.
• Microphone testing now uses OpenAL.
• Fixed overlapping dropdown menus.
• Improved audio meter in microphone testing. It’s smoother now.
• Small UI improvements.
Источник


Скачать