BookStats

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

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    69381
  • Created
    Nov 21, 2013
  • Last Released File
    Mar 12, 2016
  • Total Downloads
    5,328
  • License

Categories

Members

Recent Files

Bukkit