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
Copy file name to clipboardexpand all lines: src/main/resources/minecraft/lang/EN.yml
+5-5
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,12 @@ logger:
15
15
plugin-enabled: "Plugin enabled."
16
16
plugin-disabled: "Plugin disabled."
17
17
plugin-updated: "Skoice has been updated to the latest version. Please restart your Minecraft server to apply changes."
18
-
skoice-3: "You are now using Skoice 3. To get your bot working properly, follow our migration guide here: https://github.com/Skoice/skoice/wiki/Migrating-to-Skoice-3."
18
+
skoice-3: "You are now using Skoice 3. To get your bot working properly, follow our migration guide here: %s."
19
19
configuration-complete: "Skoice is now configured. Type \"/link\" on your Discord server to link your Discord account to Minecraft. Players must link their accounts to use the proximity voice chat."
20
20
bot-connecting: "Your bot is attempting to connect."
21
21
bot-connected: "Your bot is connected."
22
22
warning:
23
-
outdated-version: "You are using an outdated version (%s). Download the latest version (%s) here: https://www.spigotmc.org/resources/skoice-proximity-voice-chat.82861."
23
+
outdated-version: "You are using an outdated version (%s). Download the latest version (%s) here: %s."
24
24
no-token: "Token not set. Join your Minecraft server to set up Skoice."
25
25
no-guild: "Your bot is not on a Discord server. Open this link to invite it: %s."
26
26
multiple-guilds: "Your bot is on multiple Discord servers. Type \"/configure\" on your Discord server to choose one."
@@ -30,7 +30,7 @@ logger:
30
30
error:
31
31
missing-permission: "You did not grant your bot the \"Administrator\" permission on your Discord server. Open this link to add it: %s."
32
32
bot-could-not-connect: "Your bot could not connect. To update the token, type \"/skoice token\" followed by the new token."
33
-
bot-timed-out: "A problem prevented your bot from connecting. Check your network connection status and look for recent Discord outages here: https://discordstatus.com."
33
+
bot-timed-out: "A problem prevented your bot from connecting. Check your network connection status and look for recent Discord outages here: %s."
34
34
public-bot: "Your bot is not configured correctly. Run the command again once you have unselected \"Public Bot\" and clicked \"Save Changes\" on this page: %s."
35
35
exception:
36
36
unexpected-value: "Unexpected value: %s"
@@ -40,7 +40,7 @@ chat:
40
40
- "\n%s Configuration: &fBot Creation\n\n&8• &7Skoice needs a Discord bot to work. To create one, follow the instructions on "
41
41
- "&7.\n&8• &7Once you have retrieved its token, insert it "
42
42
- "&7.\n\nIf you cannot interact with this message, type \"&e/skoice tooltips&7\".\n"
43
-
bot-creation: "\n%s Configuration: &fBot Creation\n\n&8• &7Skoice needs a Discord bot to work. To create one, follow the instructions on this page: &bhttps://github.com/Skoice/skoice/wiki/Creating-a-Discord-Bot-for-Skoice&7.\n&8• &7Once you have retrieved its token, type \"&e/skoice token&7\" followed by the token.\n"
43
+
bot-creation: "\n%s Configuration: &fBot Creation\n\n&8• &7Skoice needs a Discord bot to work. To create one, follow the instructions on this page: &b%s&7.\n&8• &7Once you have retrieved its token, type \"&e/skoice token&7\" followed by the token.\n"
44
44
no-token: "%s You have &cnot provided a token&7. To use this command, type \"&e/skoice token&7\" followed by the token."
45
45
no-guild-interactive:
46
46
- "%s Your bot is &cnot on a Discord server&7. Open "
@@ -88,7 +88,7 @@ chat:
88
88
bot-timed-out-interactive:
89
89
- "%s A problem &cprevented your bot &7from connecting. Check your network connection status and look for recent Discord outages on "
90
90
- "&7. If you cannot interact with this message, type \"&e/skoice tooltips&7\"."
91
-
bot-timed-out: "%s A problem &cprevented your bot &7from connecting. Check your network connection status and look for recent Discord outages on this page: &bhttps://discordstatus.com&7."
91
+
bot-timed-out: "%s A problem &cprevented your bot &7from connecting. Check your network connection status and look for recent Discord outages on this page: &b%s&7."
92
92
action-bar:
93
93
connecting-alert: "&a⚠ &7You are &anear other players&7. Say hi!"
94
94
disconnecting-alert: "&c⚠ &7You are &cmoving away &7from near players."
0 commit comments