-
Notifications
You must be signed in to change notification settings - Fork 444
Replies: 1 comment · 2 replies
-
|
Post your config. |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
` 【Delete Some Default Configuration】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/g/conf.htmlWant to upgrade to a newer version? See https://github.com/MCCTeam/Minecraft-Console-Client/#download[Head] [Main] Make sure you understand what each setting does before changing anything![Main.Advanced] AccountList: It allows a fast account switching without directly using the credentialsUsage examples: "/tell reco Player2", "/connect Player1"[Main.Advanced.AccountList] ServerList: It allows an easier and faster server switching with short aliases instead of full server IPAliases cannot contain dots or spaces, and the name "localhost" cannot be used as an alias.Usage examples: "/tell connect Server1", "/connect Server2"[Main.Advanced.ServerList] Chat signature related settings (affects minecraft 1.19+)[Signature] This setting affects only the messages in the console.[Logging] [Console] The settings for command completion suggestions.Custom colors are only available when using "vt100_24bit" color mode.[Console.CommandSuggestion] [AppVar] can be used in some other fields as %yourvar%%username% and %serverip% are reserved variables.[AppVar.VarStirng] Connect to a server via a proxy instead of connecting directlyIf Mojang session services are blocked on your network, set Enabled_Login=true to login using proxy.If the connection to the Minecraft game server is blocked by the firewall, set Enabled_Ingame=true to use a proxy to connect to the game server./!\ Make sure your server rules allow Proxies or VPNs before setting enabled=true, or you may face consequences![Proxy] Settings below are sent to the server and only affect server-side things like your skin.[MCSettings] MCC does it best to detect chat messages, but some server have unusual chat formatsWhen this happens, you'll need to configure chat format below, see https://mccteam.github.io/g/conf/#chat-format-section[ChatFormat] ===============================Minecraft Console Client Bots===============================[ChatBot] Get alerted when specified words are detected in chatUseful for moderating your server or detecting when someone is talking to you[ChatBot.Alerts] List of words/strings to alert you on.Matches = [ "Yourname", " whispers ", "-> me", "admin", ".com", ] List of words/strings to NOT alert you on.Excludes = [ "myserver.com", "Yourname>:", "Player Yourname", "Yourname joined", "Yourname left", "[Lockette] (Admin)", " Yourname:", "Yourname is", ] Automatically drop items in inventoryYou need to enable Inventory Handling to use this botSee this file for an up-to-date list of item types you can use with this bot: https://mccteam.github.io/r/item/#L12[ChatBot.AutoDrop] Automatically eat food when your Hunger value is lowYou need to enable Inventory Handling to use this bot[ChatBot.AutoEat] Automatically relog when disconnected by server, for example because the server is restating/!\ Use Ignore_Kick_Message=true at own risk! Server staff might not appreciate if you auto-relog on manual kicks[ChatBot.AutoRelog] If the kickout message matches any of the strings, then autorelog will be triggered.Kick_Messages = [ "connection has been lost", "server is restarting", "server is full", "too many people", ] Run commands or send messages automatically when a specified pattern is detected in chatServer admins can spoof chat messages (/nick, /tellraw) so keep this in mind when implementing AutoRespond rules/!\ This bot may get spammy depending on your rules, although the global messagecooldown setting can help you avoiding accidental spam[ChatBot.AutoRespond] Logs chat messages in a file on disk.[ChatBot.ChatLog] Enabled you to make the bot follow youNOTE: This is an experimental feature, the bot can be slow at times, you need to walk with a normal speed and to sometimes stop for it to be able to keep up with youIt's similar to making animals follow you when you're holding food in your hand.This is due to a slow pathfinding algorithm, we're working on getting a better oneYou can tweak the update limit and find what works best for you. (NOTE: Do not but a very low one, because you might achieve the opposite,this might clog the thread for terain handling) and thus slow the bot even more./!\ Make sure server rules allow an option like this in the rules of the server before using this bot[ChatBot.FollowPlayer] Relay messages between players and servers, like a mail pluginThis bot can store messages when the recipients are offline, and send them when they join the server/!\ Server admins can spoof PMs (/tellraw, /nick) so enable this bot only if you trust server admins[ChatBot.Mailer] Allows you to render maps in the console and into images (which can be then sent to Discord using Discord Bridge Chat Bot)This is useful for solving captchas which use mapsThe maps are rendered into Rendered_Maps folder if the Save_To_File is enabled.NOTE:If some servers have a very short time for solving captchas, enabe Auto_Render_On_Update to see them immediatelly in the console./!\ Make sure server rules allow bots to be used on the server, or you risk being punished.[ChatBot.Map] Send a rendered map (saved to a file) to a Discord or a Telegram channel via the Discord or Telegram Bride chat bot (The Discord/Telegram Bridge chat bot must be enabled and configured!)You need to enable Save_To_File in order for this to work.We also recommend turning on resizing.Send_Rendered_To_Discord = false Log the list of players periodically into a textual file.[ChatBot.PlayerListLogger] Send MCC console commands to your bot through server PMs (/tell)You need to have ChatFormat working correctly and add yourself in botowners to use the bot/!\ Server admins can spoof PMs (/tellraw, /nick) so enable RemoteControl only if you trust server admins[ChatBot.RemoteControl] Enable recording of the game (/replay start) and replay it later using the Replay Mod (https://www.replaymod.com/)Please note that due to technical limitations, the client player (you) will not be shown in the replay file/!\ You SHOULD use /replay stop or exit the program gracefully with /quit OR THE REPLAY FILE MAY GET CORRUPT![ChatBot.ReplayCapture] ` |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Is there no solution? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I finally configured the chat's regular check statement (actually I'm not sure if it's normal, but the bot responded to me, so I assume it's configured correctly), when I use/tell to send any content to the bot, it will only reply to me NotRun, in the form of private chat.
My MCC configuration file has opened [RemoteControl], and [Owner] has also configured its own username. When I open the debug of the console, what I see is this:
[Ticysis] -> [You] ?
[MCC] [RemoteControl] Sending '/tell Ticysis NotRun'
[You] -> [Ticysis] NotRun
What should I do in this case, I didn't find similar issues or discussions
Beta Was this translation helpful? Give feedback.
All reactions