<?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[How to delete categories?]]></title><description><![CDATA[<p dir="auto">how do i delete categories from liquid bounce ?</p>
]]></description><link>https://forum.liquidbounce.net/topic/1756/how-to-delete-categories</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 10:52:41 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/1756.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 30 Mar 2021 16:30:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to delete categories? on Tue, 19 Oct 2021 15:30:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/senk-ju" aria-label="Profile: senk-ju">@<bdi>senk-ju</bdi></a> thanks</p>
]]></description><link>https://forum.liquidbounce.net/post/26276</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/26276</guid><dc:creator><![CDATA[END3R1355]]></dc:creator><pubDate>Tue, 19 Oct 2021 15:30:08 GMT</pubDate></item><item><title><![CDATA[Reply to How to delete categories? on Wed, 31 Mar 2021 08:48:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/senk-ju" aria-label="Profile: senk-ju">@<bdi>senk-ju</bdi></a> Thanks it worked!</p>
]]></description><link>https://forum.liquidbounce.net/post/13541</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/13541</guid><dc:creator><![CDATA[Plumer Man]]></dc:creator><pubDate>Wed, 31 Mar 2021 08:48:28 GMT</pubDate></item><item><title><![CDATA[Reply to How to delete categories? on Tue, 30 Mar 2021 20:35:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plumer-man" aria-label="Profile: plumer-man">@<bdi>plumer-man</bdi></a> Why would you want to delete a category? If you simply want to hide it from the clickgui, you can open <code>clickgui.json</code> (inside the LiquidBounce directory) in a text editor and set <code>visible</code> to <code>false</code> for any category you want to hide.</p>
<p dir="auto"><img src="/assets/uploads/files/1617136498500-2021-03-30_22-34-32_code.png" alt="2021-03-30_22-34-32_Code.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.liquidbounce.net/post/13522</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/13522</guid><dc:creator><![CDATA[Senk Ju]]></dc:creator><pubDate>Tue, 30 Mar 2021 20:35:04 GMT</pubDate></item><item><title><![CDATA[Reply to How to delete categories? on Tue, 30 Mar 2021 19:09:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/czechhek" aria-label="Profile: czechhek">@<bdi>czechhek</bdi></a> Do i just put that into a js file and put it in the scripts folder?<br />
Im not really good at programming or how liquid bounce works.</p>
]]></description><link>https://forum.liquidbounce.net/post/13514</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/13514</guid><dc:creator><![CDATA[Plumer Man]]></dc:creator><pubDate>Tue, 30 Mar 2021 19:09:34 GMT</pubDate></item><item><title><![CDATA[Reply to How to delete categories? on Tue, 30 Mar 2021 18:29:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plumer-man" aria-label="Profile: plumer-man">@<bdi>plumer-man</bdi></a><br />
With Core you can simply do<br />
<code>_categories.remove("name");</code></p>
<p dir="auto">It is using Core's editable enum util. To edit other enums you can do</p>
<pre><code>editable = new EditableEnum(target);
editable.add("name");
editable.remove("name");
editable.get()
editable.values()
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/13512</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/13512</guid><dc:creator><![CDATA[CzechHek]]></dc:creator><pubDate>Tue, 30 Mar 2021 18:29:14 GMT</pubDate></item></channel></rss>