Package dev.majek.pc.hooks
Class LiteBans
- java.lang.Object
-
- dev.majek.pc.hooks.LiteBans
-
public class LiteBans extends Object
Handles integration with LiteBans.
-
-
Constructor Summary
Constructors Constructor Description LiteBans()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isLiteBansBanned(UUID uuid, String ipAddress)
Check if the player is banned by LiteBansstatic boolean
isLiteBansMuted(UUID uuid, String ipAddress)
Check if the player is muted by LiteBans
-