Class LiteBansIntegration
java.lang.Object
com.gamersafer.minecraft.auth.common.integration.impl.LiteBansIntegration
- All Implemented Interfaces:
Integration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidban(UUID uuid, String playerName, UUID banner, String bannerName, String reason, Date banDate, boolean ipBan, @Nullable Date endDate, @Nullable String uniqueServerId, @Nullable String playerHostAddress) voidkick(UUID uuid, String playerName, UUID kicker, String kickerName, String reason, Date kickDate, @Nullable String uniqueServerId) voidmute(UUID uuid, String playerName, UUID muter, String muterName, String reason, Date muteDate, @Nullable Date endDate, @Nullable String uniqueServerId) voidshutdown()voidunban(UUID uuid, String playerName, UUID unbanner, String unbannerName, String reason, Date unbanDate) voidvoidwarn(UUID uuid, String playerName, UUID warner, String warnerName, String reason, Date warnDate, @Nullable Date endDate, @Nullable String uniqueServerId)
-
Constructor Details
-
LiteBansIntegration
-
-
Method Details
-
getPluginName
- Specified by:
getPluginNamein interfaceIntegration
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceIntegration
-
kick
public void kick(UUID uuid, String playerName, UUID kicker, String kickerName, String reason, Date kickDate, @Nullable String uniqueServerId) - Specified by:
kickin interfaceIntegration
-
ban
public void ban(UUID uuid, String playerName, UUID banner, String bannerName, String reason, Date banDate, boolean ipBan, @Nullable Date endDate, @Nullable String uniqueServerId, @Nullable String playerHostAddress) - Specified by:
banin interfaceIntegration
-
unban
public void unban(UUID uuid, String playerName, UUID unbanner, String unbannerName, String reason, Date unbanDate) - Specified by:
unbanin interfaceIntegration
-
mute
public void mute(UUID uuid, String playerName, UUID muter, String muterName, String reason, Date muteDate, @Nullable Date endDate, @Nullable String uniqueServerId) - Specified by:
mutein interfaceIntegration
-
unmute
- Specified by:
unmutein interfaceIntegration
-
warn
public void warn(UUID uuid, String playerName, UUID warner, String warnerName, String reason, Date warnDate, @Nullable Date endDate, @Nullable String uniqueServerId) - Specified by:
warnin interfaceIntegration
-
importData
- Specified by:
importDatain interfaceIntegration
-
importBans
-
importWarnings
-
importMutes
-
importKicks
-