games647 / ScoreboardStats

Bukkit plugin for customizing the sidebar of the scoreboard feature from minecraft
https://dev.bukkit.org/bukkit-mods/scoreboardstats/
MIT License
28 stars 45 forks source link

Some ideas #169

Open FinlayDaG33k opened 7 years ago

FinlayDaG33k commented 7 years ago

Hii there, Finally got the plugin to work after having this issue: #168.

So now I can finally get some ideas and other "issues" flow:

Cheers

games647 commented 7 years ago

%kills%, %deaths% and %kdr% all return -1 if you never died or made a kill.

This means you deactivated pvpstats

add an option to disable "sorting". right now, the sidebar sorts out the stuff based on their values.

Limitation by Mojang. There is no way to change it, because it was implemented as a leaderboard

custom "layout"?

Please explain. Currently it's possible to make your own lines, you just have to specify a constant number as value.

FinlayDaG33k commented 7 years ago

add an option to disable "sorting". right now, the sidebar sorts out the stuff based on their values.

It is possible, I've seen other plugins do it aswell (and Hypixel does it aswell). BUt I think it would be better if you make another plugin for it.

%kills%, %deaths% and %kdr% all return -1 if you never died or made a kill.

oops, fixed that :)

custom "layout"?

I mean like having it look like:

+--Server Stats--+
|   Online: 12   |
|   TPS:    80   |
|   Ping:   10   |
+----------------+

+--PvP Stats--+
|  Kills: 120 |
|  Deaths: 3  |
|  KDR: 40.00 |
+-------------+

Ot atleast let the server owner decide on the layout.