fixed item drps on death and gamebeddestroed
This commit is contained in:
@ -13,7 +13,6 @@ import rip.tilly.bedwars.BedWars;
|
||||
import rip.tilly.bedwars.playerdata.PlayerData;
|
||||
import rip.tilly.bedwars.utils.CC;
|
||||
|
||||
import java.text.DecimalFormat;
|
||||
import java.util.List;
|
||||
|
||||
public class TablistProvider implements TabAdapter {
|
||||
@ -58,7 +57,6 @@ public class TablistProvider implements TabAdapter {
|
||||
Property property = skin.getProperties().get("textures").stream().findFirst().orElse(null);
|
||||
|
||||
PlayerData playerData = this.plugin.getPlayerDataManager().getPlayerData(player.getUniqueId());
|
||||
DecimalFormat decimalFormat = new DecimalFormat("0.00");
|
||||
|
||||
lines.add(new TabEntry(3, 2, CC.translate("&d&lYour Profile")).setPing(-1).setSkin(new Skin(property.getValue(), property.getSignature())));
|
||||
lines.add(new TabEntry(3, 3, CC.translate(" &fKills: &d" + playerData.getKills())).setPing(-1));
|
||||
|
Reference in New Issue
Block a user