Перейти к содержимому
Mineforgian

RealScoreboard

Lightweight and efficient scoreboard manager.

Загрузки
12K
Подписчики
12
Обновлён
1 декабря 2025 г.
Лицензия
MIT

Опубликован 26 ноября 2024 г.

RealScoreboard

Welcome to RealScoreboard!
This Scoreboard plugin is designed to be efficient and provide the best possible experience for your players. Enjoy!

Features

  • Anti-Flicker System for smooth visuals.
  • Fast & Async NMS system for optimal performance.
  • Integration with RealPermissions!
  • Full PlaceholderAPI support.
  • HEX Color support for enhanced customization.
  • Number-less Scoreboard support (1.20.3+).
  • Configurable Animations and Scoreboards.
  • Per World Scoreboards.
  • YAML Configuration for easy setup.
  • Legacy support for versions 1.8 to 1.15.

Support & Requirements

Note:
RealScoreboard may be flagged by Microsoft Defender as a virus. This is a false positive, and you can verify the source code on GitHub.

Placeholders

Server Information

  • %serverip%: Shows the server's IP address.
  • %port%: Displays the server's port.
  • %maxplayers%: Shows the maximum player capacity.
  • %online%: Displays the current number of online players.
  • %version%: Displays the full server version.
  • %versionshort%: Shows the server's version in a shortened format.
  • %ram%: Displays the current RAM usage of the server.

Time and World Information

  • %time%: Shows the current in-game time.
  • %day%: Displays the current in-game day.
  • %world%: Shows the name of the current world.
  • %x%, %y%, %z%: Displays the player’s exact coordinates.

Economy and Groups

  • %money%: Displays the player’s formatted balance.
  • %moneylong%: Shows the full player balance.
  • %group%: Displays the player’s group or rank.
  • %prefix%: Shows the player group's prefix.
  • %suffix%: Displays the suffix of the player’s group.

Miscellaneous

  • %rainbow%: Displays a rainbow color effect.
  • %playerip%: Shows the player’s IP address.

HEX Color Support

You can generate Gradients here

  • Single Color: {#69ffde}
  • Gradient Example: {#ffffff>}Gradient!{#00aeff<}

Videos

  • Spanish by Ajneb97

Commands & Permissions

Command Description Permission
/realscoreboard Displays the help page. None
/realscoreboard reload Reloads the config file. realscoreboard.admin
/realscoreboard config Shows config settings. realscoreboard.admin
/realscoreboard toggle, /sb toggle, /sb on, /sb off Toggles the scoreboard. realscoreboard.toggle

If You Like This Plugin

Don't forget to give it a heart!

Ченджлог

1.5.7Релиз1.13, 1.13.1, 1.13.2 · 1 декабря 2025 г.
  • Added %worlddays% placeholder
  • Added /rsb setscoreboardall
1.5.6Релиз1.13.1, 1.13.2, 1.21.6 · 19 июня 2025 г.

1.21.6 support

1.5.5Релиз1.19.4, 1.20.6, 1.21.5 · 2 июня 2025 г.

Added warning for failed placeholders coming from PlaceholderAPI

1.5.4Релиз1.21.3, 1.21.4, 1.21.5 · 23 апреля 2025 г.

1.21.5 support & wrong usage for commands

1.5.3Релиз1.13, 1.13.1, 1.13.2 · 6 февраля 2025 г.

It is now possible to compare Strings in Conditions. Example: player == player will return true. The following operators are applied to strings: == | != | contains | startsWith | endsWith Replaced command framework, eliminating virus total warnings

1.5.1Релиз1.13, 1.13.1, 1.13.2 · 16 декабря 2024 г.

Updated AnvilGUI dependency

1.5Релиз1.19, 1.20, 1.21 · 28 ноября 2024 г.

Note: As with every update, it's recommended that you make a backup before upgrading to a new version. Also, if you encounter any issue or bug with any of these updates, please join the discord server so we can sort it out as fast as possible. Thanks for being a user of RealScoreboard! :)

Added conditions. Conditions can be defined in config.yml in the conditions section, for example:

Conditions: xp: Condition: '%xp% > 3' Met: '%aXP is bigger than 3!' Not-Met: '&cYou need to get 3 XP!' low_hp: Condition: '%life% <= 5' Met: '&cWatch out!' Not-Met: '&aYou are fine!'

You can use $skip in order to avoid showing a line in a condition, like: Not-Met: '$skip'

You can call a condition in the scoreboard by using: %cond:low_hp% The conditions can evaluate Integers (5, -10), Doubles (5.5, 10, 3.14), Booleans (true/false). The supported operators are ==, !=, >, <, >=, <=

Some examples are: "5 > 3" -> true "5.5 > 3" -> true "5.0 == 5" -> true "name == name" -> true "not == equal" -> false "not != equal" -> true "true == false" -> false "10.5 < 20.5" -> true "5 != 3" -> true

Комментарии

Загружаем…