Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. ScriptAPI
  3. How to add Tags in Script API v2

How to add Tags in Script API v2

Scheduled Pinned Locked Moved ScriptAPI
7 Posts 6 Posters 874 Views
  • 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.
  • F Offline
    F Offline
    floof
    wrote on last edited by
    #1

    Question: How to add tags like If you're using a module that is using modes like "Fly, Fly2, Fly3" How to make it show a Tag of the current mode you're on.

    Example:
    Screenshot 2021-01-27 111548.png
    When you switch to Killaura Switch / Multi It will show multi on the tag.
    How to do it in scripts.

    [Sorry I didn't know how else to put it]

    1 Reply Last reply
    0
    • kawaiinekololisK Offline
      kawaiinekololisK Offline
      kawaiinekololis
      Admin
      wrote on last edited by
      #2

      https://liquidbounce.net/docs/ScriptAPI/Creating Modules/Overview

      script.registerModule({
          name: "TestModule",
          category: "Misc",
          description: "This module is using LiquidBounce's ScriptAPI.",
          tag: "hello floof",
          settings: {
              myBooleanSetting: Setting.boolean({
                  name: "MyBooleanSetting",
                  default: false
              })
          }
      }, function(module) {
      
      });
      

      Overwrite the module tag
      It is possible to overwrite the module tag even after registration. This is especially useful if it should indicate the mode of the module. This is done as follows.

      module.tag = "NewTag";
      
      ? 2 Replies Last reply
      0
      • kawaiinekololisK kawaiinekololis

        https://liquidbounce.net/docs/ScriptAPI/Creating Modules/Overview

        script.registerModule({
            name: "TestModule",
            category: "Misc",
            description: "This module is using LiquidBounce's ScriptAPI.",
            tag: "hello floof",
            settings: {
                myBooleanSetting: Setting.boolean({
                    name: "MyBooleanSetting",
                    default: false
                })
            }
        }, function(module) {
        
        });
        

        Overwrite the module tag
        It is possible to overwrite the module tag even after registration. This is especially useful if it should indicate the mode of the module. This is done as follows.

        module.tag = "NewTag";
        
        ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        @kawaiinekololis ADMIN WOW

        ? 1 Reply Last reply
        0
        • kawaiinekololisK kawaiinekololis

          https://liquidbounce.net/docs/ScriptAPI/Creating Modules/Overview

          script.registerModule({
              name: "TestModule",
              category: "Misc",
              description: "This module is using LiquidBounce's ScriptAPI.",
              tag: "hello floof",
              settings: {
                  myBooleanSetting: Setting.boolean({
                      name: "MyBooleanSetting",
                      default: false
                  })
              }
          }, function(module) {
          
          });
          

          Overwrite the module tag
          It is possible to overwrite the module tag even after registration. This is especially useful if it should indicate the mode of the module. This is done as follows.

          module.tag = "NewTag";
          
          ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #4

          @kawaiinekololis how to change aim (foot, head, center) to killaura liquid bounce (IntelliJ idea)

          kawaiinekololisK 1 Reply Last reply
          0
          • ? A Former User

            @kawaiinekololis how to change aim (foot, head, center) to killaura liquid bounce (IntelliJ idea)

            kawaiinekololisK Offline
            kawaiinekololisK Offline
            kawaiinekololis
            Admin
            wrote on last edited by
            #5

            @neverside https://forums.ccbluex.net/topic/1264/how-to-change-aim-foot-head-center-to-killaura-liquid-bounce-intellij-idea

            1 Reply Last reply
            0
            • ? A Former User

              @kawaiinekololis ADMIN WOW

              ? Offline
              ? Offline
              A Former User
              wrote on last edited by
              #6

              @neverside said in How to add Tags in Script API v2:

              @kawaiinekololis ADMIN WOW

              owner actually

              1 Reply Last reply
              0
              • skiddermaster412S Offline
                skiddermaster412S Offline
                skiddermaster412
                wrote on last edited by
                #7
                This post is deleted!
                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                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
                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups