MilkBowl / VaultAPI

API Component of Vault
GNU Lesser General Public License v3.0
274 stars 108 forks source link

Ban API #131

Closed leonardo-dgs closed 2 years ago

leonardo-dgs commented 2 years ago

It would be useful a Ban API, for example to detect if a player is banned, or to ban a player not only with the vanilla ban system.

The Bukkit API gives you the possibility to check if a player is banned, to ban a player etc, but it's only for the Vanilla bans, this API would make possible those methods even for custom ban plugins (that store bans in a different location).

Geolykt commented 2 years ago

You really like your Ban API, don't you?

leonardo-dgs commented 2 years ago

If you want, I can make a pull request.