Tweaked /claimslist output.

This commit is contained in:
ryanhamshire 2015-04-13 20:30:10 -07:00
parent 7d81dc4f5e
commit b67b2d531c

View File

@ -1599,7 +1599,7 @@ public class GriefPrevention extends JavaPlugin
GriefPrevention.sendMessage(player, TextMode.Instr, " " + playerData.getAccruedClaimBlocks() + " blocks from play +" + (playerData.getBonusClaimBlocks() + this.dataStore.getGroupBonusBlocks(otherPlayer.getUniqueId())) + " bonus = " + (playerData.getAccruedClaimBlocks() + playerData.getBonusClaimBlocks() + this.dataStore.getGroupBonusBlocks(otherPlayer.getUniqueId())) + " total.");
if(claims.size() > 0)
{
GriefPrevention.sendMessage(player, TextMode.Instr, "Your Claims:");
GriefPrevention.sendMessage(player, TextMode.Instr, "Claims:");
for(int i = 0; i < playerData.getClaims().size(); i++)
{
Claim claim = playerData.getClaims().get(i);