[Library For Developers] Mc-Rankings | Web Leaderboards | No Jar icon

[Library For Developers] Mc-Rankings | Web Leaderboards | No Jar -----

Create awesome web-based leaderboards for your plugins without any dependency.



Mc-Rankings allows you to create awesome leaderboards for your plugins - without any dependency.

Mc-Rankings is no plugin and does not need to be installed on the server. It can be implemented in any plugin without additional jar!

Please join our Discord for support!

[​IMG]

Why you need mc-rankings?
mc-rankings allows you as a plugin developer to let your users create awesome web-based leaderboards in seconds. The library is very easy to use and does not require any special knowledge. Join our Discord here.

How it works (Example)
View the full documentation here.
  1. Implement the maven dependency in your pom.xml
    View the full documentation for maven.
  2. Create a new McRankings instance like below:
    Code (Java):
    McRankings mcRankings = new McRankings ( this ) ;
  3. Load a leaderboard (if none exists it will auto create one):
    Code (Java):
    McRankings. Leaderboard leaderboard = mcRankings. getLeaderboard ( 0, "Bedwars Wins", "Wins", true ) ;
  4. Set a player score:
    Code (Java):
    leaderboard. setScore (player, score ) ;
  5. Get the URL:
    Code (Java):
    leaderboard. getUrl ( )
Is this project open-source?
At present, the backend of mc-rankings.com is not open-source. However, in version 1.2.8, we introduced the capability to modify the request endpoint of the library through mc-rankings.yml. This enhancement enables us to create lightweight open-source solutions for individuals interested in self-hosting. We will keep you informed on our Discord server about any news.
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