All Projects → Ifera → Scorehud

Ifera / Scorehud

Licence: gpl-3.0
An event driven, highly customizable plugin to add Scoreboards on your Minecraft Bedrock Server.

Projects that are alternatives of or similar to Scorehud

Prise
A .NET Plugin Framework.
Stars: ✭ 207 (+200%)
Mutual labels:  plugin, customizable
Hideseek
A simple, mobile-friendly, yet customizable quick/live search jQuery plugin.
Stars: ✭ 430 (+523.19%)
Mutual labels:  plugin, customizable
Mapit
An easy way to embed google maps in your site.
Stars: ✭ 54 (-21.74%)
Mutual labels:  plugin, customizable
Wordpress Indieweb
Helps you establish your IndieWeb identity by extending the user profile to provide rel-me and h-card fields. It also includes a bundled installer for a core set of IndieWeb-related plugins.
Stars: ✭ 64 (-7.25%)
Mutual labels:  plugin
Docsify Tabs
A docsify.js plugin for rendering tabbed content from markdown
Stars: ✭ 65 (-5.8%)
Mutual labels:  plugin
A j simple hud
High Performance Display Overlay in iOS
Stars: ✭ 67 (-2.9%)
Mutual labels:  hud
Node Distance Addon
Native NodeJS add-on creation tutorial using C++
Stars: ✭ 68 (-1.45%)
Mutual labels:  plugin
Stylelint Validator
Stylelint plugin to validate CSS syntax
Stars: ✭ 64 (-7.25%)
Mutual labels:  plugin
Divi Accessibility
Improve Divi accessibility in accordance with WCAG 2.0 guidelines.
Stars: ✭ 67 (-2.9%)
Mutual labels:  plugin
Kong Plugin Response Cache
A Kong plugin that will cache responses in redis
Stars: ✭ 66 (-4.35%)
Mutual labels:  plugin
Discord Plus
A sleek, customizable Discord theme.
Stars: ✭ 65 (-5.8%)
Mutual labels:  customizable
Multihighlight
Jetbrains IDE plugin: highlight identifiers with custom colors 🖌💡
Stars: ✭ 65 (-5.8%)
Mutual labels:  plugin
Node Audio
Graph-based audio api for Node.js based on LabSound and JUCE
Stars: ✭ 67 (-2.9%)
Mutual labels:  plugin
Obs Streamfx
StreamFX is a plugin for OBS Studio which adds many new effects, filters, sources, transitions and encoders - all for free! Be it 3D Transform, Blur, complex Masking, or even custom shaders, you'll find it all here.
Stars: ✭ 1,128 (+1534.78%)
Mutual labels:  plugin
Annotationkit
The annotation implementation using Objective-C
Stars: ✭ 68 (-1.45%)
Mutual labels:  plugin
Scxcodeeditorinset
Xcode plugin that adds an empty (configurable) space to the end of the editor text view
Stars: ✭ 64 (-7.25%)
Mutual labels:  plugin
Cart Magento
Mercado Pago's Official Magento 1 Plugin
Stars: ✭ 67 (-2.9%)
Mutual labels:  plugin
Simple Jekyll Search
A JavaScript library to add search functionality to any Jekyll blog.
Stars: ✭ 1,133 (+1542.03%)
Mutual labels:  plugin
React
Smart Server Performance
Stars: ✭ 65 (-5.8%)
Mutual labels:  plugin
Chartjs Plugin Deferred
Chart.js plugin to defer initial chart updates
Stars: ✭ 65 (-5.8%)
Mutual labels:  plugin
ScoreHud Banner

Notice:

Backwards Incompatible Update

  • Starting from ScoreHud version 6.0, addons are no longer supported.
  • All old addons will stop working on versions 6.0 and above.
  • All old tags will stop functioning as well.
  • More details can be found below
  • Please read FAQs below.

ScoreHud

HitCount License Poggit Release
HitCount GitHub license Poggit-CI

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

Features:

  • This plugin adds scoreboard to your server.
  • Completely Event Driven!! Good bye tasks!
  • Everything is customizable.
  • Easy and simple API for developers to use and integrate ScoreHud.
  • You can find some basic tags via ScoreHudX plugin.

How to 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.

Version 6.0 Update:

The main goal of version 6.0 update was to remove ScoreHud dependency pocketmine tasks. So that was achieved by making ScoreHud event driven!

Q: But what exactly does event driven mean? And what are its benefits?
A: Well, its simple, instead of using tasks to update values on scoreboard every 20 or so ticks even when there was no update, ScoreHud now listens for events that are fired by the plugin which implements ScoreHud. In doing so, the scoreboard is only updated when there is an actual update and not the other way round. Although not tested but this should improve ScoreHud's performance.

Addon support was removed with version 6.0 update. Reason being that it was no longer feasible and users had reported addons not working on different systems either due to hosting problem or some other reasons. Removing addons and listening to events instead should now work on almost all systems.

ScoreHud using events is in the benefit of plugin developers and the end-user as well. Users no longer will need to download and place addons in separate folder. And plugin developers will no longer need to make a separate addon for ScoreHud. They can just integrate ScoreHud directly into their plugin and fire events to update their tags on ScoreHud.

FAQs:

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.

For Developers:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].