Simple Voice Chat
Installation guide
- Install Simple Voice Chat plugin to the server
- Enable the integration in the NeoTelecom config if not already enabled
config.yml
integrations: ... placeholderapi: true ...
- Download Simple Voice Chat mod on the client
- You're all set!
Features
Call voice chat
Whenever you enter a call with the Simple Voice Chat plugin and client-side mod installed, you will be added to a group of the call. If other players also have Simple Voice Chat, you will be able to talk to them using voice chat.
Keep in mind that players that don't have the mod can't hear you! You can see who has the mod in your call by doing /phone, and a call icon will appear for those who have it.
Ringtones
Server owners are able to put into plugins/NeoTelecom/audio/ringtones/
to be used as ringtones that can be set by the player.
The audio files have to be in .wav, 48kHz, 16-bit, mono, little-endian PCM format.
The name of the audio file will be what's used in the plugin, make sure to not have any spaces.
To turn on the ringtone, run /phone set ringtone [name]
. This will
require the permission neotelecom.ringtone.[name]
, which is given
by default.
To turn it off, do /phone set ringtone off
. The permission for this
is neotelecom.ringtone.off
.