You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The message the client gets when executing /audio of joins (if send-on-join is enabled)
9
-
click-to-connect: '\n&b&lClick &ahere&b&l to open the Web Client!\n&3This lets you use &dProximity Voice Chat&3 and in-game &daudio&3!\n '
10
+
click-to-connect: '\n&b&lClick &ahere&b&l to open the Web Client!\n&3This lets you
11
+
use &dProximity Voice Chat&3 and in-game &daudio&3!\n '
12
+
# an alternate version of this message for bedrock users
13
+
connect-prompt-bedrock: \n&b&lThis server supports &aProximity Voice Chat&b&!\nGo
14
+
to {domain} in your web-browser to get started.\n
10
15
11
16
# The message a player receives when a session error occurs
12
-
session-error: '&cAn error occurred while generating your audio session. please report the problem and try again later.'
17
+
session-error: '&cAn error occurred while generating your audio session. please
18
+
report the problem and try again later.'
13
19
14
20
# A hover message for the click-to-connect message, only appears right before clicking when you mouse over it
15
-
click-to-connect-hover: '&6Minecraft will prompt you to open the web client when you click this message'
21
+
click-to-connect-hover: '&6Minecraft will prompt you to open the web client when
22
+
you click this message'
16
23
17
24
# The message the client gets when their audio link has expired
18
-
click-link-expired: '&3Your link to the audio client has expired. Use &b/audio&3 to request a new one.'
25
+
click-link-expired: '&3Your link to the audio client has expired. Use &b/audio&3
26
+
to request a new one.'
19
27
20
28
# The message a client gets when their web-client has been opened
21
29
client-opened: '&2&oYou are now connected with the audio client!'
@@ -27,7 +35,8 @@ messages:
27
35
client-already-connected: '&cYou are already connected to the web client'
28
36
29
37
# Prints the client volume when /volume is ran without arguments
30
-
client-volume: '&6Your current volume is __amount__%&7 (TIP: use /volume 40 to set your volume to 40%)'
38
+
client-volume: '&6Your current volume is __amount__%&7 (TIP: use /volume 40 to set
39
+
your volume to 40%)'
31
40
32
41
# The message a client gets as confirmation for executing /volume or /vol
33
42
client-volume-change: '&6Your volume has been changed to __amount__%'
@@ -36,7 +45,8 @@ messages:
36
45
client-volume-invalid: '&4You must enter a number between 0 and 100'
37
46
38
47
# The message a client gets as warning that they aren't even connected
39
-
client-not-connected: '&4You need to be connected to the web client to be able to do that'
48
+
client-not-connected: '&4You need to be connected to the web client to be able to
49
+
do that'
40
50
41
51
# The message a client gets when they need to be connected to voice chat to do something
42
52
voice-not-connected: '&4An active Voice connection is required to execute this command'
@@ -64,35 +74,116 @@ messages:
64
74
# Message a player receives when their microphone is unmuted
65
75
voicechat-mic-unmute: '&7&oYour microphone is now &2&ounmuted'
66
76
77
+
# Message a player receives when their voicechat is deafened
78
+
voicechat-deafen: '&7&oYou are now &c&odeafened'
79
+
80
+
# Message a player receives when their voicechat is undeafened
81
+
voicechat-undeafen: '&7&oYou are now &2&oundeafened'
82
+
67
83
# Message a player receives when voicechat runs into a technical issue
68
-
voicechat-service-unstable: '&7&oWarning: we ran into one or more problems with the voice service.. please hold on while we try to recover your beautiful voice.'
84
+
voicechat-service-unstable: '&7&oWarning: we ran into one or more problems with
85
+
the voice service.. please hold on while we try to recover your beautiful voice.'
69
86
70
87
# Message a player receives when the voicechat is back online again
# A message players will periodically receive when they are not connected to voice chat,
74
91
# but others in their vicinity are. The minimum interval and range can be configured in the options section,
75
92
# or you can disable it entirely by following the settings below.
76
-
voicechat-players-in-vicinity: '&7&oGet social! Other players in your vicinity are using voice chat - join them and communicate. Use &b/audio&7&o to connect.'
93
+
voicechat-players-in-vicinity: '&7&oGet social! Other players in your vicinity are
94
+
using voice chat - join them and communicate. Use &b/audio&7&o to connect.'
95
+
96
+
# The message a channel owner receives when their chanel has been abandoned
97
+
voicechat-channel-abandoned: '&7&oYour voicechat channel has been abandoned and
98
+
got removed'
99
+
100
+
# The message a player receives when they are kicked from a voicechat channel
101
+
# This gets triggered when they were forcefully removed from a channel, for example when it gets deleted
102
+
voicechat-channel-kicked: '&7&oYou have been kicked from the voicechat channel'
103
+
104
+
# The message a player receives when they are invited to a voicechat channel
105
+
voicechat-channel-invited: ' \n&b&lYou have been invited to a voice chat channel!\n&3Click
106
+
&ahere&3 to join &d{channel}&3 by &d{inviter}&3!\n&7&oYou have 30 seconds to
107
+
accept the invitation.\n '
108
+
109
+
# Error message seen by players when the command is executed through anything other than chat
110
+
voicechat-channel-not-a-player: '&cOnly players can use this command'
111
+
112
+
# Seen when a player tries to join or create a channel with an invalid name
113
+
voicechat-channel-name-unknown: '&cPlease enter a valid channel name'
114
+
115
+
# Error seen when a player tries to join a channel that doesn't exist
116
+
voicechat-channel-name-not-found: '&cThe channel you are trying to join does not
117
+
exist'
118
+
119
+
# Error seen when a player tries to create a channel with a name that already exists
120
+
voicechat-channel-name-already-exists: '&cA channel with that name already exists'
121
+
122
+
# Validation message after creating a new channel
123
+
voicechat-channel-created: '&7&oSuccessfully created the voice chat channel &d{channel}'
77
124
78
-
bedrock:
79
-
# These settings are to provide some automatic handholding for Bedrock users.
80
-
# Please take some time to go over these settings and adjust them based on your geyser configuration.
125
+
# Message a player receives while trying to create or join a channel while already in one
126
+
voicechat-channel-already-in: '&cYou are already in a voice chat channel, please
127
+
leave it first'
81
128
82
-
#This message shows as a SUBTITLE for the token prompt
83
-
token-subtitle: '&7&oEnter this code on &b__address__'
129
+
#A message a player receives after accepting an invitation to a voicechat channel
130
+
voicechat-channel-joined: '&7&oYou have joined the voice chat channel &d{channel}'
84
131
85
-
# The amount of seconds the token prompt will be shown for
86
-
token-display-duration: 25
132
+
# A message a player receives after running a command while not in a voicechat channel
133
+
voicechat-channel-not-a-member: '&cYou can only perform this action if you are a
134
+
member of the channel'
87
135
88
-
# OA will automatically send the token to the Bedrock client, if a player is detected as one
89
-
# based on their name prefix, which defaults to '.'. If you have a custom prefix, you can set it here
90
-
# or you can disable this feature entirely
91
-
bedrock-name-prefix: '.'
92
-
bedrock-auto-send-token: true
136
+
# A message a player receives while trying to invite someone to a channel they do not own
137
+
voicechat-channel-not-owner: '&cOnly the creator of the channel can do this'
93
138
139
+
# A message a player receives while trying to invite an invalid player
140
+
voicechat-channel-player-not-found: '&cThe player you are trying to invite is not
141
+
online'
142
+
143
+
# A message a player receives after trying to invite someone who is already in another channel
144
+
voicechat-channel-player-already-in-channel: '&cThe player you are trying to invite
145
+
is already in a voice chat channel'
146
+
147
+
# A message a player receives after trying to invite someone who is not connected to voice chat
148
+
voicechat-target-not-connected: '&cThe player you are trying to invite is not connected
149
+
to voice chat, please ask them to connect first'
150
+
151
+
# Good job! the invitation was sent
152
+
voicechat-target-invitation-sent: '&7&oAn invitation has been sent to %name'
153
+
voicechat-target-invitation-expired: '&7&oThe invitation to %name has expired'
154
+
155
+
# A player receives after leaving a channel voluntarily
156
+
voicechat-channel-left: '&7&oYou have left the voice chat channel'
157
+
158
+
# Format messages for the channel list command
159
+
voicechat-channel-list-no-channels: '&7&oThere are no voice chat channels available'
160
+
voicechat-channel-list-header: '&7&oAvailable voice chat channels and their occupants:'
0 commit comments