CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Solved How to delete categories?

    General
    4
    6
    174
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Plumer Man
      Plumer Man last edited by

      how do i delete categories from liquid bounce ?

      CzechHek 1 Reply Last reply Reply Quote 0
      • CzechHek
        CzechHek @Plumer Man last edited by

        @plumer-man
        With Core you can simply do
        _categories.remove("name");

        It is using Core's editable enum util. To edit other enums you can do

        editable = new EditableEnum(target);
        editable.add("name");
        editable.remove("name");
        editable.get()
        editable.values()
        
        Plumer Man 1 Reply Last reply Reply Quote 0
        • Plumer Man
          Plumer Man @CzechHek last edited by

          @czechhek Do i just put that into a js file and put it in the scripts folder?
          Im not really good at programming or how liquid bounce works.

          Senk Ju 1 Reply Last reply Reply Quote 0
          • Senk Ju
            Senk Ju Admin @Plumer Man last edited by

            @plumer-man Why would you want to delete a category? If you simply want to hide it from the clickgui, you can open clickgui.json (inside the LiquidBounce directory) in a text editor and set visible to false for any category you want to hide.

            2021-03-30_22-34-32_Code.png

            Plumer Man END3R1355 2 Replies Last reply Reply Quote 2
            • Plumer Man
              Plumer Man @Senk Ju last edited by

              @senk-ju Thanks it worked!

              1 Reply Last reply Reply Quote 0
              • END3R1355
                END3R1355 Banned @Senk Ju last edited by

                @senk-ju thanks

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                About
                • Terms of Service
                • Privacy Policy
                • Status
                • Contact Us
                Downloads
                • Releases
                • Source code
                • License
                Docs
                • Tutorials
                • CustomHUD
                • AutoSettings
                • ScriptAPI
                Community
                • Forum
                • Guilded
                • YouTube
                • Twitter
                • D.Tube