ScoreboardStatsX

ScoreboardStatsX

3M Downloads

Add variables for GriefPrevention

MineTheCube opened this issue ยท 3 comments

commented

Hi,

Could you add support for GriefPrevention ? I would need these variables:

And you could add these as well:

  • accrued_claim_block using PlayerData#getAccruedClaimBlocks()
  • bonus_claim_blocks using PlayerData#getBonusClaimBlocks()
  • group_bonus_blocks using DataStore#getGroupBonusBlocks(UUID)

I think you can use these events to update the variables: package events

Thanks :)

commented

The last one isn't public.

commented

Thanks :)

And what about these ?

commented

I made a pull request here: #133