By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.

OK, Don't show this again

a plugin that allows you to display and customize scoreboards to your liking
version 1.0.1
Approved
Direct Download How to install?
Switch version
6031 Downloads / 6178 Total
2 Reviews
Plugin Description §

📜 Tags:

Name Description
{player.name} show player name
{player.ping} show player ping
{player.xp.level}
{player.xp.progress}
{player.xp.remainder}
{player.xp.current_total}
{time.date} shows current date
{server.online} shows the players connected to the server
{server.online.max} shows the maximum number of players
{server.tps.usage} show server tps
{server.tps.percentage} shows the tps percentage of the server

📜 Soft Dependencys Tags:

Name Description Plugin
{lunarranks.rank} get player's rank LunarRanks
{ranksystem.ranks} get player's ranks RankSystem
{ranksystem.highest_rank} get the player's highest rank RankSystem
{ranksystem.nametag} get player's nametag RankSystem
{bedrockeconomy.balance} get player's balance BedrockEconomy
{bedrockeconomy.balance.cap} getbalance cap BedrockEconomy
{bedrockeconomy.currency.symbol} get economy symbol BedrockEconomy
{bedrockeconomy.currency.name} get economy name BedrockEconomy

📋 Commands / Permissions:

Permission Command
customscore /scoreboard
customscore.reload /scoreboard reload

TexturePack:

increase the character limit of the scoreboard TexturePack

âš’ API:

to add custom tags you can use PlayerScoreTagEvent Example:

use Joshet18\CustomScoreboard\PlayerScoreTagEvent;

public function onPlayerTags(PlayerScoreTagEvent $ev): void {
  $ev->setTags($this->processTags($ev->getPlayer(), $ev->getTags()));
}

private function processTags(Player $player, array $tags):array{
  $result = [];
  foreach($tags as $tag){
    $result[] = str_replace([
      "{customtag.item.name}"
    ],[
      $player->getInventory()->getItemInHand()->getVanillaName()
    ], $tag);
  }
  return $result;
}
What's new §
  • ScoreBoard Doesn't Sync Fix
  • tag support for BedrockEconomy

HerrSchnecki
Outdated
using v1.0.0
09 Aug 23
Very very good plugin! Just one question is there EconomyAPI support?
Joshet18
10 Aug 23
We currently have support for BedrockEconomy, But if the old EconomyAPI you can use the function to add your own tags
Strageehh
Outdated
using v1.0.0
08 Aug 23
El mejor plug-in de scoreboard

Reply to review by :

/ 5
Supported API versions
5.0.0
->
5.16.0
Dependencies
RankSystem 1.1.3
Optional
View Plugin
BedrockEconomy 2.1.2
Optional
View Plugin
LunarRanks 2.1.1
Optional
View Plugin
Producers §
  • Collaborators:
    • @Joshet18
License §
Categories:
Developer Tools
API plugins
Keywords
Permissions
Permissions
Commands

You can leave one review per plugin release, and delete or update your review at any time

/ 5
Loading...