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.

Featured Addon Skore - The scoreboard addon. 2.0.5

A Skript addon dedicated to perfecting scoreboards with packets. Unlimited length and hex colours

  1. Added support for hex colours!

    LimeGlass
    - Added support for minecraft/skript hex colours.

    Example:
    Code (Text):
    1. set slot 15 of skoreboard player to "<##c3808a>&l%difference between now and {_now}%"
    More information about hex colours at https://docs.skriptlang.org/text.html
  2. Less flicker

    LimeGlass
    Updated some packets to handle the newer methods. There is practically zero flickering when updating the title and slots at the same time. All done async to avoid slowing down your server.
    I want to try and look into undername scoreboards and add that to this addon, so potentially stay tuned.

    This version will only work in 2.6.1 and 1.17+ with Java 17. Use 2.0.2 for other versions.
  3. Skript 2.6.1 and MC 1.17+ support

    LimeGlass
    This version will only work in 2.6.1 and 1.17+ with Java 17. Use 2.0.2 for other versions.
  4. Skript 2.6.1 and MC 1.17+ support

    LimeGlass
    This version will only work in 2.6.1 and 1.17+ with Java 17.
  5. 1.17 and 1.18 support

    LimeGlass
    Added 1.17 and 1.18 support.

    Skore will now be separated into two versions. Java 17 and Java 11. The Java 17 versions is for 1.18+ mc and the Java 11 is for other versions. Both included in a ZIP.

    Skore now runs autonomously on the github, so when a version or library Skore uses gets updated. The GitHub will automatically get updated and publish a nightly build. You can grab a 1.18.2+ version of Skore if Mojang decides to do that at https://github.com/TheLimeGlass/Skore/actions...
  6. Unlimited score length!

    LimeGlass


    - Added the ability to now set the slot value to any length.
    - Added a configuration option to make Skore stay at the 144 character score limit if for some reason you don't want unlimited score length.


    - Fixed a bug where exact lines of the same colour, text, and/or length would not work.
    - Fixed a bug where the slot could be set greater than 15 causing a critical error.
    - Fixed a bug where not all 15 slots were...
  7. BETA - REMOVED TITLEMANAGER

    LimeGlass
    This is for 1.13+ only, 1.8 will continue using TitleManager. You can download versions that require TitleManager for 1.8 at https://forums.skunity.com/resources/skore-the-scoreboard-addon.617/history any 1.0.X series will work.

    Due to the lack of updates and the current issue with TitleManager not working in 1.16. I have made this experimental version of Skore. It does not require TitleManager. It will now require ProtocolLib...
    Govindas likes this.
  8. Bug fix

    LimeGlass
    Fixed a bug where if a user input a number value that wasn't between 1 and 15, TitleManager would error. Skript now errors and tells the user the line of which the index was used improper.
  9. Updated to latest TitleManager

    LimeGlass
    Added a new syntax
    Code (Text):
    1. (1¦(create|set[up])|2¦(remove|reset|delete)) title[ ]manager default scoreboard (for|to|of) %players%
    This will enable or remove the default scoreboard of TitleManager. The default scoreboard refers to the config setup of the scoreboard.

    This version only works with 2.2.0 and up of TitleManager.

    You can now use animation names and scripts in the string of the set line syntax.
    Govindas likes this.
  10. Update to latest TitleManager

    LimeGlass
    Updated to latest TitleManager 2.1.6
    Govindas likes this.