Added a list of available services to the documentation

This commit is contained in:
bluefireoly
2020-10-19 18:00:34 +02:00
parent 8b087d78e1
commit 0f62db6155

View File

@@ -38,6 +38,12 @@ fun Player.checkIP(
/**
* @param services A list of [BadIPDetectionService]s.
* The order matters!
*
* Available services:
* - [net.axay.kspigot.ipaddress.badipdetectionservices.IPInfo] (recommended, but requires login)
* - [net.axay.kspigot.ipaddress.badipdetectionservices.GetIPIntel]
* - [net.axay.kspigot.ipaddress.badipdetectionservices.IPHub]
* - [net.axay.kspigot.ipaddress.badipdetectionservices.VPNBlocker]
*/
class BadIPDetector(
val services: List<BadIPDetectionService>