<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Kotlin LiquidBounce Next-Gen bb70b56 支持JavaScript吗？]]></title><description><![CDATA[<p dir="auto">路径：Liquidbounce_1.18.1.minecraft\LiquidBounce\scripts<br />
我按照 <a href="https://liquidbounce.net/docs/ScriptAPI" target="_blank" rel="noopener noreferrer nofollow ugc">https://liquidbounce.net/docs/ScriptAPI</a> 编写的 Javascript 脚本</p>
<p dir="auto">==English==</p>
<p dir="auto">Kotlin Version LiquidBounce Next-Gen (Minecraft 1.18.1) github bb70b56 whether or not supported JavaScript File?<br />
.minecraft\LiquidBounce\scripts***.js</p>
<pre><code>/// api_version=2
var script = registerScript(
    {
        name: "AutoLake",
        version: "1.0.0",
        authors: ["none"]
    }
);
script.registerModule(
    {
        name: 'AutoLake',
        category: 'Fun',
        description: 'Strong Spammer'
    }, function (module) {
        module.on(
            'enable', function () {
                Chat.print('AutoLake模块启动');
            }
        );
        module.on(
            'disable', function () {
                Chat.print('AutoLake模块关闭');
            }
        );
        module.on(
            'update', function () {
                Chat.print('AutoLake模块更改？');
            }
        );
    }
);
</code></pre>
<pre><code>/// api_version=2
var script = registerScript({
    name: "MyScript",
    version: "1.0.0",
    authors: ["My Name"]
});

script.registerModule({
    name: "MyModule",
    category: "Misc", 
    description: "An example module created with LiquidBounce's script API."
}, function (module) {
    module.on("enable", function() {
        Chat.print("Module enabled");
    });
});
</code></pre>
<p dir="auto">还有这个人做的脚本，和以上我编的/官方教程编好的，都不能用 <a href="https://forums.ccbluex.net/topic/1849/%E6%9D%B0%E5%93%A5%E4%B8%8D%E8%A6%81%E8%87%AA%E5%8A%A8%E5%88%B7%E5%B1%8F" target="_blank" rel="noopener noreferrer nofollow ugc">https://forums.ccbluex.net/topic/1849/杰哥不要自动刷屏</a></p>
<p dir="auto">当我使用Liquidbounce 1.8.9 时，就可以使用</p>
]]></description><link>https://forum.liquidbounce.net/topic/3690/kotlin-liquidbounce-next-gen-bb70b56-支持javascript吗</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 15:45:19 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/3690.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 27 Feb 2022 07:12:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Kotlin LiquidBounce Next-Gen bb70b56 支持JavaScript吗？ on Sun, 27 Feb 2022 11:06:24 GMT]]></title><description><![CDATA[<p dir="auto">This is not how scripts should be made in LiquidBounce Nextgen.</p>
]]></description><link>https://forum.liquidbounce.net/post/28910</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/28910</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 27 Feb 2022 11:06:24 GMT</pubDate></item><item><title><![CDATA[Reply to Kotlin LiquidBounce Next-Gen bb70b56 支持JavaScript吗？ on Sun, 27 Feb 2022 08:55:23 GMT]]></title><description><![CDATA[<p dir="auto">@extractedgold And the script support will be released in the future, but will not support old 1.8.9 scripts</p>
]]></description><link>https://forum.liquidbounce.net/post/28909</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/28909</guid><dc:creator><![CDATA[Ali00035]]></dc:creator><pubDate>Sun, 27 Feb 2022 08:55:23 GMT</pubDate></item><item><title><![CDATA[Reply to Kotlin LiquidBounce Next-Gen bb70b56 支持JavaScript吗？ on Sun, 27 Feb 2022 08:54:03 GMT]]></title><description><![CDATA[<p dir="auto">@ali-ccfakex-0 Thank you very much.</p>
]]></description><link>https://forum.liquidbounce.net/post/28908</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/28908</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 27 Feb 2022 08:54:03 GMT</pubDate></item><item><title><![CDATA[Reply to Kotlin LiquidBounce Next-Gen bb70b56 支持JavaScript吗？ on Sun, 27 Feb 2022 08:08:43 GMT]]></title><description><![CDATA[<p dir="auto">@extractedgold LB Nextgen doesn't support scripts for now</p>
]]></description><link>https://forum.liquidbounce.net/post/28907</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/28907</guid><dc:creator><![CDATA[Ali00035]]></dc:creator><pubDate>Sun, 27 Feb 2022 08:08:43 GMT</pubDate></item></channel></rss>