ScoreboardStatsX

ScoreboardStatsX

3M Downloads

Some ideas

FinlayDaG33k opened this issue ยท 2 comments

commented

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:

  • %kills%, %deaths% and %kdr% all return -1 if you never died or made a kill.
  • add an option to disable "sorting". right now, the sidebar sorts out the stuff based on their values.
  • custom "layout"?
  • multiple "titles" (to seperate serverwide stats from the player stats)

Cheers

commented

%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.

commented

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.