mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Short links using document site
This commit is contained in:
parent
55dda7bc43
commit
02e344724d
13 changed files with 773 additions and 52 deletions
|
|
@ -4392,7 +4392,7 @@ namespace MinecraftClient {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to All entity types can be found here: https://bit.ly/3Rg68lp.
|
/// Looks up a localized string similar to All entity types can be found here: https://mccteam.github.io/r/entity/#L15.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string config_ChatBot_AutoAttack_Entites_List {
|
internal static string config_ChatBot_AutoAttack_Entites_List {
|
||||||
get {
|
get {
|
||||||
|
|
@ -4438,7 +4438,7 @@ namespace MinecraftClient {
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Automatically craft items in your inventory
|
/// Looks up a localized string similar to Automatically craft items in your inventory
|
||||||
///See https://mccteam.github.io/guide/chat-bots.html#auto-craft for how to use
|
///See https://mccteam.github.io/g/bots/#auto-craft for how to use
|
||||||
///You need to enable Inventory Handling to use this bot
|
///You need to enable Inventory Handling to use this bot
|
||||||
///You should also enable Terrain and Movements if you need to use a crafting table.
|
///You should also enable Terrain and Movements if you need to use a crafting table.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -4471,8 +4471,7 @@ namespace MinecraftClient {
|
||||||
///Recipes.Type: crafting table type: "player" or "table"
|
///Recipes.Type: crafting table type: "player" or "table"
|
||||||
///Recipes.Result: the resulting item
|
///Recipes.Result: the resulting item
|
||||||
///Recipes.Slots: All slots, counting from left to right, top to bottom. Please fill in "Null" for empty slots.
|
///Recipes.Slots: All slots, counting from left to right, top to bottom. Please fill in "Null" for empty slots.
|
||||||
///For the naming of the items, please see:
|
///For the naming of the items, please see: https://mccteam.github.io/r/item/#L12.
|
||||||
///https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string config_ChatBot_AutoCraft_Recipes {
|
internal static string config_ChatBot_AutoCraft_Recipes {
|
||||||
get {
|
get {
|
||||||
|
|
@ -4485,7 +4484,7 @@ namespace MinecraftClient {
|
||||||
///You need to enable Terrain Handling to use this bot
|
///You need to enable Terrain Handling to use this bot
|
||||||
///You can use "/digbot start" and "/digbot stop" to control the start and stop of AutoDig.
|
///You can use "/digbot start" and "/digbot stop" to control the start and stop of AutoDig.
|
||||||
///Since MCC does not yet support accurate calculation of the collision volume of blocks, all blocks are considered as complete cubes when obtaining the position of the lookahead.
|
///Since MCC does not yet support accurate calculation of the collision volume of blocks, all blocks are considered as complete cubes when obtaining the position of the lookahead.
|
||||||
///For the naming of the block, please see https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Mapping/Material.cs.
|
///For the naming of the block, please see https://mccteam.github.io/r/block/#L15.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string config_ChatBot_AutoDig {
|
internal static string config_ChatBot_AutoDig {
|
||||||
get {
|
get {
|
||||||
|
|
@ -4586,8 +4585,7 @@ namespace MinecraftClient {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Automatically drop items in inventory
|
/// Looks up a localized string similar to Automatically drop items in inventory
|
||||||
///You need to enable Inventory Handling to use this bot
|
///You need to enable Inventory Handling to use this bot
|
||||||
///See this file for an up-to-date list of item types you can use with this bot:
|
///See this file for an up-to-date list of item types you can use with this bot: https://mccteam.github.io/r/item/#L12.
|
||||||
///https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string config_ChatBot_AutoDrop {
|
internal static string config_ChatBot_AutoDrop {
|
||||||
get {
|
get {
|
||||||
|
|
@ -4616,7 +4614,7 @@ namespace MinecraftClient {
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Automatically catch fish using a fishing rod
|
/// Looks up a localized string similar to Automatically catch fish using a fishing rod
|
||||||
///Guide: https://mccteam.github.io/guide/chat-bots.html#auto-fishing
|
///Guide: https://mccteam.github.io/g/bots/#auto-fishing
|
||||||
///You can use "/fish" to control the bot manually.
|
///You can use "/fish" to control the bot manually.
|
||||||
////!\ Make sure server rules allow automated farming before using this bot.
|
////!\ Make sure server rules allow automated farming before using this bot.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -4821,10 +4819,10 @@ namespace MinecraftClient {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to This bot allows you to send and recieve messages and commands via a Discord channel.
|
/// Looks up a localized string similar to This bot allows you to send and recieve messages and commands via a Discord channel.
|
||||||
///For Setup you can either use the documentation or read here (Documentation has images).
|
///For Setup you can either use the documentation or read here (Documentation has images).
|
||||||
///Documentation: https://mccteam.github.io/guide/chat-bots.html#discord-bridge
|
///Documentation: https://mccteam.github.io/g/bots/#discord-bridge
|
||||||
///Setup:
|
///Setup:
|
||||||
///First you need to create a Bot on the Discord Developers Portal, here is a video tutorial: https://www.youtube.com/watch?v=2FgMnZViNPA .
|
///First you need to create a Bot on the Discord Developers Portal, here is a video tutorial: https://www.youtube.com/watch?v=2FgMnZViNPA .
|
||||||
////!\ IMPORTANT /!\: When creating a bot, you MUST ENABLE "Message Content Intent", "Server Members Intent" and "Pr [rest of string was truncated]";.
|
////!\ IMPORTANT /!\: When creating a bot, you MUST ENABLE "Message Content Intent", "Server Members Intent" and "Presence Intent [rest of string was truncated]";.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string config_ChatBot_DiscordBridge {
|
internal static string config_ChatBot_DiscordBridge {
|
||||||
get {
|
get {
|
||||||
|
|
@ -4845,7 +4843,7 @@ namespace MinecraftClient {
|
||||||
/// Looks up a localized string similar to Message formats
|
/// Looks up a localized string similar to Message formats
|
||||||
///Words wrapped with { and } are going to be replaced during the code execution, do not change them!
|
///Words wrapped with { and } are going to be replaced during the code execution, do not change them!
|
||||||
///For example. {message} is going to be replace with an actual message, {username} will be replaced with an username, {timestamp} with the current time.
|
///For example. {message} is going to be replace with an actual message, {username} will be replaced with an username, {timestamp} with the current time.
|
||||||
///For Discord message formatting, check the following: https://bit.ly/3F8CUCm.
|
///For Discord message formatting, check the following: https://mccteam.github.io/r/dc-fmt.html.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string config_ChatBot_DiscordBridge_Formats {
|
internal static string config_ChatBot_DiscordBridge_Formats {
|
||||||
get {
|
get {
|
||||||
|
|
@ -5103,7 +5101,7 @@ namespace MinecraftClient {
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Schedule commands and scripts to launch on various events such as server join, date/time or time interval
|
/// Looks up a localized string similar to Schedule commands and scripts to launch on various events such as server join, date/time or time interval
|
||||||
///See https://mccteam.github.io/guide/chat-bots.html#script-scheduler for more info.
|
///See https://mccteam.github.io/g/bots/#script-scheduler for more info.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string config_ChatBot_ScriptScheduler {
|
internal static string config_ChatBot_ScriptScheduler {
|
||||||
get {
|
get {
|
||||||
|
|
@ -5147,7 +5145,7 @@ namespace MinecraftClient {
|
||||||
/// Looks up a localized string similar to Message formats
|
/// Looks up a localized string similar to Message formats
|
||||||
///Words wrapped with { and } are going to be replaced during the code execution, do not change them!
|
///Words wrapped with { and } are going to be replaced during the code execution, do not change them!
|
||||||
///For example. {message} is going to be replace with an actual message, {username} will be replaced with an username, {timestamp} with the current time.
|
///For example. {message} is going to be replace with an actual message, {username} will be replaced with an username, {timestamp} with the current time.
|
||||||
///For Telegram message formatting, check the following: https://sendpulse.com/blog/telegram-text-formatting.
|
///For Telegram message formatting, check the following: https://mccteam.github.io/r/tg-fmt.html.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string config_ChatBot_TelegramBridge_Formats {
|
internal static string config_ChatBot_TelegramBridge_Formats {
|
||||||
get {
|
get {
|
||||||
|
|
@ -5175,7 +5173,7 @@ namespace MinecraftClient {
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to MCC does it best to detect chat messages, but some server have unusual chat formats
|
/// Looks up a localized string similar to MCC does it best to detect chat messages, but some server have unusual chat formats
|
||||||
///When this happens, you'll need to configure chat format below, see https://mccteam.github.io/guide/configuration.html#chat-format.
|
///When this happens, you'll need to configure chat format below, see https://mccteam.github.io/g/conf/#chat-format-section.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string config_ChatFormat {
|
internal static string config_ChatFormat {
|
||||||
get {
|
get {
|
||||||
|
|
@ -5205,7 +5203,7 @@ namespace MinecraftClient {
|
||||||
/// Looks up a localized string similar to Startup Config File
|
/// Looks up a localized string similar to Startup Config File
|
||||||
///Please do not record extraneous data in this file as it will be overwritten by MCC.
|
///Please do not record extraneous data in this file as it will be overwritten by MCC.
|
||||||
///
|
///
|
||||||
///New to Minecraft Console Client? Check out this document: https://mccteam.github.io/guide/configuration.html
|
///New to Minecraft Console Client? Check out this document: https://mccteam.github.io/g/conf.html
|
||||||
///Want to upgrade to a newer version? See https://github.com/MCCTeam/Minecraft-Console-Client/#download.
|
///Want to upgrade to a newer version? See https://github.com/MCCTeam/Minecraft-Console-Client/#download.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string config_Head {
|
internal static string config_Head {
|
||||||
|
|
@ -5450,7 +5448,7 @@ namespace MinecraftClient {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Fill in with in-game locale code, check https://github.com/MCCTeam/Minecraft-Console-Client/discussions/2239.
|
/// Looks up a localized string similar to Fill in with in-game locale code, check https://mccteam.github.io/r/l-code.html.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string config_Main_Advanced_language {
|
internal static string config_Main_Advanced_language {
|
||||||
get {
|
get {
|
||||||
|
|
|
||||||
|
|
@ -1572,7 +1572,7 @@ You need to enable Entity Handling to use this bot
|
||||||
<value>How long to wait between each attack. Set "Custom = false" to let MCC calculate it.</value>
|
<value>How long to wait between each attack. Set "Custom = false" to let MCC calculate it.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="config.ChatBot.AutoAttack.Entites_List" xml:space="preserve">
|
<data name="config.ChatBot.AutoAttack.Entites_List" xml:space="preserve">
|
||||||
<value>All entity types can be found here: https://bit.ly/3Rg68lp</value>
|
<value>All entity types can be found here: https://mccteam.github.io/r/entity/#L15</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="config.ChatBot.AutoAttack.Interaction" xml:space="preserve">
|
<data name="config.ChatBot.AutoAttack.Interaction" xml:space="preserve">
|
||||||
<value>Possible values: "Interact", "Attack" (default), "InteractAt" (Interact and Attack).</value>
|
<value>Possible values: "Interact", "Attack" (default), "InteractAt" (Interact and Attack).</value>
|
||||||
|
|
@ -1588,7 +1588,7 @@ You need to enable Entity Handling to use this bot
|
||||||
</data>
|
</data>
|
||||||
<data name="config.ChatBot.AutoCraft" xml:space="preserve">
|
<data name="config.ChatBot.AutoCraft" xml:space="preserve">
|
||||||
<value>Automatically craft items in your inventory
|
<value>Automatically craft items in your inventory
|
||||||
See https://mccteam.github.io/guide/chat-bots.html#auto-craft for how to use
|
See https://mccteam.github.io/g/bots/#auto-craft for how to use
|
||||||
You need to enable Inventory Handling to use this bot
|
You need to enable Inventory Handling to use this bot
|
||||||
You should also enable Terrain and Movements if you need to use a crafting table</value>
|
You should also enable Terrain and Movements if you need to use a crafting table</value>
|
||||||
</data>
|
</data>
|
||||||
|
|
@ -1603,15 +1603,14 @@ You should also enable Terrain and Movements if you need to use a crafting table
|
||||||
Recipes.Type: crafting table type: "player" or "table"
|
Recipes.Type: crafting table type: "player" or "table"
|
||||||
Recipes.Result: the resulting item
|
Recipes.Result: the resulting item
|
||||||
Recipes.Slots: All slots, counting from left to right, top to bottom. Please fill in "Null" for empty slots.
|
Recipes.Slots: All slots, counting from left to right, top to bottom. Please fill in "Null" for empty slots.
|
||||||
For the naming of the items, please see:
|
For the naming of the items, please see: https://mccteam.github.io/r/item/#L12</value>
|
||||||
https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name="config.ChatBot.AutoDig" xml:space="preserve">
|
<data name="config.ChatBot.AutoDig" xml:space="preserve">
|
||||||
<value>Auto-digging blocks.
|
<value>Auto-digging blocks.
|
||||||
You need to enable Terrain Handling to use this bot
|
You need to enable Terrain Handling to use this bot
|
||||||
You can use "/digbot start" and "/digbot stop" to control the start and stop of AutoDig.
|
You can use "/digbot start" and "/digbot stop" to control the start and stop of AutoDig.
|
||||||
Since MCC does not yet support accurate calculation of the collision volume of blocks, all blocks are considered as complete cubes when obtaining the position of the lookahead.
|
Since MCC does not yet support accurate calculation of the collision volume of blocks, all blocks are considered as complete cubes when obtaining the position of the lookahead.
|
||||||
For the naming of the block, please see https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Mapping/Material.cs</value>
|
For the naming of the block, please see https://mccteam.github.io/r/block/#L15</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="config.ChatBot.AutoDig.Auto_Start_Delay" xml:space="preserve">
|
<data name="config.ChatBot.AutoDig.Auto_Start_Delay" xml:space="preserve">
|
||||||
<value>How many seconds to wait after entering the game to start digging automatically, set to -1 to disable automatic start.</value>
|
<value>How many seconds to wait after entering the game to start digging automatically, set to -1 to disable automatic start.</value>
|
||||||
|
|
@ -1646,8 +1645,7 @@ For the naming of the block, please see https://github.com/MCCTeam/Minecraft-Con
|
||||||
<data name="config.ChatBot.AutoDrop" xml:space="preserve">
|
<data name="config.ChatBot.AutoDrop" xml:space="preserve">
|
||||||
<value>Automatically drop items in inventory
|
<value>Automatically drop items in inventory
|
||||||
You need to enable Inventory Handling to use this bot
|
You need to enable Inventory Handling to use this bot
|
||||||
See this file for an up-to-date list of item types you can use with this bot:
|
See this file for an up-to-date list of item types you can use with this bot: https://mccteam.github.io/r/item/#L12</value>
|
||||||
https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name="config.ChatBot.AutoDrop.Mode" xml:space="preserve">
|
<data name="config.ChatBot.AutoDrop.Mode" xml:space="preserve">
|
||||||
<value>"include", "exclude" or "everything". Include: drop item IN the list. Exclude: drop item NOT IN the list</value>
|
<value>"include", "exclude" or "everything". Include: drop item IN the list. Exclude: drop item NOT IN the list</value>
|
||||||
|
|
@ -1658,7 +1656,7 @@ You need to enable Inventory Handling to use this bot</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="config.ChatBot.AutoFishing" xml:space="preserve">
|
<data name="config.ChatBot.AutoFishing" xml:space="preserve">
|
||||||
<value>Automatically catch fish using a fishing rod
|
<value>Automatically catch fish using a fishing rod
|
||||||
Guide: https://mccteam.github.io/guide/chat-bots.html#auto-fishing
|
Guide: https://mccteam.github.io/g/bots/#auto-fishing
|
||||||
You can use "/fish" to control the bot manually.
|
You can use "/fish" to control the bot manually.
|
||||||
/!\ Make sure server rules allow automated farming before using this bot</value>
|
/!\ Make sure server rules allow automated farming before using this bot</value>
|
||||||
</data>
|
</data>
|
||||||
|
|
@ -1731,12 +1729,12 @@ Server admins can spoof chat messages (/nick, /tellraw) so keep this in mind whe
|
||||||
<data name="config.ChatBot.DiscordBridge" xml:space="preserve">
|
<data name="config.ChatBot.DiscordBridge" xml:space="preserve">
|
||||||
<value>This bot allows you to send and recieve messages and commands via a Discord channel.
|
<value>This bot allows you to send and recieve messages and commands via a Discord channel.
|
||||||
For Setup you can either use the documentation or read here (Documentation has images).
|
For Setup you can either use the documentation or read here (Documentation has images).
|
||||||
Documentation: https://mccteam.github.io/guide/chat-bots.html#discord-bridge
|
Documentation: https://mccteam.github.io/g/bots/#discord-bridge
|
||||||
Setup:
|
Setup:
|
||||||
First you need to create a Bot on the Discord Developers Portal, here is a video tutorial: https://www.youtube.com/watch?v=2FgMnZViNPA .
|
First you need to create a Bot on the Discord Developers Portal, here is a video tutorial: https://www.youtube.com/watch?v=2FgMnZViNPA .
|
||||||
/!\ IMPORTANT /!\: When creating a bot, you MUST ENABLE "Message Content Intent", "Server Members Intent" and "Presence Intent" in order for bot to work! Also follow along carefully do not miss any steps!
|
/!\ IMPORTANT /!\: When creating a bot, you MUST ENABLE "Message Content Intent", "Server Members Intent" and "Presence Intent" in order for bot to work! Also follow along carefully do not miss any steps!
|
||||||
When making a bot, copy the generated token and paste it here in "Token" field (tokens are important, keep them safe).
|
When making a bot, copy the generated token and paste it here in "Token" field (tokens are important, keep them safe).
|
||||||
Copy the "Application ID" and go to: https://bit.ly/2Spn2Q3 .
|
Copy the "Application ID" and go to: https://discordapi.com/permissions.html .
|
||||||
Paste the id you have copied and check the "Administrator" field in permissions, then click on the link at the bottom.
|
Paste the id you have copied and check the "Administrator" field in permissions, then click on the link at the bottom.
|
||||||
This will open an invitation menu with your servers, choose the server you want to invite the bot on and invite him.
|
This will open an invitation menu with your servers, choose the server you want to invite the bot on and invite him.
|
||||||
Once you've invited the bot, go to your Discord client and go to Settings -> Advanced and Enable "Developer Mode".
|
Once you've invited the bot, go to your Discord client and go to Settings -> Advanced and Enable "Developer Mode".
|
||||||
|
|
@ -1754,7 +1752,7 @@ To send a message, simply type it out and hit enter.</value>
|
||||||
<value>Message formats
|
<value>Message formats
|
||||||
Words wrapped with { and } are going to be replaced during the code execution, do not change them!
|
Words wrapped with { and } are going to be replaced during the code execution, do not change them!
|
||||||
For example. {message} is going to be replace with an actual message, {username} will be replaced with an username, {timestamp} with the current time.
|
For example. {message} is going to be replace with an actual message, {username} will be replaced with an username, {timestamp} with the current time.
|
||||||
For Discord message formatting, check the following: https://bit.ly/3F8CUCm</value>
|
For Discord message formatting, check the following: https://mccteam.github.io/r/dc-fmt.html</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="config.ChatBot.DiscordBridge.GuildId" xml:space="preserve">
|
<data name="config.ChatBot.DiscordBridge.GuildId" xml:space="preserve">
|
||||||
<value>The ID of a server/guild where you have invited the bot to.</value>
|
<value>The ID of a server/guild where you have invited the bot to.</value>
|
||||||
|
|
@ -1861,7 +1859,7 @@ Please note that due to technical limitations, the client player (you) will not
|
||||||
</data>
|
</data>
|
||||||
<data name="config.ChatBot.ScriptScheduler" xml:space="preserve">
|
<data name="config.ChatBot.ScriptScheduler" xml:space="preserve">
|
||||||
<value>Schedule commands and scripts to launch on various events such as server join, date/time or time interval
|
<value>Schedule commands and scripts to launch on various events such as server join, date/time or time interval
|
||||||
See https://mccteam.github.io/guide/chat-bots.html#script-scheduler for more info</value>
|
See https://mccteam.github.io/g/bots/#script-scheduler for more info</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="config.ChatBot.TelegramBridge" xml:space="preserve">
|
<data name="config.ChatBot.TelegramBridge" xml:space="preserve">
|
||||||
<value>This bot allows you to send and receive messages and commands via a Telegram Bot DM or to receive messages in a Telegram channel.
|
<value>This bot allows you to send and receive messages and commands via a Telegram Bot DM or to receive messages in a Telegram channel.
|
||||||
|
|
@ -1898,7 +1896,7 @@ To send a message, simply type it out and hit enter.</value>
|
||||||
<value>Message formats
|
<value>Message formats
|
||||||
Words wrapped with { and } are going to be replaced during the code execution, do not change them!
|
Words wrapped with { and } are going to be replaced during the code execution, do not change them!
|
||||||
For example. {message} is going to be replace with an actual message, {username} will be replaced with an username, {timestamp} with the current time.
|
For example. {message} is going to be replace with an actual message, {username} will be replaced with an username, {timestamp} with the current time.
|
||||||
For Telegram message formatting, check the following: https://sendpulse.com/blog/telegram-text-formatting</value>
|
For Telegram message formatting, check the following: https://mccteam.github.io/r/tg-fmt.html</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="config.ChatBot.TelegramBridge.MessageSendTimeout" xml:space="preserve">
|
<data name="config.ChatBot.TelegramBridge.MessageSendTimeout" xml:space="preserve">
|
||||||
<value>How long to wait (in seconds) if a message can not be sent to Telegram before canceling the task (minimum 1 second).</value>
|
<value>How long to wait (in seconds) if a message can not be sent to Telegram before canceling the task (minimum 1 second).</value>
|
||||||
|
|
@ -1908,7 +1906,7 @@ For Telegram message formatting, check the following: https://sendpulse.com/blog
|
||||||
</data>
|
</data>
|
||||||
<data name="config.ChatFormat" xml:space="preserve">
|
<data name="config.ChatFormat" xml:space="preserve">
|
||||||
<value>MCC does it best to detect chat messages, but some server have unusual chat formats
|
<value>MCC does it best to detect chat messages, but some server have unusual chat formats
|
||||||
When this happens, you'll need to configure chat format below, see https://mccteam.github.io/guide/configuration.html#chat-format</value>
|
When this happens, you'll need to configure chat format below, see https://mccteam.github.io/g/conf/#chat-format-section</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="config.ChatFormat.Builtins" xml:space="preserve">
|
<data name="config.ChatFormat.Builtins" xml:space="preserve">
|
||||||
<value>MCC support for common message formats. Set "false" to avoid conflicts with custom formats.</value>
|
<value>MCC support for common message formats. Set "false" to avoid conflicts with custom formats.</value>
|
||||||
|
|
@ -1920,7 +1918,7 @@ When this happens, you'll need to configure chat format below, see https://mccte
|
||||||
<value>Startup Config File
|
<value>Startup Config File
|
||||||
Please do not record extraneous data in this file as it will be overwritten by MCC.
|
Please do not record extraneous data in this file as it will be overwritten by MCC.
|
||||||
|
|
||||||
New to Minecraft Console Client? Check out this document: https://mccteam.github.io/guide/configuration.html
|
New to Minecraft Console Client? Check out this document: https://mccteam.github.io/g/conf.html
|
||||||
Want to upgrade to a newer version? See https://github.com/MCCTeam/Minecraft-Console-Client/#download</value>
|
Want to upgrade to a newer version? See https://github.com/MCCTeam/Minecraft-Console-Client/#download</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="config.load" xml:space="preserve">
|
<data name="config.load" xml:space="preserve">
|
||||||
|
|
@ -2003,7 +2001,7 @@ Usage examples: "/tell <mybot> reco Player2", "/connect <serverip> P
|
||||||
<value>Toggle inventory handling.</value>
|
<value>Toggle inventory handling.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="config.Main.Advanced.language" xml:space="preserve">
|
<data name="config.Main.Advanced.language" xml:space="preserve">
|
||||||
<value>Fill in with in-game locale code, check https://github.com/MCCTeam/Minecraft-Console-Client/discussions/2239</value>
|
<value>Fill in with in-game locale code, check https://mccteam.github.io/r/l-code.html</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="config.Main.Advanced.language.invaild" xml:space="preserve">
|
<data name="config.Main.Advanced.language.invaild" xml:space="preserve">
|
||||||
<value>The language code is invalid!</value>
|
<value>The language code is invalid!</value>
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ import { shikiPlugin } from '@vuepress/plugin-shiki'
|
||||||
import { defaultTheme } from '@vuepress/theme-default'
|
import { defaultTheme } from '@vuepress/theme-default'
|
||||||
import { getDirname, path } from '@vuepress/utils'
|
import { getDirname, path } from '@vuepress/utils'
|
||||||
import { searchPlugin } from "@vuepress/plugin-search";
|
import { searchPlugin } from "@vuepress/plugin-search";
|
||||||
|
import { redirectPlugin } from "vuepress-plugin-redirect";
|
||||||
|
|
||||||
import { headConfig } from './configs/head.js'
|
import { headConfig } from './configs/head.js'
|
||||||
import { mainConfig, defaultThemeConfig } from './configs/locales_config.js'
|
import { mainConfig, defaultThemeConfig } from './configs/locales_config.js'
|
||||||
|
|
@ -54,8 +55,32 @@ export default defineUserConfig({
|
||||||
|
|
||||||
// use plugins
|
// use plugins
|
||||||
plugins: [
|
plugins: [
|
||||||
|
redirectPlugin({
|
||||||
|
hostname: "https://mccteam.github.io",
|
||||||
|
config: {
|
||||||
|
"/r/entity.html": "https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Mapping/EntityType.cs",
|
||||||
|
"/r/entity/index.html": "https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Mapping/EntityType.cs",
|
||||||
|
|
||||||
|
"/r/item.html": "https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs",
|
||||||
|
"/r/item/index.html": "https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs",
|
||||||
|
|
||||||
|
"/r/block.html": "https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Mapping/Material.cs",
|
||||||
|
"/r/block/index.html": "https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Mapping/Material.cs",
|
||||||
|
|
||||||
|
"/r/l-code.html": "https://github.com/MCCTeam/Minecraft-Console-Client/discussions/2239#discussion-4447461",
|
||||||
|
"/r/l-code/index.html": "https://github.com/MCCTeam/Minecraft-Console-Client/discussions/2239#discussion-4447461",
|
||||||
|
|
||||||
|
"/r/dc-fmt.html": "https://www.writebots.com/discord-text-formatting/",
|
||||||
|
"/r/dc-fmt/index.html": "https://www.writebots.com/discord-text-formatting/",
|
||||||
|
|
||||||
|
"/r/tg-fmt.html": "https://sendpulse.com/blog/telegram-text-formatting",
|
||||||
|
"/r/tg-fmt/index.html": "https://sendpulse.com/blog/telegram-text-formatting",
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
|
||||||
// only enable shiki plugin in production mode
|
// only enable shiki plugin in production mode
|
||||||
isProd ? shikiPlugin({ theme: 'dark-plus' }) : [],
|
isProd ? shikiPlugin({ theme: 'dark-plus' }) : [],
|
||||||
|
|
||||||
searchPlugin({
|
searchPlugin({
|
||||||
maxSuggestions: 15,
|
maxSuggestions: 15,
|
||||||
hotKeys: ["s", "/"],
|
hotKeys: ["s", "/"],
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
title: "Home"
|
||||||
home: true
|
home: true
|
||||||
heroImage: /images/MCC_logo_with_edge.png
|
heroImage: /images/MCC_logo_with_edge.png
|
||||||
tagline: Minecraft Console Client (MCC) is a lightweight open-source Minecraft Java client implemented in C#
|
tagline: Minecraft Console Client (MCC) is a lightweight open-source Minecraft Java client implemented in C#
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
---
|
||||||
|
title: "About & Features"
|
||||||
|
---
|
||||||
# Introduction
|
# Introduction
|
||||||
|
|
||||||
- [About](#about)
|
- [About](#about)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
title: "Chat Bots"
|
||||||
|
redirectFrom: ["/g/bots/index.html", "/g/bots.html"]
|
||||||
|
---
|
||||||
# Chat Bots
|
# Chat Bots
|
||||||
|
|
||||||
- [About](#about)
|
- [About](#about)
|
||||||
|
|
@ -431,7 +435,7 @@
|
||||||
|
|
||||||
A list of mobs which are either whitelisted or blacklisted, the mode is set in `List_Mode` setting.
|
A list of mobs which are either whitelisted or blacklisted, the mode is set in `List_Mode` setting.
|
||||||
|
|
||||||
You can find the full list of mobs [here](https://bit.ly/3Rg68lp).
|
You can find the full list of mobs [here](https://mccteam.github.io/r/entity/#L15).
|
||||||
|
|
||||||
- **Format:** `["<entity type>", "<entity type>", ...]`
|
- **Format:** `["<entity type>", "<entity type>", ...]`
|
||||||
|
|
||||||
|
|
@ -616,7 +620,7 @@
|
||||||
|
|
||||||
**If you have a case where you have to leave some fields empty, use `"Null"` to mark them as empty. Example for stone bricks: `Slots = [ "Stone", "Stone", "Null", "Stone", "Stone", "Null", "Null", "Null", "Null", ]`**
|
**If you have a case where you have to leave some fields empty, use `"Null"` to mark them as empty. Example for stone bricks: `Slots = [ "Stone", "Stone", "Null", "Stone", "Stone", "Null", "Null", "Null", "Null", ]`**
|
||||||
|
|
||||||
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
**All item types can be found [here](https://mccteam.github.io/r/item/#L12).**
|
||||||
|
|
||||||
**Make sure to provide materials for your bot by placing them in inventory first.**
|
**Make sure to provide materials for your bot by placing them in inventory first.**
|
||||||
|
|
||||||
|
|
@ -792,7 +796,7 @@
|
||||||
|
|
||||||
This setting specifies the list of blocks which either should not should not be dug out.
|
This setting specifies the list of blocks which either should not should not be dug out.
|
||||||
|
|
||||||
**The list of block types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Mapping/Material.cs).**
|
**The list of block types can be found [here](https://mccteam.github.io/r/block/#L15).**
|
||||||
|
|
||||||
- **Format:** `[ "<block type>", "<block type>", ...]`
|
- **Format:** `[ "<block type>", "<block type>", ...]`
|
||||||
|
|
||||||
|
|
@ -862,7 +866,7 @@
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
**All item types can be found [here](https://mccteam.github.io/r/item/#L12).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
title: "Configuration"
|
||||||
|
redirectFrom: ["/g/conf/index.html", "/g/conf.html"]
|
||||||
|
---
|
||||||
# Configuration
|
# Configuration
|
||||||
|
|
||||||
**Minecraft Console Client** can be both configured by the [command line parameters](usage.md#command-line-parameters) and the configuration file.
|
**Minecraft Console Client** can be both configured by the [command line parameters](usage.md#command-line-parameters) and the configuration file.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
---
|
||||||
|
title: "Contributing"
|
||||||
|
---
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
At this moment this page needs to be created.
|
At this moment this page needs to be created.
|
||||||
|
|
@ -32,7 +35,7 @@ MCC now supports the following languages (Alphabetical order) :
|
||||||
* Translation `zh-Hans.ini` applies to `zh-Hans`, `zh`, `zh-CN`, `zh-SG`.
|
* Translation `zh-Hans.ini` applies to `zh-Hans`, `zh`, `zh-CN`, `zh-SG`.
|
||||||
|
|
||||||
3. Which game languages are recommended to use this translation?
|
3. Which game languages are recommended to use this translation?
|
||||||
* Check out the table in [this link](https://github.com/MCCTeam/Minecraft-Console-Client/discussions/2239), where the `Locale Code` column indicates the language code in minecraft.
|
* Check out the table in [this link](https://mccteam.github.io/r/l-code/), where the `Locale Code` column indicates the language code in minecraft.
|
||||||
* You will need to indicate which locale codes this translation applies to.
|
* You will need to indicate which locale codes this translation applies to.
|
||||||
* For example:
|
* For example:
|
||||||
* Translation `fr.ini` applies to `fr_ca`, `fr_fr`.
|
* Translation `fr.ini` applies to `fr_ca`, `fr_fr`.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
---
|
||||||
|
title: "Creating Chat Bots"
|
||||||
|
---
|
||||||
# Creating Chat Bots
|
# Creating Chat Bots
|
||||||
|
|
||||||
- [Notes](#notes)
|
- [Notes](#notes)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
---
|
||||||
|
title: "Installation"
|
||||||
|
---
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
- [YouTube Tutorials](#youtube-tutorials)
|
- [YouTube Tutorials](#youtube-tutorials)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
---
|
||||||
|
title: "Usage"
|
||||||
|
---
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
How to run the program:
|
How to run the program:
|
||||||
|
|
@ -350,7 +353,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
**All item types can be found [here](https://mccteam.github.io/r/item/#L12).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -388,7 +391,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**All entity types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Mapping/EntityType.cs).**
|
**All entity types can be found [here](https://mccteam.github.io/r/entity/#L15).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -954,7 +957,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**To find item types, check out [this list](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs)**
|
**To find item types, check out [this list](https://mccteam.github.io/r/item/#L12)**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -1028,7 +1031,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**To find item types, check out [this list](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs)**
|
**To find item types, check out [this list](https://mccteam.github.io/r/item/#L12)**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,12 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vuepress/bundler-webpack": "^2.0.0-beta.53",
|
"@vuepress/bundler-webpack": "^2.0.0-beta.53",
|
||||||
"@vuepress/plugin-shiki": "^2.0.0-beta.53",
|
|
||||||
"@vuepress/plugin-search": "^2.0.0-beta.53",
|
"@vuepress/plugin-search": "^2.0.0-beta.53",
|
||||||
"vuepress": "^2.0.0-beta.53"
|
"@vuepress/plugin-shiki": "^2.0.0-beta.53",
|
||||||
|
"vuepress": "^2.0.0-beta.53",
|
||||||
|
"vuepress-plugin-redirect": "^2.0.0-beta.120"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"anywhere": "^1.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
690
docs/yarn.lock
690
docs/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue