Skip to content

This is a Minecraft plugin that adds a leaderboard for points that players earn when killing other players.

Notifications You must be signed in to change notification settings

VanillaPlusNet/LeaderboardPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeaderboardPlugin

About

This is a Minecraft plugin that adds a leaderboard for points that players earn when killing other players. Points are calculated based on the armour that the player was wearing.

Could be used for servers that want to:

  • Add more of a competitive edge to the server.
  • Encourage more PvP in expensive gear.
  • Get players to spend more time griding on the server to be at the top of the leaderboard.

Requires PlaceholderAPI for the placeholder functionality.

image

Commands and Permissions

/points <player> leaderboardplugin.points - See how many points a specific player has.

/killboard leaderboardplugin.killboard - See the top 1000 players on the scoreboard.

/calcpoints <player> leaderboardplugin.calcpoints - Calculate the number of points a player is worth.

/leaderboardreset leaderboardplugin.reset - Reset the leaderboard, and give the top 3 players Legend Rank.

Placeholders

%leaderboardplugin_position1% - Player with the 1st highest points.

%leaderboardplugin_position2% - Player with the 2nd highest points.

%leaderboardplugin_position3% - Player with the 3rd highest points.

%leaderboardplugin_position4% - Player with the 4th highest points.

%leaderboardplugin_position5% - Player with the 5th highest points.

%leaderboardplugin_self% - Your current points.

Resetting the Database fully

  1. Shut down the server.
  2. Delete the data.json file in the /LeaderboardPlugin folder.
  3. Start the server back up.

About

This is a Minecraft plugin that adds a leaderboard for points that players earn when killing other players.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages