AnimatedScoreboard icon

AnimatedScoreboard -----

An animated and anti-flicker scoreboard plugin with 1500+ placeholders, effects and eventtriggers



Version 0.2.7 - v0.2.6 but better
Version 0.2.7:
  • Fix NPE when loading the plugin on a server that had triggers disabled
Version 0.2.6:
  • This update adds full support for Minecraft 1.19
  • Introduces two additional scoreboard syntaxes for an easier set up process (more on that later)
  • Fixed group permission updates not causing a scoreboard change when using LuckPerms
  • Fixed scores always starting with 16 if no score was defined
  • Fix disconnect if more than 15 board lines were created
  • Fix error when hex colors were used in the scroll tag
  • Fixed couple of errors that could happen when using the API
  • Fixed rare exception when someone logged off before the scoreboard finished ticking
Additional scoreboard syntax:
Instead of the elaborate scoreboard syntax that has been part of ASB since the beginning, two additional formats are introduced this update to make it easier to set up certain types of scoreboards.

We will set up the following scoreboard with all three formats that are now supported by ASB:
[​IMG]

The old format remains unchanged and is still usable like normal. As a reference we have provided the configuration set up that yields the scoreboard above.
Code (YAML):
display:
    title
:
      text
:
     - '&lAnimatedScoreboard'
      random
: false
      interval
: 2
    line-1
:
      text
:
     - ''
      random
: false #optional
      interval
: 1
      score
: 6 #optional
    line-2
:
      text
:
     - 'Welcome to example.com!'
      interval
: 1
    line-3
:
      text
:
     - ''
      interval
: 1
    line-4
:
      text
:
      - 'Balance
: &a$%vault_eco_balance_formatted%'
      interval
: 1
    line-5
:
      text
:
      - 'Online players
: &a%server_online%'
      interval
: 1
    line-6
:
      text
:
     - ''
      interval
: 1
    line-7
:
      text
:
     - '&eplay.example.com'
      interval
: 1

Compact list syntax:
Usefull if you only want to have static lines with placeholders. With this you only have to create a single list that contains at most 16 lines: 1 title and up to 15 board lines. Each line that has a placeholder is updated 20 times a second.

To get the scoreboard from above using this syntax you need to have the following configuration setup:
Code (YAML):
#The first line is the title, the rest after that is the board that is display in game
display
:
- '&lAnimatedScoreboard'
- ''
- 'Welcome to example.com!'
- ''
- 'Balance
: &a$%vault_eco_balance_formatted%'
- 'Online players
: &a%server_online%'
- ''
- '&eplay.example.com'
 
Title separated lists:
This syntax gives a bit more freedom than the previous syntax as it has a separate list for the title. This means that the title can have some animations if that is desired. The title can have it's own update interval but all other lines that have placeholders are updated 20 times a second.

To achieve the example scoreboard with this syntax we have to create the following scoreboard file:
Code (YAML):
display :
  # The update interval for the title in ticks
  title-interval
: 2
  # The title lines
  title
:
 - "&lAnimatedScoreboard"
  # The board lines
  board
:
 - ''
  - 'Welcome to example.com!'
  - ''
  - 'Balance
: &a$%vault_eco_balance_formatted%'
  - 'Online players
: &a%server_online%'
  - ''
  - '&eplay.example.com'
 
----------, Jun 8, 2022
Resource Information
Author:
----------
Total Downloads: 458,388
First Release: Mar 28, 2016
Last Update: Jun 13, 2024
Category: ---------------
All-Time Rating:
188 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings