1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Deprecated Addon ScoreboardTags 1.0.0

A Skript addon dedicated to scoreboard tags.

  1. LimeGlass
    Supported Minecraft Versions:
    • 1.12
    ScoreboardTags - By LimeGlass

    Source: https://github.com/TheLimeGlass/ScoreboardTags


    An addon for scoreboard tags, scoreboard tags are basically like data that you can add to entities that persists after a restart and/or when a player leaves.

    All of the syntaxes for this addon are generated in a Syntax.yml with information on it, a disabler for each syntax and if it supports what changers.

    Example script:
    Code (Skript):
    1.  
    2. on join:
    3.    if player doesn't have any scoreboard tags:
    4.        broadcast "test1"
    5.        add "testing" to scoreboard tags of player
    6.        if player has any scoreboard tags:
    7.            broadcast "test2"
    8.            if player has scoreboard tag "testing":
    9.                broadcast "test3"
    10.  

    Syntax:

    Code (Skript):
    1.  
    2. Syntax:
    3.   Conditions:
    4.    CondHasScoreboardTag:
    5.      enabled: true
    6.      description: Check if the entity has any scoreboard tags.
    7.      syntax:
    8.      - '%entity% (1¦has|2¦does(n''t| not) have) ([a[ny]]|%-strings%) scoreboard tag[s]'
    9.      - '%entity% (1¦has|2¦does(n''t| not) have) scoreboard tag[s] %strings%'
    10.   PropertyExpressions:
    11.    ExprScoreboardTags:
    12.      enabled: true
    13.      changers: All changers
    14.      description: Returns or changes the scoreboard tags of the entities.
    15.      syntax:
    16.      - '[(all [[of] the]|the)] scoreboard tag[s] (of|from|in) [(entity|entities)] %entities%'
    17.  
    If you have any suggestions that I should add. Please use the discussion page to notify me about them. If you need any help with this addon as well you can pm me or use the discussion of this resource, Thanks.

    Enjoy!
    Govindas and Uzumaki like this.