From 0f62db615527d668f306ba43cee531be260a99fb Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Mon, 19 Oct 2020 18:00:34 +0200 Subject: [PATCH] Added a list of available services to the documentation --- .../kotlin/net/axay/kspigot/ipaddress/BadIPDetection.kt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/kotlin/net/axay/kspigot/ipaddress/BadIPDetection.kt b/src/main/kotlin/net/axay/kspigot/ipaddress/BadIPDetection.kt index dfd2648e..5613f116 100644 --- a/src/main/kotlin/net/axay/kspigot/ipaddress/BadIPDetection.kt +++ b/src/main/kotlin/net/axay/kspigot/ipaddress/BadIPDetection.kt @@ -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