We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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%
%kdr%
Cheers
The text was updated successfully, but these errors were encountered:
%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.
Sorry, something went wrong.
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.
oops, fixed that :)
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.
No branches or pull requests
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.Cheers
The text was updated successfully, but these errors were encountered: