skript-scoreboards by _tud

Easily create and manage scoreboards in Skript

Events

0

Expressions

4

Effects

1

Conditions

1

Types

1

Sections

0

Structures

0

Total

7

skript-scoreboards 1.0.2 616 days, 5 hours and 2 minutes ago

What's Changed
- Added bStast support.

Full Changelog: https://github.com/UnderscoreTud/skript-scoreboards/compare/v1.0.1...v1.0.2
Issues: If you experience any issues or bugs in this release, please create a new issue here.

View Update

skript-scoreboards 1.0.1 620 days, 9 hours and 14 minutes ago

What's Changed


  • Fixed a possible conflict between ExprScoreboardLine and Skript's ExprSignText

Full Changelog: v1.0.0...v1.0.1
Issues: If you experience any issues or bugs in this release, please create a new issue here.

View Update

skript-scoreboards 620 days, 21 hours and 44 minutes ago

skript-scoreboards
skript-scoreboards is an addon that allows you to create and manage packet-based scoreboards easily.

Features
- Packet-based scoreboards
- Per player scoreboards
- Scoreboards with shared viewers
- No character limit on lines
- Support for custom line scores (Minecraft 1.20.3+)

Documentation


Usage/Examples
Global Scoreboards
on load:
set {-global-scoreboard} to a new scoreboard
set title of {-global-scoreboard} to "&cExample Scoreboard"
set line 1 of {-global-scoreboard} to "Online Players"
# Custom scores are only available on Minecraft 1.20.3+!
set score of line 1 of {-global-scoreboard} to "&e%size of all players%"

set line 2 of {-global-scoreboard} to "IP"
set score of line 2 of {-global-scoreboard} to "&emyserver.com"

add all players to {-global-scoreboard}

on join:
set player's scoreboard to {-global-scoreboard}


Per Player Scoreboards
on join:
set {_board} to player's scoreboard
set title of {_board} "My Scoreboard"
set line 1 of {_board} to "Rank"
# Custom scores are only available on Minecraft 1.20.3+!
set score of line 1 of {_board} to {rank::%player%}

set line 2 of {_board} to "Coins"
set score of line 2 of {_board} to "&e%{coins::%player%}%"


License


MIT

Source Code


https://github.com/UnderscoreTud/skript-scoreboards

View Update

© Copyright 2014-2026 skUnity

All rights reserved.