Coder Social home page Coder Social logo

oreoezi / harmonyboard Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 0.0 172 KB

1.8-1.19 Spigot plugin for async scoreboards.

Home Page: https://www.spigotmc.org/resources/1-8-1-19-harmony-scoreboard-nms-async-placeholderapi-support.88480/

License: GNU General Public License v3.0

Java 100.00%
bukkit spigot nms reflection scoreboard placeholderapi plugin

harmonyboard's Introduction

hboard_logo

Description

Harmony Scoreboard (or HarmonyBoard for short) is a plugin that provides asynchronous scoreboards flicker-free and price free.

hboard_showcase

Documentation

For more information on how to use the plugin, please read the wiki.

harmonyboard's People

Contributors

oreoezi avatar xmikux avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

harmonyboard's Issues

[BUG]

Description

Not Working

Expected behaviour

It says plugin is disabled and its asking if its up to date

System information

Plugin version: 2.7.0
Java version: Probably the latest since I'm running 1.19
Has toggling enabled: [true]
Has events enabled: [false]

Error logs

in a code block

or in a gist

Configs

in a gist

[BUG] No way to set a "Default" scoreboard

Description

Multiple scoreboards confuse server and it doesnt know which to set as your "Default" scoreboard. Adding conditions like:

conditions:
 events:
  - JOINED

Does absolutely nothing but remove scoreboards entirely, to which logs display nothing and kicks ANYONE when you try and do /hboard reload

Should be an option in config to set a "default" scoreboard like

"Default board: default.yml"

Image when players being kicked on "/hboard reload"
2022-06-24_20 38 49

Reflections suggestions

Object craftplayer = player.getClass().getMethod("getHandle").invoke(player);
return (int) craftplayer.getClass().getField("ping").get(craftplayer);

Keep these two as constants instead of getting them every time you want to display the ping of a player.
This can be an example https://github.com/PlaceholderAPI/Player-Expansion/blob/f8c4afbe4ad01a91a247374978dd9ccebb5f8b25/src/main/java/com/extendedclip/papi/expansion/player/PlayerUtil.java#L50-L83

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.