Description:
- Native Minecraft Version:
- Legacy (< 1.13)
- Tested Minecraft Versions:
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- Source Code:
- https://github.com/zeshan321/BookStats
- Donation Link:
- https://paypal.me/zeezee123
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:
Supports PlaceholderAPI:
- {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.
Screenshot
![]()
Optional Dependences
- Vault
API
Code (Text):PlayerData pd = new PlayerData(player);
// This will send a message displaying the amount of kills the player has.
player.sendMessage("Kills: " + pd.getKills());

BookStats 1.8
Stats in a book with flat file and MySQL support!
Recent Updates
- Fixed memory leak Mar 3, 2016
- Optimizations and fixes Mar 3, 2016
- Fixed ConcurrentModificationException Mar 1, 2016