ColinHDev / CPlot

Land and world management plugin for PocketMine-MP
https://discord.gg/cAYKEtaqnp
GNU General Public License v3.0
29 stars 12 forks source link

Fixed being able to claim more than max allowed plots #58

Closed Acsrel closed 2 years ago

Acsrel commented 2 years ago

The plugin checks if the player has more plots than the maximum allowed, which allows players to claim 1 extra plot over the limit, so this pull request simply checks if the player has greater than or equal to the plots limit.

ColinHDev commented 2 years ago

Thank you very much! I don't know how that never came to my attention...