Added a list of available services to the documentation
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user