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 highly customizable plugin to add Scoreboards on your Minecraft: Bedrock Server.
version 8.0.0
Featured
Direct Download How to install?
Switch version
6202 Downloads / 175507 Total
106 Reviews
Plugin Description §

ScoreHud

ScoreHud Banner

A highly customizable plugin to add Scoreboards on your Minecraft: Bedrock Server.

Features

  • This plugin adds scoreboard to your server.
  • Completely Event Driven!! Goodbye tasks!
  • Everything is customizable.
  • Easy and simple API for developers to use and integrate ScoreHud.
  • Some basic tags are integrated within ScoreHud.
  • You can find more tags support in the ScoreHudX repo.

Available Tags

  • Please visit the wiki here for a list of in-built tags provided by ScoreHud.
  • Please check out the ScoreHudX repo for more tags.
  • Also read the discussions.

Setup

  • Put the plugin in your plugins folder.
  • Start and then stop the server.
  • Edit the config.yml and scorehud.yml to suit your needs.
  • Restart and enjoy.

FAQs

Q: Help I am getting this error. Required extension Core has an incompatible version (7.x.y not >=7.4)
A: This means that the PHP binary that your server is using is outdated. Please update it to v7.4 or greater to continue using ScoreHud.

Q: How many lines can I set in default-board?
A: You can set 1 to 15 lines in default-board.

Q: How many server-names can I set?
A: You can set infinite many number of server-names.

Q: I am having problems and cannot set the plugin correctly. What do I do?
A: Well you can always open a new issue on this repository or contact me via Discord: Ifera#3717 or Twitter: @ifera_tr.

Q: I like the plugin. What do I do?
A: Well, that is extremely fortunate. Why not to star this repository and might as well a good review on poggit.

Q: What happened to addons?
A: Addons system being simple and similar to pocketmine had some flaws especially when combined with tasks caused a great deal of lag. ScoreHud is now event driven and no longer depends on tasks, so it was only fitting to remove addon support as a whole.

Changelogs

For Developers

Contact

What's new §
  • PocketMine-MP API 5.0 support.
  • Removed support for PocketMine-MP API 4.0.
  • Virions updated:
    • ScoreFactory v3.2.0.
    • UpdateNotifier v3.1.0.
    • ConfigUpdated v2.1.0.
  • Following tags were removed as part of PM API 5 changes:
    • {scorehud.item_id}
    • {scorehud.item_meta}
  • fix #198 - update the formatted lines
    • close #198
    • this fixes the issue with single line update mode not updating the value causing it to reset when scoreboard was resent
  • version bump to 7.0.1
  • PocketMine-MP API 4 support.
  • ScoreFactory v3.1.0.
  • PHP 8 support.
  • Integrated BasicScore plugin within ScoreHud.
  • Major performance improvement as compared to previous versions - thanks in part to ScoreFactory.
  • ScoreHud can now update a single line on the scoreboard instead of resending the entire board.
  • No more scoreboard flickering.
  • Scoreboard is only added once and then only those lines are updated which are changed as compared the previous versions where when there was a single line change the entire board had to be removed and everything had to recalculated and re-sent to the player.
  • An option in config to switch between single line update or full board update.
  • Fix crash happening if a player changes world before PlayerJoinEvent is called (#182)
  • Update README.md
  • v6.3.1 - fix ScoreHud crashing due to Scoreboard not being initialized
  • v6.3.0 - you can now disable scoreboard in particular worlds
    • config version 10
    • plugin version bump
    • scorehud now supports disabling scoreboard in worlds mentioned in config.yml
    • close #177
    • don't send update to the player if he is offline
    • reinitialize scorehud settings if configs are updated and validate configs before calling can load
  • ScoreHud v6.2.1
    • properly destroy objects on plugin disable
    • use php 7.4 syntax
    • version bump
    • add notices in readme for using php 7.4
    • extension check to verify that the user is using php 7.4 or above
    • validate configs after virions check
    • a more user friendly approach to error when a virion is not found
  • v6.2.0 ScoreHud now uses v4.0.0 of ScoreFactory
    • This update should reduce the packet spam by a great extent and local tests show that this should also help in reducing the blinking and or flickering scoreboard
  • do not send update when the player has disabled the board
  • move method call to player session instead
  • remove player from disabled scorehud list when he quits
  • remove unused variables
  • abstractions and new events
  • fix broken virion path
  • ScoreHud 6.0! Event Driven (#145)
  • clean up
  • disable phpstan lint check
  • move virion checking logic from onLoad() -> onEnable()
  • no need to display useless info messages if addon update is not found
  • no need to notice
  • use UpdateNotifier v2.0.0
  • version bump
  • ScoreHud now uses Addons. Details about them are in the README.md on GitHub.
  • Added addon api checks
  • Added addon dependency checks
  • Addons will no longer load when the plugin its depended on is not found.
  • Added addon version.
  • Added addon update notifier. Now if an addon is updated it will then notify the user on console.
  • Some more addons support on ScoreHud-Addons repo.
  • API docs and Wiki pages have been updated accordingly.
  • ScoreHud now uses Addons. Details about them are in the README.md on GitHub.
  • Added addon api checks
  • Added addon dependency checks
  • Addons will no longer load when the plugin its depended on is not found.
  • Added addon version.
  • Added addon update notifier. Now if an addon is updated it will then notify the user on console.
  • Some more addons support on ScoreHud-Addons repo.
  • API docs and Wiki pages have been updated accordingly.
  • Add support for ConfigUpdater
  • Add support for addons. Redid some parts. Make it a tad bit cleaner.
  • Added addon dependency on plugins
  • Added required addon files
  • Change initiate to onEnable() and fix phpdocs also added getServer() method
  • Create Utils.php
  • Delete DataManager.php
  • File name changes
  • Fix multiple tags on single line not showing up
  • Merge pull request #106 from JackMD/addon-work
    • Addons Updates
  • No longer save baseaddon.php
  • Provide BasicAddon by default
  • Update README.md
  • bump config versions and change Main.php to ScoreHud.php
  • data.yml -> scorehud.yml
  • fix names
  • header updates
  • namespace update and version bump
  • some fixes
  • DataManager: Update namespace for SkyBlockSession
  • Fix ScoreHud command description
  • Merge pull request #32 from JohnathenHampton/patch-2
    • Fix ScoreHud command description
  • Merge pull request #33 from GiantQuartz/master
    • DataManager: Update namespace for SkyBlockSession
  • Version bump to 4.0 since it contains backwards incompatible changes.
  • Add support for showing skyblock rank and close #19
  • Added PureChat to the supported plugins list
  • Added ScoreHud command and started work on disabling scorehud for specific players
  • Added support for disabling scorehud close #21 and fix some minor bugs. All tested.
  • Added support for next rankup rank and close #20
  • Added support for per world scoreboards. Close #18
  • Added support for prefix/suffix. Close #27
  • Added support for using a default scoreboard if world was not found. Close #26
  • Fix #22 and close #22
  • Fix formating
  • Forgot adding support in actual code
  • Merge pull request #25 from Shelly7w7/master closes #23
  • More work on disabling scorehud
  • New data.yml file. Also made config and data seperate
  • Removed useles return
  • Split config into two files
  • Split data and config also added date, faction power and skyblock rank
  • Update DataManager.php
  • Update Main.php
  • Update config.yml
  • version bump and add description
  • Add support for update notifier
  • Added SkyBlock by GiantQuartz to the supported plugins list
  • Added checks to prevent plugin from crashing as reported on crash.pmmp.io
  • Split stuff between the main file and DataManager
    • Closes #10
    • Added support for GiantQuartz skyblock plugin
    • Split stuff between Main.php and DataManager.php
    • Config version bump
    • Plugin version bump
  • Update .poggit.yml
  • config version bump, added more tags, also added authors for supported plugins
  • version bump
  • Feature complete
  • Closes #5
  • Changes to some part of the code
  • Added support for CPS
  • Config version change
  • Update README
  • Close #8 . Feature added.
  • Updated config-version.
  • Added a check to make sure people use the plugin phar from poggit.
  • Completed a feature request.
  • Timezones can now be set.
  • version bump
  • Added suffix and prefix support. Need PurePerms for adding the support.
  • Plugin version bump.
  • Updated config-version to "TaylorSwift.
  • Close #7.
  • Fixed a typo which was leading to config.yml always being renamed.
  • Update plugin.yml
  • Added FAQ section and added deatil on how to setup.
  • Added config version check also deleted some pre-set score-lines so now user can add more himself.
  • Added config version check. removed Listener, also updated code as @sofe suggested.
  • Fix #4.
  • Version bump.
  • Added support for KDR. Closes #2
  • Update Logo
  • version bump

causal-guide
using v8.0.0
28 Dec 23
what is the tag for economy api money and the pureperms rank?
NurAzli
using v8.0.0
08 Dec 23
Can You Add a Playtime System?
KnosTx
Outdated
using v7.0.1
06 Sep 23
Thanks for updating it to api 5
Ifera
Staff
03 Nov 23
Updated.
HerrSchnecki
Outdated
using v7.0.1
04 Jul 23
Really cool plugin
Ifera
Staff
03 Nov 23
Updated.
CncMinifix55
Outdated
using v7.0.1
02 Jul 23
Pls update API 5.
VDEV-DE
Outdated
using v7.0.1
12 Jun 23
Pls update api5
TrickbulletGames
Outdated
using v7.0.1
02 Mar 23
ReyHanMC
Outdated
using v7.0.1
21 Oct 22
this is very cool!,but how to custom display money on scorehud? Like 1k,1M,1B,1T
none283
Outdated
using v7.0.1
02 Sep 22
Cool
TheMuux
Outdated
using v7.0.1
28 Aug 22
Great, but how can I display ranks form PurePerms and my economy form economyAPI?
Mohammed123ss
Outdated
using v7.0.1
07 Jun 22
@Savin1play140 write {scorehud.ping} (:
Savin1play140
Outdated
using v7.0.1
01 Jun 22
how do i display the ping score {ping}?
XyloFD2
Outdated
using v7.0.1
24 May 22
How do i add faction name, and the faction power and ftop place? with faction master plugin?
DaDevGuy
Outdated
using v7.0.1
29 Apr 22
QazamYTB
Outdated
using v7.0.1
26 Mar 22
How to add the faction name and the power pls because {factionsproscore.faction} and {factionsproscore.power} not work
Ifera
Staff
27 Mar 22
Ask the author/maintainer of the factions plugin to add support for ScoreHud in their factions plugin and provide the tags. Its no longer the responsibility of ScoreHud to provide tags for other plugins.
Ansh38226
Outdated
using v7.0.0
12 Mar 22
Update basicscore please fast
Ifera
Staff
13 Mar 22
You dont need basic score with v7 of scorehud as basic score is now integrated within scorehud. and you can simply use, for example: `scorehud.name` instead of `basicscore.name` for player name.
XzAlan
Outdated
using v7.0.0
03 Mar 22
Beautiful
Ifera
Staff
13 Mar 22
Ty
misael38
Outdated
using v7.0.0
19 Feb 22
Ifera
Staff
13 Mar 22
Ty
IhsanNugroho
Outdated
using v7.0.0
19 Feb 22
Niceee, THANKS
Ifera
Staff
13 Mar 22
<3
XanderID
Outdated
using v7.0.0
19 Feb 22
Ifera
Staff
25 Feb 22
Thx!
Tuvqlu
Outdated
using v7.0.0
18 Feb 22
Yay it’s out :D
Ifera
Staff
25 Feb 22
:)
Ketch502x
Outdated
using v7.0.0
18 Feb 22
Thanks!!
Ifera
Staff
25 Feb 22
No probs
Kanguro004
Outdated
using v6.3.1
25 Dec 21
4.0.0 update plisssssssss
Ifera
Staff
18 Feb 22
Done!
NaufalGeming12
Outdated
using v6.3.1
13 Dec 21
Update to api version 4.0.0 plisss
Ifera
Staff
18 Feb 22
Done!
BeeAZ-pm-pl
Outdated
using v6.3.1
10 Dec 21
Please update to api 4.0.0
Ifera
Staff
18 Feb 22
Done! :)
GreenZ-TV
Outdated
using v6.3.1
18 Nov 21
How to add rank to scorehud
Ifera
Staff
18 Feb 22
Use the PurePermsScore plugin and then add {ppscore.rank} to scorehud.yml.
PandaLandCZ
Outdated
using v6.3.1
02 Nov 21
International Server Error
Ifera
Staff
09 Nov 21
There is no such error as "International Server Error". If however, you are facing any problem then do make an issue on github.
JustZers
Outdated
using v6.3.1
08 Sep 21
nice plugin, but can you add auto clear lagg count?
NoSoyJorgeXD
Outdated
using v6.3.1
27 Jul 21
What are the plugin variables like {name} and {ping} etc
Ifera
Staff
01 Aug 21
https://github.com/Ifera/ScoreHudX
adamgh098
Outdated
using v6.3.1
25 Jul 21
Nice plugin I wish you would add xp level in scoreboard ✨
Ifera
Staff
25 Jul 21
its already there
WBGAMERZ
Outdated
using v6.3.1
23 Jul 21
I love this Plugin. It's work fine on my pmmp server. Does it support Skyblock scoretags?
Ifera
Staff
01 Aug 21
Yes it does, read here: https://github.com/Ifera/ScoreHudX/discussions/15
MrNinja008
Outdated
using v6.3.0
19 Jul 21
Quality Plugin ✨
Ifera
Staff
21 Jul 21
Thanks :)
Lukasqqq2-CNS
Outdated
using v6.3.0
18 Jul 21
Can you add OnlineTime?
Ifera
Staff
18 Feb 22
Make an issue on github.
TheSavageDudeYT
Outdated
using v6.3.0
10 Jul 21
Good plugin but server is crashing due to an error Ifera\ScoreHud\session\PlayerSession::getScoreboard() must be an instance of Ifera\ScoreHud\scoreboard\Scoreboard, null returned
Ifera
Staff
21 Jul 21
Its now fixed!
StargamerYT
Outdated
using v6.3.0
05 Jul 21
Hi Ifera just wanna let you know when I have fully edited and setup the plugin it doesn't let me join the server.
Ifera
Staff
21 Jul 21
If there is an error then please make an issue on github.
GabriMode
Outdated
using v6.3.0
08 Jun 21
Excellent plugin, easy to configure, does not cause errors, does its job and best of all, you can add one ScoreHud per world. Congratulations to the genius who created this plugin.
Ifera
Staff
21 Jul 21
Thanks :)
TheConceptually
Outdated
using v6.3.0
17 May 21
Ifera
Staff
21 Jul 21
Thanks :)
VrisQ
Outdated
using v6.3.0
09 May 21
Great Plugin, However can you add back the addon functionality
Ifera
Staff
10 May 21
Yeah I guess I will make another plugin for that functionality..
WildCraftMCPE
Outdated
using v6.2.1
01 May 21
Ifera I was using scorehud and BasicScore I managed to fix problem but the Dev build that disables if not scorehud I think needs fixing as I had it and console error
Ifera
Staff
04 May 21
Hi, this error has been fixed on the latest dev build.
ZZWILLIAMXXTrue
Outdated
using v6.2.1
01 May 21
Amazing, but am still using 6.2(not due to bugs) To everyone below me! Did you know you can install a use a differnt version? Scroll to the top Under the quick description in the top right corner there is a switch version!(Mobile is under “How to Install”)
Ifera
Staff
01 May 21
Alright thank you!
HighestDreams
Outdated
using v6.1.0
17 Apr 21
: ParseError: "syntax error, unexpected 'array' (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST)" (EXCEPTION) in "plugins/ScoreHud.phar/src/Ifera/ScoreHud/libs/jackmd/scorefactory/ScoreFactory" at line 40
Ifera
Staff
18 Apr 21
Your PHP binary is outdated. Please update to 7.4+.
ytnandoyt
Outdated
using v6.1.0
12 Apr 21
você poderia criar uma lista de todas as configurações do ScoreHud?
Ifera
Staff
13 Apr 21
Using google translate here.. The available settings could be found in the scorehud.yml or config.yml. For the available tags, you may read the readme on github of those plugins.
Lukasqqq2-CNS
Outdated
using v6.1.0
06 Apr 21
In was für einen Ordner muss man die Adons speichern?
Ifera
Staff
07 Apr 21
Using google translate here.. Addons were removed. You don't need addons anymore.
MCPEAbdu77
Outdated
using v6.0.0
23 Mar 21
The new v6.0.1 update has completely broken the plugin.
Ifera
Staff
25 Mar 21
It's not broken.. Just that addons were removed.. :)
itjerryz
Outdated
using v5.2.0
10 Apr 21
5.2.0 actually better than 6
Ifera
Staff
10 Apr 21
no ones stopping you to use 5.2.0 in that case. i have explained in great detail over at discord, github issues and in the readme on as to why 6.0 is better. Both in terms of performance and scalability. Only thing 5.2 had that 6.0 doesn't is the pre-built addons. But this shouldn't stop you from using v6. Ask the plugin authors to make their plugins compatible with v6.0. ScoreHud merely serves as an API and can be easily expanded to suit any of your needs.
SOF3
Staff Outdated
using v5.2.0
24 Jan 21
Ifera
Staff
23 Mar 21
Thanks mate!
Asadaaaaa
Outdated
using v5.2.0
30 Dec 20
The Hud is blinking, please fix it. Maybe use AsyncTask.
Ifera
Staff
23 Mar 21
AsyncTask has nothing to do with this. Kindly use the v6.0.1+ update. It should have performance improvements
AllanWinters
Outdated
using v5.2.0
22 Sep 20
How do I change the font in this plugin?
Ifera
Staff
23 Mar 21
Use texture pack
BambankFx
Outdated
using v5.2.0
19 Sep 20
Please fix addon skyblock
Ifera
Staff
23 Mar 21
Please ask the author of that plugin to fix and support it. ScoreHud only provides the API.
VertoxenYT
Outdated
using v5.2.0
29 Aug 20
When i do something like {name} in the scoreboard.yml config, and go back in-game, it shows "{name}". I have the addons and i imported it into the addons folder. Please fix this!
Ifera
Staff
23 Mar 21
Please use v6.0.1+ for better performance. It should also get rid of this problem.

Reply to review by :

/ 5
Supported API versions
5.0.0
->
5.16.0
Producers §
  • Collaborators:
    • @Ifera
  • Contributors:
    • @AtlanticDany
    • @JohnathenHampton
    • @Shelly7w7
    • @alvin0319
License §
Categories:
General

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

/ 5
Loading...