mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Added extra config to the WebSocket bot AllowIpAlias, which allows enabling of any IP to be used to host the WebSocket bot from
This commit is contained in:
parent
fd1009b43f
commit
1f4db70f8a
4 changed files with 2020 additions and 1993 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -843,6 +843,9 @@ If the connection to the Minecraft game server is blocked by the firewall, set E
|
|||
<data name="ChatBot.WebSocketBot.DebugMode" xml:space="preserve">
|
||||
<value>This setting is for developers who are developing a library that uses this chat bot to remotely execute procedures/commands/functions.</value>
|
||||
</data>
|
||||
<data name="ChatBot.WebSocketBot.AllowIpAlias" xml:space="preserve">
|
||||
<value>Allow IP aliases, such as "localhost" or if using containers then the container name can be used...</value>
|
||||
</data>
|
||||
<data name="Main.Advanced.ignore_invalid_playername" xml:space="preserve">
|
||||
<value>Ignore invalid player name</value>
|
||||
</data>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue