Add variables for GriefPrevention
MineTheCube opened this issue ยท 3 comments
Hi,
Could you add support for GriefPrevention ? I would need these variables:
- remaining_blocks: api method
- total_blocks: example code
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 :)
Thanks :)
And what about these ?
- remaining_blocks: api method
- total_blocks: example code (without getGroupBonusBlocks for now)
I made a pull request here: #133