Package dev.plex.storage.punishment
Class SQLPunishment
java.lang.Object
dev.plex.storage.punishment.SQLPunishment
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPunishments
(String ip) getPunishments
(UUID uuid) insertPunishment
(Punishment punishment) void
syncRemoveBan
(UUID uuid) updatePunishment
(PunishmentType type, boolean active, UUID punished)
-
Field Details
-
SELECT
- See Also:
-
SELECT_BY_IP
- See Also:
-
SELECT_BY
- See Also:
-
INSERT
- See Also:
-
UPDATE_PUNISHMENT
- See Also:
-
-
Constructor Details
-
SQLPunishment
public SQLPunishment()
-
-
Method Details
-
getPunishments
-
getPunishments
-
getPunishments
-
insertPunishment
-
syncRemoveBan
-
updatePunishment
public CompletableFuture<Void> updatePunishment(PunishmentType type, boolean active, UUID punished) -
removeBan
-