- Compatible API Versions
- 1.0.0
- Sourcecode
- https://github.com/lt-name/RankingAPI
This is a dependency. For example, MoneyRanking needs to install this plugin to use it normally
Demo:
Demo plugin: https://github.com/lt-name/MoneyRanking
Demo:
Java:
Ranking ranking=createRanking(Plugin, "test", Position);
HashMap<String, Number> map = new HashMap<>();
map.put("ltname",33);
map.put("ltname2",13);
map.put("ltname3",23);
map.put("ltname4",10);
ranking.setRankingList(map);
Demo plugin: https://github.com/lt-name/MoneyRanking