Description
This is a rank calculation plugin.
Unlike add and reduce the scores, this plugin is using score normalization to calculate the rank.
Z-scores and Min-Max normalization method are provided in this plugin.
Simulation
you can check from wiki.
Commands
- /pvprank <info | reset> - check/reset rank data
- /pvpdata <info | reset> - check/reset player data
- pvprank.info - check rank data
- pvprank.reset - reset rank data
- pvprank.help - help
- pvpdata.info - check player data
- pvpdata.reset - check player data
- pvprank.admin - above all
Code (Text):
# support two different method: "Z_SCORE" , "MIN_MAX"
ran-cal-method: Z_SCORE
# require played times to have rank
require-plays: 20
# reset time (24 hours)
update-time: 00:00
# ranking data showing format
info-message:
- "&bplayer: &e<name>"
- "&brank: &e<rank>"
- "&bscores: &e<score>"
- "&bn-scores: &e<n-score>"
- "&bplayed: &e<plays>"
# whether to make it only for show info but not calculate
show-info-only: false
# if disabled, this plugin will not handle any save
handle-data-save: true
# default calculated format
default-calculate-format: "<kills> * 50 - <deaths> * 20"
#Unranked tag
unranked-tag: "UnRanked"
#rankup title
rankup-subtitle: "&k&a||&e RANK UP &k&a||"
#rank updated msg,can be either rank up or rank down
rank-updated-msg: "&bRank data has been updated。"
Hooking
PlaceHolderAPI:
%pvprank_rank% - get the rank
%pvprank_score% - get the scores
%pvprank_n-score% - get the n-scores
%pvprank_plays% - get the played timesClick to expand...
check from here
If there are any issue, please PM me, or post into the discussion to let me know. thank you
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.12, 1.13
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
PvPRanking - Normalization | Rank | Score | API is a free Minecraft Java mod. Compatible with Minecraft 1.12, 1.13. Downloaded 677 times (via Spigot). Download it and open it directly in the game.