> For the complete documentation index, see [llms.txt](https://itemsadder.devs.beer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://itemsadder.devs.beer/compatibility-with-other-plugins/compatible/scoreboard.md).

# Scoreboard-revision

## ​[Download here](https://www.spigotmc.org/resources/scoreboard.14754/)​ <a href="#download-here" id="download-here"></a>

{% hint style="warning" %}
Seems the plugin was removed from SpigotMC.org for some reason.\
(I'm not its author).

[Source code](https://github.com/RienBijl/Scoreboard-revision)
{% endhint %}

## Font images

You can use [font\_images ](/adding-content/font-images/font-images.md)(emojis and symbols) in the **scoreboard**.

### Example

`%img_smile%` will show like that:

![](/files/-MhOg0DwM7LGhnWKL9WL)

## Hide the scoreboard background

(works with every scoreboard plugin)

### Before

![](/files/-MhOgJ6DpHjDR8dc9NYc)

### After

![](/files/-MhOg9VxfKvE2ZGZ3QE6)

With ItemsAdder you can hide the scoreboard background, just use this trick.\
You just have to add `%img_offset_-500%` in front of <mark style="color:yellow;">**each line**</mark>\*\* \*\* of your scoreboard configuration, <mark style="color:yellow;">even in empty lines!</mark>

```yaml
#  ____  ____  ____  ____  _____ ____  ____  ____  ____  ____
# / ___\/   _\/  _ \/  __\/  __//  _ \/  _ \/  _ \/  __\/  _ \
# |    \|  /  | / \||  \/||  \  | | //| / \|| / \||  \/|| | \|
# \___ ||  \_ | \_/||    /|  /_ | |_\\| \_/|| |-|||    /| |_/|
# \____/\____/\____/\_/\_\\____\\____/\____/\_/ \|\_/\_\\____/
#
# Scoreboard-r by Rien Bijl
# rep: github : RienBijl/Scoreboard-revision
# v: R4 1.1 RELEASE

# Do not edit! The plugin uses this to determine if the configuration is suitable
config_version: 1

settings:
  # The driver is the Scoreboard implementation used to display the user
  # Old drivers will from now on remain supported so that switching back to
  # an older (perhaps more stable) version is easy.
  driver: SCOREBOARD_DRIVER_V1
  # Should we check updates? Caution! Disabling this is not recommended
  # you might miss awesome updates *wink*
  check-updates: true

# In what worlds should we disable scoreboard?
disabled-worlds:
  - 'non_existant_world'

board:
  title:
    interval: 3
    lines:
      - '%img_offset_-500%&4> &c&lScoreboard-r &4<'
      - '%img_offset_-500%&4> &c&lScoreboard &4<'
      - '%img_offset_-500%&4> &c&lcoreboar &4<'
      - '%img_offset_-500%&4> &c&loreboa &4<'
      - '%img_offset_-500%&4> &c&leb &4<'
      - '%img_offset_-500%&4> &4<'
      - '%img_offset_-500%&4> &c&leb &4<'
      - '%img_offset_-500%&4> &c&loreboa &4<'
      - '%img_offset_-500%&4> &c&lcoreboar &4<'
      - '%img_offset_-500%&4> &4&lScoreboard &4<'
      - '%img_offset_-500%&4> &4&lScoreboard-r &4<'
      - '%img_offset_-500%&4> &c&lScoreboard-r &c&o4 &4<'
      - '%img_offset_-500%&4> &4&lScoreboard-r &4&o4 ツ &4<'
      - '%img_offset_-500%&4> &c&lScoreboard-r &c&o4 ツ &4<'
      - '%img_offset_-500%&4> &4&lScoreboard-r &4&o4 ツ &4<'
      - '%img_offset_-500%&4> &c&lScoreboard-r &c&o4 ツ &4<'
      - '%img_offset_-500%&4> &c&lScoreboard-r &c&o4 &4<'
  rows:
    1:
      interval: 5
      lines:
        - '%img_offset_-500%&c------------------------'
        - '%img_offset_-500%&4------------------------'
    2:
      interval: 80
      lines:
        - '%img_offset_-500%&cPlayer &4&l> &f%img_smile%'
    3:
      interval: 80
      lines:
        - '%img_offset_-500%%player_name%'
    4:
      interval: 80
      lines:
        - '%img_offset_-500%&4♡ &f&o%player_health_rounded%/%player_max_health_rounded%'
        - '%img_offset_-500%%player_ping% &7ms latency'
    5:
      interval: 80
      lines:
        - '%img_offset_-500%'
    6:
      interval: 80
      lines:
        - '%img_offset_-500%&cServer &4&l>'
    7:
      interval: 80
      lines:
        - '%img_offset_-500%%server_unique_joins% &7unique players'
        - '%img_offset_-500%%server_online% &7online players'
    8:
      interval: 80
      lines:
        - '%img_offset_-500%%server_ram_used%mb/%server_ram_total%mb &7ram usage'
        - '%img_offset_-500%%server_tps_1% &7ticks per second'
    9:
      interval: 5
      lines:
        - '%img_offset_-500%&c------------------------'
        - '%img_offset_-500%&4------------------------'
```
