Minecraft BookStats mod 2026 download
logo
minecraft mod BookStats

BookStats

Game Version: 1.9
Total Downloads: 4,576
Updated: Mar 12, 2016
Created: Nov 21, 2013
Download BookStatsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
BookStats 1.8 release 37.31 KB Mar 12, 2016 1.9 438 download BookStats BookStats 1.8 releaseDownload
BookStats v3.5 release 13.27 KB Jan 3, 2014 CB 1.7.2-R0.2 934 download BookStats BookStats v3.5 releaseDownload
BookStats v3.0 release 13.27 KB Nov 25, 2013 CB 1.6.4-R2.0 542 download BookStats BookStats v3.0 releaseDownload
BookStats v2.0 release 11.26 KB Nov 24, 2013 CB 1.6.4-R2.0 422 download BookStats BookStats v2.0 releaseDownload
BookStats v1.5 release 10.18 KB Nov 22, 2013 CB 1.6.4-R2.0 385 download BookStats BookStats v1.5 releaseDownload
BookStats v1.0 release 10.14 KB Nov 21, 2013 CB 1.6.4-R2.0 221 download BookStats BookStats v1.0 releaseDownload
BookStats Rewrite 1.2 beta 25.64 KB Feb 23, 2015 1.8.1 371 download BookStats BookStats Rewrite 1.2 betaDownload
BookStats Rewrite v 1.1 beta 25.59 KB Feb 23, 2015 1.8.1 145 download BookStats BookStats Rewrite v 1.1 betaDownload
BookStats Rewrite beta 24.18 KB Feb 22, 2015 1.8.1 163 download BookStats BookStats Rewrite betaDownload
BookStats v4.0 beta 14.93 KB Jan 20, 2014 CB 1.7.2-R0.2 955 download BookStats BookStats v4.0 betaDownload

Screenshots

Description

Share this:

Description:

BookStats allows your players to view their in-game stats in a book. BookStats has a bunch of place holders you can use . BookStats also allows you to customize the book.

Commands:

/BookStats
Info: Gives you your stats in a book!
Permission: BookStats.getbook

/BookStats reload
Info: Reloads bookstats config. MySQL/flat file changes require restart.
Permission: BookStats.reload

Config:

Click to view example config.

Place holders

MySQL and flat file supported builtins:

  • {Player} gets the players name.
  • {Balance} gets the players balance. Depends on vault.
  • {Kills} gets the amount of kills the player has.
  • {Deaths} get the amount of deaths the player has.
  • {Killstreak} gets the amount of kills the player has in a row.
  • {Mobkills} gets the amount of mob kills the player has.
  • {Blocksplaced} gets the amount of blocks placed.
  • {Blocksbroken} gets the amount of blocks broken.

Supports PlaceholderAPI:

Click Here!

Screenshot

Optional Dependences

Vault

API

PlayerData pd = new PlayerData(player);

// This will send a message displaying the amount of kills the player has.
player.sendMessage("Kills: " + pd.getKills());

Comments

Add a comment