Closed MineTheCube closed 8 years ago
Hi,
Could you add support for GriefPrevention ? I would need these variables:
And you could add these as well:
PlayerData#getAccruedClaimBlocks()
PlayerData#getBonusClaimBlocks()
DataStore#getGroupBonusBlocks(UUID)
I think you can use these events to update the variables: package events
Thanks :)
The last one isn't public.
And what about these ?
I made a pull request here: #133
Hi,
Could you add support for GriefPrevention ? I would need these variables:
And you could add these as well:
PlayerData#getAccruedClaimBlocks()
PlayerData#getBonusClaimBlocks()
DataStore#getGroupBonusBlocks(UUID)
I think you can use these events to update the variables: package events
Thanks :)