Sync world file with latest MUSHclient auto-save (keypad/plugin order state)

This commit is contained in:
OlegTheSnowman
2026-07-11 00:54:01 +03:00
parent ac4a0235e2
commit 20320685e2

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE muclient> <!DOCTYPE muclient>
<!-- Saved on Friday, July 10, 2026, 11:31 PM --> <!-- Saved on Saturday, July 11, 2026, 12:48 AM -->
<!-- MuClient version 5.06 --> <!-- MuClient version 5.06 -->
<!-- Written by Nick Gammon --> <!-- Written by Nick Gammon -->
<!-- Home Page: http://www.mushclient.com/ --> <!-- Home Page: http://www.mushclient.com/ -->
@@ -8,7 +8,7 @@
<world <world
muclient_version="5.06" muclient_version="5.06"
world_file_version="15" world_file_version="15"
date_saved="2026-07-10 23:31:00" date_saved="2026-07-11 00:48:33"
auto_say_override_prefix="-" auto_say_override_prefix="-"
auto_say_string="say " auto_say_string="say "
@@ -60,7 +60,6 @@
input_font_height="9" input_font_height="9"
input_font_weight="400" input_font_weight="400"
input_text_colour="black" input_text_colour="black"
keypad_enable="y"
log_output="y" log_output="y"
max_output_lines="5000" max_output_lines="5000"
mud_can_change_link_colour="y" mud_can_change_link_colour="y"
@@ -111,7 +110,7 @@
<triggers <triggers
muclient_version="5.06" muclient_version="5.06"
world_file_version="15" world_file_version="15"
date_saved="2026-07-10 23:31:00" date_saved="2026-07-11 00:48:33"
> >
<trigger <trigger
enabled="y" enabled="y"
@@ -131,7 +130,7 @@
<aliases <aliases
muclient_version="5.06" muclient_version="5.06"
world_file_version="15" world_file_version="15"
date_saved="2026-07-10 23:31:00" date_saved="2026-07-11 00:48:33"
> >
</aliases> </aliases>
@@ -140,7 +139,7 @@
<timers <timers
muclient_version="5.06" muclient_version="5.06"
world_file_version="15" world_file_version="15"
date_saved="2026-07-10 23:31:00" date_saved="2026-07-11 00:48:33"
> >
</timers> </timers>
@@ -149,7 +148,7 @@
<macros <macros
muclient_version="5.06" muclient_version="5.06"
world_file_version="15" world_file_version="15"
date_saved="2026-07-10 23:31:00" date_saved="2026-07-11 00:48:33"
> >
<macro name="up" type="send_now" > <macro name="up" type="send_now" >
@@ -243,7 +242,7 @@
<variables <variables
muclient_version="5.06" muclient_version="5.06"
world_file_version="15" world_file_version="15"
date_saved="2026-07-10 23:31:00" date_saved="2026-07-11 00:48:33"
> >
</variables> </variables>
@@ -252,7 +251,7 @@
<colours <colours
muclient_version="5.06" muclient_version="5.06"
world_file_version="15" world_file_version="15"
date_saved="2026-07-10 23:31:00" date_saved="2026-07-11 00:48:33"
> >
<ansi> <ansi>
@@ -309,13 +308,9 @@
<keypad <keypad
muclient_version="5.06" muclient_version="5.06"
world_file_version="15" world_file_version="15"
date_saved="2026-07-10 23:31:00" date_saved="2026-07-11 00:48:33"
> >
<!-- Numbers, *, -, and + are handled by NumpadMovement.xml (Accelerator-
based, toggleable with Alt+Enter) rather than here, so the two
systems can't double-send. Left blank rather than removed so the
keypad dialog still shows the full grid. -->
<key name="0" > <key name="0" >
</key> </key>
@@ -347,11 +342,9 @@
</key> </key>
<key name="." > <key name="." >
<send>hide</send>
</key> </key>
<key name="/" > <key name="/" >
<send>inventory</send>
</key> </key>
<key name="*" > <key name="*" >
@@ -414,7 +407,7 @@
<printing <printing
muclient_version="5.06" muclient_version="5.06"
world_file_version="15" world_file_version="15"
date_saved="2026-07-10 23:31:00" date_saved="2026-07-11 00:48:33"
> >
<ansi> <ansi>
@@ -443,12 +436,12 @@
<include name="Copy_Output.xml" plugin="y" /> <include name="Copy_Output.xml" plugin="y" />
<include name="direction_plugin.xml" plugin="y" /> <include name="direction_plugin.xml" plugin="y" />
<include name="MushReader.xml" plugin="y" /> <include name="MushReader.xml" plugin="y" />
<include name="output_functions.xml" plugin="y" />
<include name="Omit_Blank_Lines.xml" plugin="y" /> <include name="Omit_Blank_Lines.xml" plugin="y" />
<include name="Reconnecter.xml" plugin="y" /> <include name="Reconnecter.xml" plugin="y" />
<include name="Repeat_Command.xml" plugin="y" /> <include name="Repeat_Command.xml" plugin="y" />
<include name="GagManager.xml" plugin="y" /> <include name="GagManager.xml" plugin="y" />
<include name="NumpadMovement.xml" plugin="y" /> <include name="NumpadMovement.xml" plugin="y" />
<include name="output_functions.xml" plugin="y" />
<include name="LuaAudio.xml" plugin="y" /> <include name="LuaAudio.xml" plugin="y" />
<include name="CosmicRage.xml" plugin="y" /> <include name="CosmicRage.xml" plugin="y" />
</muclient> </muclient>