
ScoreKeeper Plugin
Keep track of player points with ease! ScoreKeeper is a lightweight server-side plugin designed to manage scores for players in-game. Whether you're running events, competitions, or just want to monitor progress, this tool has you covered.
1. Commands
These commands can be used to interact with the plugin to view and modify scores.
1.1 View Any Player's Score/score-get [playerName]
1.2 Add Points/score-add [playerName] <amount>
1.3 Subtract Points/score-subtract [playerName] <amount>
1.4 Reset Score to 0/score-reset [playerName]
1.5 Archive player scores into a high-score table (Coming Soon!).
`/score-archive [playerName]
2. API Methods
These methods are available on the plugin class for use by other plugins.
2.1 Add Pointspublic void addScore(Player player, int amount)
2.2 Archive Score to Leaderboards (Coming Soon!)public void archiveScore(Player player)
2.3 Get Current Scorepublic int getScore(Player player)
2.4 Reset Score to 0public void resetScore(Player player)
2.5 Set Score to a Specific Numberpublic void setScore(Player player, int score)
2.6 Subtract Pointspublic void subtractScore(Player player, int amount)
3. Compatibility
- Built for Paper but uses only Bukkit and Adventure APIs.
- Should work seamlessly with Spigot and vanilla Bukkit.
4. Usage Notes
- If [playerName] is omitted, commands default to the executing player.
- Archiving and permission support are under active development.
- Designed for admin use—commands should ideally be triggered by other plugins or via console.
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21, 1.21.1, 1.21.2
- 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 Modrinth — 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.
- Ships as ScoreKeeper-0.2.1.jar — drop this file into the mods folder
- Download size: 12 KB
- Download link checked 22 Aug 2026 — working
These come from our own check of the pack file, not from the source page.