Speedgot
[Library For Developers] Mc-Rankings | Web Leaderboards | No Jar
-----
Create awesome web-based leaderboards for your plugins without any dependency.
Download Now
Via external site
Overview
Documentation
Updates (
--
)
Reviews (
---
)
Version History
Discussion
How it works
View the full documentation
here
.
Copy the code from here in a class named "McRankings"
Create a new McRankings instance like below:
Code (Java):
McRankings mcRankings
=
new
McRankings
(
this
)
;
Load a leaderboard (if none exists it will auto create one):
Code (Java):
McRankings.
Leaderboard
leaderboard
=
mcRankings.
getLeaderboard
(
0
,
"Bedwars Wins"
,
"Wins"
,
true
)
;
Set a player score:
Code (Java):
leaderboard.
setScore
(
player, score
)
;
Get the URL:
Code (Java):
leaderboard.
getUrl
(
)
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
596
First Release:
May 20, 2023
Last Update:
May 26, 2023
Category:
---------------
All-Time Rating:
3 ratings
Find more info at mc-rankings.com...
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings
Ask Questions / Get Support