mirror of
https://e.coding.net/circlecloud/PvPTitles.git
synced 2025-11-24 21:36:20 +00:00
@@ -84,10 +84,8 @@ public class HandlePlayerPrefix implements Listener {
|
||||
private void calculateFame(final String killed, final Player player, int fame, final int kills, final int killedpoint) {
|
||||
final String currentRank = this.ranks.GetRank(fame);
|
||||
final String tag = this.databaseHandler.getTag();
|
||||
if (kills == 0) {
|
||||
fame++;
|
||||
player.sendMessage(ChatColor.GREEN + "你击杀了 " + killed + " 获得一点 " + tag + ".");
|
||||
}
|
||||
this.databaseHandler.LoadPlayerData(player.getName());
|
||||
if (killedpoint < 1) {
|
||||
player.sendMessage(ChatColor.RED + killed + " 已经是穷光蛋了 无法获得任何点数.");
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
name: PvPTitles
|
||||
main: com.gmail.mikeundead.PvPTitles
|
||||
version: ${project.version}
|
||||
softdepend: [Vault]
|
||||
authors:
|
||||
- 喵♂呜
|
||||
softdepend:
|
||||
- Vault
|
||||
commands:
|
||||
rank:
|
||||
description: 显示状态
|
||||
|
||||
Reference in New Issue
Block a user