Tweaked /claimslist output.
This commit is contained in:
parent
7d81dc4f5e
commit
b67b2d531c
|
|
@ -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.");
|
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)
|
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++)
|
for(int i = 0; i < playerData.getClaims().size(); i++)
|
||||||
{
|
{
|
||||||
Claim claim = playerData.getClaims().get(i);
|
Claim claim = playerData.getClaims().get(i);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user