Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Kill Rewards

Kill rewards is an easy to use plugin that allows server admins to execute certain actions when a player reaches a certain killstreak or number of kills.

Download

You can download the latest version of Kill Rewards here.

API Usage

// Obtaining an instance
KillRewards killRewards = (KillRewards) Bukkit.getPluginManager().getPlugin("KillRewards");

// Getting the number of kills a player has
Player player = ...;
int kills = killRewards.getKillsManager().getKills(player);

// Getting the kill streak of a player
Player player = ...;
int kills = killRewards.getKillsManager().getKillStreak(player);

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages