Index
Alle Klassen und Schnittstellen|Alle Packages|Serialisierte Form
A
- ActiveBanInfo - Klasse in me.kzlyth.api.ban
-
Represents complete information about an active ban for a player.
- ActiveBanInfo(int, String, long, long, String, UUID, boolean, String) - Konstruktor für Klasse me.kzlyth.api.ban.ActiveBanInfo
-
Constructs a new ActiveBanInfo object.
- ActiveMuteInfo - Klasse in me.kzlyth.api.mute
-
Represents complete information about an active mute for a player.
- ActiveMuteInfo(int, String, long, long, String, UUID, boolean, String) - Konstruktor für Klasse me.kzlyth.api.mute.ActiveMuteInfo
-
Constructs a new ActiveMuteInfo object.
- addNote(String, String, String) - Methode in Klasse me.kzlyth.api.notes.NotesAPI
-
Adds a new note for a player.
- addNote(UUID, String, String) - Methode in Klasse me.kzlyth.api.notes.NotesAPI
-
Adds a new note for a player.
- AltInfo - Klasse in me.kzlyth.api
-
Represents information about a potential alt account.
- AltInfo(UUID, String) - Konstruktor für Klasse me.kzlyth.api.AltInfo
-
Constructs a new AltInfo object.
- AltLimitAPI - Klasse in me.kzlyth.api.altlimit
-
API class for handling alt limit operations.
- AltLimitAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.altlimit.AltLimitAPI
-
Constructs a new AltLimitAPI.
- APIUnavailableException - Ausnahmeklasse in me.kzlyth.api.exceptions
-
Exception thrown when the API is not available or the plugin is not enabled.
- APIUnavailableException() - Konstruktor für Ausnahmeklasse me.kzlyth.api.exceptions.APIUnavailableException
-
Constructs a new APIUnavailableException with a default message.
- APIUnavailableException(String) - Konstruktor für Ausnahmeklasse me.kzlyth.api.exceptions.APIUnavailableException
-
Constructs a new APIUnavailableException with the specified detail message.
- APIUnavailableException(String, Throwable) - Konstruktor für Ausnahmeklasse me.kzlyth.api.exceptions.APIUnavailableException
-
Constructs a new APIUnavailableException with the specified detail message and cause.
B
- ban(String, String, String, String) - Methode in Klasse me.kzlyth.api.ban.BanAPI
-
Bans a player with a specified duration.
- ban(UUID, UUID, String, String) - Methode in Klasse me.kzlyth.api.ban.BanAPI
-
Bans a player with a specified duration.
- BanAPI - Klasse in me.kzlyth.api.ban
-
API for banning and unbanning players in Zenith-Mod.
- BanAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.ban.BanAPI
-
Constructs a new BanAPI instance.
- banOffline(String, String, String, String) - Methode in Klasse me.kzlyth.api.ban.BanAPI
-
Bans an offline player with a specified duration.
- banOffline(UUID, UUID, String, String) - Methode in Klasse me.kzlyth.api.ban.BanAPI
-
Bans an offline player with a specified duration.
- BanTemplate - Klasse in me.kzlyth.api.template.ban
-
Represents a ban template (custom ban configuration) in Zenith-Mod.
- BanTemplate(String, String, String, boolean, String, EscalationConfig, List<DurationLevel>) - Konstruktor für Klasse me.kzlyth.api.template.ban.BanTemplate
-
Constructs a new BanTemplate object.
- BanTemplateAPI - Klasse in me.kzlyth.api.template.ban
-
API for accessing ban templates (custom bans) in Zenith-Mod.
- BanTemplateAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.template.ban.BanTemplateAPI
-
Constructs a new BanTemplateAPI instance.
- banWithTemplate(String, String, String, String) - Methode in Klasse me.kzlyth.api.ban.BanAPI
-
Bans a player using a template (custom ban with escalation support).
- banWithTemplate(UUID, UUID, String, String) - Methode in Klasse me.kzlyth.api.ban.BanAPI
-
Bans a player using a template (custom ban with escalation support).
C
- ChatFreezeAPI - Klasse in me.kzlyth.api.chatfreeze
-
API for freezing and unfreezing the chat in Zenith-Mod.
- ChatFreezeAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.chatfreeze.ChatFreezeAPI
-
Constructs a new ChatFreezeAPI instance.
- clear() - Methode in Klasse me.kzlyth.api.events.ZenithEventBus
-
Clears all handlers for all event types.
- clearInventory(String, String) - Methode in Klasse me.kzlyth.api.essentials.EssentialsAPI
-
Clears a player's inventory completely (including armor and offhand).
- clearInventory(UUID, UUID) - Methode in Klasse me.kzlyth.api.essentials.EssentialsAPI
-
Clears a player's inventory completely (including armor and offhand).
- clearNotes(String) - Methode in Klasse me.kzlyth.api.notes.NotesAPI
-
Clears all notes for a player.
- clearNotes(UUID) - Methode in Klasse me.kzlyth.api.notes.NotesAPI
-
Clears all notes for a player.
D
- DurationLevel - Klasse in me.kzlyth.api.template.ban
-
Represents a duration level within a ban template.
- DurationLevel - Klasse in me.kzlyth.api.template.mute
-
Represents a duration level within a mute template.
- DurationLevel(int, String, String) - Konstruktor für Klasse me.kzlyth.api.template.ban.DurationLevel
-
Constructs a new DurationLevel object.
- DurationLevel(int, String, String) - Konstruktor für Klasse me.kzlyth.api.template.mute.DurationLevel
-
Constructs a new DurationLevel object.
E
- EscalationConfig - Klasse in me.kzlyth.api.template.ban
-
Represents the escalation configuration for a ban template.
- EscalationConfig - Klasse in me.kzlyth.api.template.mute
-
Represents the escalation configuration for a mute template.
- EscalationConfig(boolean, boolean, int) - Konstruktor für Klasse me.kzlyth.api.template.ban.EscalationConfig
-
Constructs a new EscalationConfig object.
- EscalationConfig(boolean, boolean, int) - Konstruktor für Klasse me.kzlyth.api.template.mute.EscalationConfig
-
Constructs a new EscalationConfig object.
- EscalationLevel - Klasse in me.kzlyth.api.template.warn
-
Represents an escalation level in a warn template.
- EscalationLevel(int, String, String, String) - Konstruktor für Klasse me.kzlyth.api.template.warn.EscalationLevel
-
Constructs a new EscalationLevel object.
- EssentialsAPI - Klasse in me.kzlyth.api.essentials
-
API for essentials functions in Zenith-Mod (God Mode, Fly Mode, Heal, Feed, Clear Inventory, Teleport).
- EssentialsAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.essentials.EssentialsAPI
-
Constructs a new EssentialsAPI instance.
- exists(String) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Checks if a user exists in the database by player name.
- exists(UUID) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Checks if a user exists in the database by UUID.
F
- feed(String, String) - Methode in Klasse me.kzlyth.api.essentials.EssentialsAPI
-
Feeds a player, restoring hunger and saturation to maximum.
- feed(UUID, UUID) - Methode in Klasse me.kzlyth.api.essentials.EssentialsAPI
-
Feeds a player, restoring hunger and saturation to maximum.
- freeze(String, String, String) - Methode in Klasse me.kzlyth.api.freeze.FreezeAPI
-
Freezes a player with a specified reason.
- freeze(UUID, UUID, String) - Methode in Klasse me.kzlyth.api.freeze.FreezeAPI
-
Freezes a player with a specified reason.
- FreezeAPI - Klasse in me.kzlyth.api.freeze
-
API for freezing players in Zenith-Mod.
- FreezeAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.freeze.FreezeAPI
-
Constructs a new FreezeAPI instance.
- freezeChat(String, String) - Methode in Klasse me.kzlyth.api.chatfreeze.ChatFreezeAPI
-
Freezes the chat, preventing all players from sending messages (except those with bypass permission).
- freezeChat(UUID, String) - Methode in Klasse me.kzlyth.api.chatfreeze.ChatFreezeAPI
-
Freezes the chat, preventing all players from sending messages (except those with bypass permission).
G
- getAction() - Methode in Klasse me.kzlyth.api.template.warn.EscalationLevel
-
Gets the action to take when this escalation level is triggered.
- getActiveBanCase() - Methode in Klasse me.kzlyth.api.status.PunishmentStatus
-
Gets the active ban case ID.
- getActiveBanInfo(String) - Methode in Klasse me.kzlyth.api.ban.BanAPI
-
Gets complete information about the active ban for a player.
- getActiveBanInfo(UUID) - Methode in Klasse me.kzlyth.api.ban.BanAPI
-
Gets complete information about the active ban for a player.
- getActiveCase() - Methode in Klasse me.kzlyth.api.models.UserInfo
-
Gets the active case ID associated with this player.
- getActiveCase() - Methode in Klasse me.kzlyth.api.status.PunishmentStatus
-
Gets the active case ID.
- getActiveCase(String) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Gets the active case ID for a player by name.
- getActiveCase(UUID) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Gets the active case ID for a player by UUID.
- getActiveCasesForIp(String) - Methode in Klasse me.kzlyth.api.ip.IPAPI
-
Gets all active case IDs for an IP address.
- getActiveHistory(String) - Methode in Klasse me.kzlyth.api.history.HistoryAPI
-
Gets only the active punishments for a user.
- getActiveHistory(UUID) - Methode in Klasse me.kzlyth.api.history.HistoryAPI
-
Gets only the active punishments for a user.
- getActiveMuteCase() - Methode in Klasse me.kzlyth.api.status.PunishmentStatus
-
Gets the active mute case ID.
- getActiveMuteInfo(String) - Methode in Klasse me.kzlyth.api.mute.MuteAPI
-
Gets complete information about the active mute for a player.
- getActiveMuteInfo(UUID) - Methode in Klasse me.kzlyth.api.mute.MuteAPI
-
Gets complete information about the active mute for a player.
- getActivePunishment(String, String) - Methode in Klasse me.kzlyth.api.status.PunishmentStatusAPI
-
Gets the active punishment entry for a player by punishment type.
- getActivePunishment(UUID, String) - Methode in Klasse me.kzlyth.api.status.PunishmentStatusAPI
-
Gets the active punishment entry for a player by punishment type.
- getAdditionalData() - Methode in Klasse me.kzlyth.api.ban.ActiveBanInfo
-
Gets additional data associated with the ban.
- getAdditionalData() - Methode in Klasse me.kzlyth.api.history.HistoryEntry
-
Gets additional data associated with this punishment.
- getAdditionalData() - Methode in Klasse me.kzlyth.api.mute.ActiveMuteInfo
-
Gets additional data associated with the mute.
- getAdditionalData() - Methode in Klasse me.kzlyth.api.notes.Note
-
Gets additional data associated with this note.
- getAdditionalData() - Methode in Klasse me.kzlyth.api.warn.Warn
-
Gets additional data associated with this warning.
- getAllIps(String) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Gets all IP addresses associated with a player by name.
- getAllIps(UUID) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Gets all IP addresses associated with a player by UUID.
- getAllTemplates() - Methode in Klasse me.kzlyth.api.template.ban.BanTemplateAPI
-
Gets all available ban templates.
- getAllTemplates() - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplateAPI
-
Gets all available mute templates.
- getAllTemplates() - Methode in Klasse me.kzlyth.api.template.warn.WarnTemplateAPI
-
Gets all available warn templates.
- getAltLimit(String) - Methode in Klasse me.kzlyth.api.altlimit.AltLimitAPI
-
Gets the custom alt limit for a player by name.
- getAltLimit(UUID) - Methode in Klasse me.kzlyth.api.altlimit.AltLimitAPI
-
Gets the custom alt limit for a player by UUID.
- getAltLimitAPI() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the alt limit API instance.
- getAlts(String) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Gets potential alt accounts for a player by player name.
- getAlts(UUID) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Gets potential alt accounts for a player by UUID.
- getAutoActions(String) - Methode in Klasse me.kzlyth.api.template.warn.WarnTemplateAPI
-
Gets all auto actions (escalation levels) for a specific template.
- getAutoIpBan(String) - Methode in Klasse me.kzlyth.api.template.ban.BanTemplateAPI
-
Gets the auto IP ban setting for a specific template.
- getAutoIpMute(String) - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplateAPI
-
Gets the auto IP mute setting for a specific template.
- getBanAPI() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the ban API instance.
- getBanCount(String) - Methode in Klasse me.kzlyth.api.statistics.user.UserStatisticsAPI
-
Gets the number of times a user has been banned.
- getBanCount(UUID) - Methode in Klasse me.kzlyth.api.statistics.user.UserStatisticsAPI
-
Gets the number of times a user has been banned.
- getBannedCount() - Methode in Klasse me.kzlyth.api.statistics.global.GlobalStatisticsAPI
-
Gets the total number of banned players (account bans only, not IP bans).
- getBansGiven(String) - Methode in Klasse me.kzlyth.api.statistics.staff.StaffStatisticsAPI
-
Gets the number of bans a user has given as a staff member.
- getBansGiven(UUID) - Methode in Klasse me.kzlyth.api.statistics.staff.StaffStatisticsAPI
-
Gets the number of bans a user has given as a staff member.
- getBanTemplateAPI() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the ban template API instance.
- getCaseById(int) - Methode in Klasse me.kzlyth.api.history.HistoryAPI
-
Gets a history entry (case) by its case ID.
- getCaseId() - Methode in Klasse me.kzlyth.api.ban.ActiveBanInfo
-
Gets the case ID of the active ban.
- getCaseId() - Methode in Klasse me.kzlyth.api.events.ZenithEvent
-
Gets the case ID associated with this action.
- getCaseId() - Methode in Klasse me.kzlyth.api.history.HistoryEntry
-
Gets the case ID of this history entry.
- getCaseId() - Methode in Klasse me.kzlyth.api.mute.ActiveMuteInfo
-
Gets the case ID of the active mute.
- getCaseId() - Methode in Klasse me.kzlyth.api.template.ban.TemplateResult
-
Gets the case ID that would be assigned.
- getCaseId() - Methode in Klasse me.kzlyth.api.template.mute.TemplateResult
-
Gets the case ID that would be assigned.
- getCaseId() - Methode in Klasse me.kzlyth.api.warn.Warn
-
Gets the case ID associated with this warning.
- getChatFreezeAPI() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the chat freeze API instance.
- getCurrentAltCount(String) - Methode in Klasse me.kzlyth.api.altlimit.AltLimitAPI
-
Gets the current number of alt accounts for a player by name.
- getCurrentAltCount(UUID) - Methode in Klasse me.kzlyth.api.altlimit.AltLimitAPI
-
Gets the current number of alt accounts for a player by UUID.
- getDefaultAltLimit() - Methode in Klasse me.kzlyth.api.altlimit.AltLimitAPI
-
Gets the default alt limit from the configuration.
- getDefaultReason() - Methode in Klasse me.kzlyth.api.template.ban.BanTemplate
-
Gets the default reason for bans using this template.
- getDefaultReason() - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplate
-
Gets the default reason for mutes using this template.
- getDescription() - Methode in Klasse me.kzlyth.api.template.ban.BanTemplate
-
Gets the description of this template.
- getDescription() - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplate
-
Gets the description of this template.
- getDescription() - Methode in Klasse me.kzlyth.api.template.warn.WarnTemplate
-
Gets the description of this template.
- getDuration() - Methode in Klasse me.kzlyth.api.ban.ActiveBanInfo
-
Gets the duration of the ban in milliseconds.
- getDuration() - Methode in Klasse me.kzlyth.api.history.HistoryEntry
-
Gets the duration of the punishment.
- getDuration() - Methode in Klasse me.kzlyth.api.mute.ActiveMuteInfo
-
Gets the duration of the mute in milliseconds.
- getDuration() - Methode in Klasse me.kzlyth.api.template.ban.DurationLevel
-
Gets the duration string.
- getDuration() - Methode in Klasse me.kzlyth.api.template.mute.DurationLevel
-
Gets the duration string.
- getDuration() - Methode in Klasse me.kzlyth.api.template.warn.EscalationLevel
-
Gets the duration for the action (if applicable).
- getDurationLevel(int) - Methode in Klasse me.kzlyth.api.template.ban.BanTemplate
-
Gets the duration level for a specific offense level.
- getDurationLevel(int) - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplate
-
Gets the duration level for a specific offense level.
- getDurations() - Methode in Klasse me.kzlyth.api.template.ban.BanTemplate
-
Gets the list of duration levels for this template.
- getDurations() - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplate
-
Gets the list of duration levels for this template.
- getDurationSeconds() - Methode in Klasse me.kzlyth.api.events.ban.PlayerBanEvent
-
Gets the duration of the ban in seconds.
- getDurationSeconds() - Methode in Klasse me.kzlyth.api.events.mute.PlayerMuteEvent
-
Gets the duration of the mute in seconds.
- getDurationSeconds() - Methode in Klasse me.kzlyth.api.template.ban.TemplateResult
-
Gets the duration in seconds.
- getDurationSeconds() - Methode in Klasse me.kzlyth.api.template.mute.TemplateResult
-
Gets the duration in seconds.
- getEffectiveAltLimit(String) - Methode in Klasse me.kzlyth.api.altlimit.AltLimitAPI
-
Gets the effective alt limit for a player by name.
- getEffectiveAltLimit(UUID) - Methode in Klasse me.kzlyth.api.altlimit.AltLimitAPI
-
Gets the effective alt limit for a player by UUID.
- getEscalation() - Methode in Klasse me.kzlyth.api.template.ban.BanTemplate
-
Gets the escalation configuration.
- getEscalation() - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplate
-
Gets the escalation configuration.
- getEssentialsAPI() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the essentials API instance.
- getExpiresAt() - Methode in Klasse me.kzlyth.api.ban.ActiveBanInfo
-
Gets the timestamp when the ban expires.
- getExpiresAt() - Methode in Klasse me.kzlyth.api.mute.ActiveMuteInfo
-
Gets the timestamp when the mute expires.
- getFirstSeen() - Methode in Klasse me.kzlyth.api.models.UserInfo
-
Gets the timestamp when the player was first seen.
- getFirstSeen(String) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Gets the first seen timestamp for a player by name.
- getFirstSeen(UUID) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Gets the first seen timestamp for a player by UUID.
- getFirstSeenForIp(String) - Methode in Klasse me.kzlyth.api.ip.IPAPI
-
Gets the first seen timestamp for an IP address.
- getFormattedDuration() - Methode in Klasse me.kzlyth.api.template.ban.TemplateResult
-
Gets the formatted duration string.
- getFormattedDuration() - Methode in Klasse me.kzlyth.api.template.mute.TemplateResult
-
Gets the formatted duration string.
- getFreezeAPI() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the freeze API instance.
- getFrozenPlayers() - Methode in Klasse me.kzlyth.api.freeze.FreezeAPI
-
Gets a list of UUIDs of all currently frozen players.
- getGlobalStatistics() - Methode in Klasse me.kzlyth.api.statistics.StatisticsAPI
-
Gets the global statistics API instance.
- getHandlerCount(Class<T>) - Methode in Klasse me.kzlyth.api.events.ZenithEventBus
-
Gets the number of handlers for a specific event type.
- getHistory(String) - Methode in Klasse me.kzlyth.api.history.HistoryAPI
-
Gets the complete history list for a user.
- getHistory(UUID) - Methode in Klasse me.kzlyth.api.history.HistoryAPI
-
Gets the complete history list for a user.
- getHistoryAPI() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the history API instance.
- getHistoryByCaseId(int) - Methode in Klasse me.kzlyth.api.history.HistoryAPI
-
Gets a specific history entry by its case ID.
- getHistoryByDateRange(String, long, long) - Methode in Klasse me.kzlyth.api.history.HistoryAPI
-
Gets history entries for a user within a specific date range.
- getHistoryByDateRange(UUID, long, long) - Methode in Klasse me.kzlyth.api.history.HistoryAPI
-
Gets history entries for a user within a specific date range.
- getHistoryByReason(String, String) - Methode in Klasse me.kzlyth.api.history.HistoryAPI
-
Gets history entries for a user that match a reason query.
- getHistoryByReason(UUID, String) - Methode in Klasse me.kzlyth.api.history.HistoryAPI
-
Gets history entries for a user that match a reason query.
- getHistoryByStaff(String) - Methode in Klasse me.kzlyth.api.history.HistoryAPI
-
Gets all history entries issued by a specific staff member.
- getHistoryByStaff(UUID) - Methode in Klasse me.kzlyth.api.history.HistoryAPI
-
Gets all history entries issued by a specific staff member.
- getHistoryByType(String, String) - Methode in Klasse me.kzlyth.api.history.HistoryAPI
-
Gets the history entries filtered by punishment type for a user.
- getHistoryByType(UUID, String) - Methode in Klasse me.kzlyth.api.history.HistoryAPI
-
Gets the history entries filtered by punishment type for a user.
- getHistoryCount(String) - Methode in Klasse me.kzlyth.api.history.HistoryAPI
-
Gets the count of history entries for a user.
- getHistoryCount(UUID) - Methode in Klasse me.kzlyth.api.history.HistoryAPI
-
Gets the count of history entries for a user.
- getHistorySinceDays(String, int) - Methode in Klasse me.kzlyth.api.history.HistoryAPI
-
Gets history entries for a user created within the last N days.
- getHistorySinceDays(UUID, int) - Methode in Klasse me.kzlyth.api.history.HistoryAPI
-
Gets history entries for a user created within the last N days.
- getId() - Methode in Klasse me.kzlyth.api.notes.Note
-
Gets the unique ID of this note.
- getInstance() - Statische Methode in Klasse me.kzlyth.api.events.ZenithEventBus
-
Gets the singleton instance of the event bus.
- getInstance() - Statische Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the singleton instance of the Zenith-API.
- getIPAPI() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the IP API instance.
- getIpArray() - Methode in Klasse me.kzlyth.api.models.UserInfo
-
Gets the list of all IP addresses associated with this player.
- getIpArray(String) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Gets the IP array for a player by name.
- getIpArray(UUID) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Gets the IP array for a player by UUID.
- getIpBannedCount() - Methode in Klasse me.kzlyth.api.statistics.global.GlobalStatisticsAPI
-
Gets the total number of IP-banned players.
- getIpCount(String) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Gets the count of unique IP addresses associated with a player by name.
- getIpCount(UUID) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Gets the count of unique IP addresses associated with a player by UUID.
- getIpMutedCount() - Methode in Klasse me.kzlyth.api.statistics.global.GlobalStatisticsAPI
-
Gets the total number of IP-muted players.
- getKey() - Methode in Klasse me.kzlyth.api.template.ban.BanTemplate
-
Gets the unique identifier key for this template.
- getKey() - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplate
-
Gets the unique identifier key for this template.
- getKickAPI() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the kick API instance.
- getKickCount(String) - Methode in Klasse me.kzlyth.api.statistics.user.UserStatisticsAPI
-
Gets the number of times a user has been kicked.
- getKickCount(UUID) - Methode in Klasse me.kzlyth.api.statistics.user.UserStatisticsAPI
-
Gets the number of times a user has been kicked.
- getKicksGiven(String) - Methode in Klasse me.kzlyth.api.statistics.staff.StaffStatisticsAPI
-
Gets the number of kicks a user has given as a staff member.
- getKicksGiven(UUID) - Methode in Klasse me.kzlyth.api.statistics.staff.StaffStatisticsAPI
-
Gets the number of kicks a user has given as a staff member.
- getLastSeen() - Methode in Klasse me.kzlyth.api.models.UserInfo
-
Gets the timestamp when the player was last seen.
- getLastSeen(String) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Gets the last seen timestamp for a player by name.
- getLastSeen(UUID) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Gets the last seen timestamp for a player by UUID.
- getLastSeenForIp(String) - Methode in Klasse me.kzlyth.api.ip.IPAPI
-
Gets the last seen timestamp for an IP address.
- getLatestIp() - Methode in Klasse me.kzlyth.api.models.UserInfo
-
Gets the latest IP address used by the player.
- getLatestIp(String) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Gets the latest IP address for a player by name.
- getLatestIp(UUID) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Gets the latest IP address for a player by UUID.
- getLevel() - Methode in Klasse me.kzlyth.api.template.ban.DurationLevel
-
Gets the offense level.
- getLevel() - Methode in Klasse me.kzlyth.api.template.mute.DurationLevel
-
Gets the offense level.
- getMaxLevel() - Methode in Klasse me.kzlyth.api.template.ban.EscalationConfig
-
Gets the maximum escalation level.
- getMaxLevel() - Methode in Klasse me.kzlyth.api.template.mute.EscalationConfig
-
Gets the maximum escalation level.
- getMaxOffenseLevel() - Methode in Klasse me.kzlyth.api.template.ban.BanTemplate
-
Gets the maximum offense level configured for this template.
- getMaxOffenseLevel() - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplate
-
Gets the maximum offense level configured for this template.
- getMuteAPI() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the mute API instance.
- getMuteCount(String) - Methode in Klasse me.kzlyth.api.statistics.user.UserStatisticsAPI
-
Gets the number of times a user has been muted.
- getMuteCount(UUID) - Methode in Klasse me.kzlyth.api.statistics.user.UserStatisticsAPI
-
Gets the number of times a user has been muted.
- getMutedCount() - Methode in Klasse me.kzlyth.api.statistics.global.GlobalStatisticsAPI
-
Gets the total number of muted players (account mutes only, not IP mutes).
- getMutesGiven(String) - Methode in Klasse me.kzlyth.api.statistics.staff.StaffStatisticsAPI
-
Gets the number of mutes a user has given as a staff member.
- getMutesGiven(UUID) - Methode in Klasse me.kzlyth.api.statistics.staff.StaffStatisticsAPI
-
Gets the number of mutes a user has given as a staff member.
- getMuteTemplateAPI() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the mute template API instance.
- getName() - Methode in Klasse me.kzlyth.api.template.ban.BanTemplate
-
Gets the display name of this template.
- getName() - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplate
-
Gets the display name of this template.
- getName() - Methode in Klasse me.kzlyth.api.template.warn.WarnTemplate
-
Gets the unique identifier key for this template.
- getNote() - Methode in Klasse me.kzlyth.api.notes.Note
-
Gets the note content.
- getNoteById(int) - Methode in Klasse me.kzlyth.api.notes.NotesAPI
-
Gets a specific note by its ID.
- getNoteCount(String) - Methode in Klasse me.kzlyth.api.statistics.user.UserStatisticsAPI
-
Gets the number of notes a user has.
- getNoteCount(UUID) - Methode in Klasse me.kzlyth.api.statistics.user.UserStatisticsAPI
-
Gets the number of notes a user has.
- getNotes(String) - Methode in Klasse me.kzlyth.api.notes.NotesAPI
-
Gets all notes for a player.
- getNotes(UUID) - Methode in Klasse me.kzlyth.api.notes.NotesAPI
-
Gets all notes for a player.
- getNotesAPI() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the notes API instance.
- getNotesByStaff(String) - Methode in Klasse me.kzlyth.api.notes.NotesAPI
-
Gets all notes created by a specific staff member.
- getNotesGiven(String) - Methode in Klasse me.kzlyth.api.statistics.staff.StaffStatisticsAPI
-
Gets the number of notes a user has written as a staff member.
- getNotesGiven(UUID) - Methode in Klasse me.kzlyth.api.statistics.staff.StaffStatisticsAPI
-
Gets the number of notes a user has written as a staff member.
- getNotesSinceDays(int) - Methode in Klasse me.kzlyth.api.notes.NotesAPI
-
Gets all notes created within the last N days.
- getOffenseLevel() - Methode in Klasse me.kzlyth.api.template.ban.TemplateResult
-
Gets the offense level.
- getOffenseLevel() - Methode in Klasse me.kzlyth.api.template.mute.TemplateResult
-
Gets the offense level.
- getOffenseLevel(String, String) - Methode in Klasse me.kzlyth.api.template.ban.BanTemplateAPI
-
Gets the offense level for a player with a specific template.
- getOffenseLevel(String, String) - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplateAPI
-
Gets the offense level for a player with a specific template.
- getOffenseLevel(UUID, String) - Methode in Klasse me.kzlyth.api.template.ban.BanTemplateAPI
-
Gets the offense level for a player with a specific template.
- getOffenseLevel(UUID, String) - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplateAPI
-
Gets the offense level for a player with a specific template.
- getOnlineCount() - Methode in Klasse me.kzlyth.api.statistics.global.GlobalStatisticsAPI
-
Gets the total number of online players currently on the server.
- getPlayer() - Methode in Klasse me.kzlyth.api.events.ZenithEvent
-
Gets the Player object if online, or null if offline.
- getPlayerCountForIp(String) - Methode in Klasse me.kzlyth.api.ip.IPAPI
-
Gets the count of accounts that have used the specified IP address.
- getPlayerName() - Methode in Klasse me.kzlyth.api.AltInfo
-
Gets the player name of the potential alt account.
- getPlayerName() - Methode in Klasse me.kzlyth.api.events.ZenithEvent
-
Gets the name of the target player.
- getPlayerName() - Methode in Klasse me.kzlyth.api.models.UserInfo
-
Gets the current player name.
- getPlayerName() - Methode in Klasse me.kzlyth.api.notes.Note
-
Gets the name of the target player at the time the note was created.
- getPlayerName() - Methode in Klasse me.kzlyth.api.warn.Warn
-
Gets the name of the warned player at the time of warning.
- getPlayerName(UUID) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Gets the player name for a player by UUID.
- getPlayersForIp(String) - Methode in Klasse me.kzlyth.api.ip.IPAPI
-
Gets all accounts that have used the specified IP address.
- getPlayerUuid() - Methode in Klasse me.kzlyth.api.events.ZenithEvent
-
Gets the UUID of the target player.
- getPlayerUuid() - Methode in Klasse me.kzlyth.api.notes.Note
-
Gets the UUID of the target player.
- getPlayerUuid() - Methode in Klasse me.kzlyth.api.warn.Warn
-
Gets the UUID of the warned player.
- getPlugin() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the plugin instance associated with this API.
- getPunishmentCount(String) - Methode in Klasse me.kzlyth.api.statistics.user.UserStatisticsAPI
-
Gets the total number of punishments a user has received.
- getPunishmentCount(UUID) - Methode in Klasse me.kzlyth.api.statistics.user.UserStatisticsAPI
-
Gets the total number of punishments a user has received.
- getPunishmentsGiven(String) - Methode in Klasse me.kzlyth.api.statistics.staff.StaffStatisticsAPI
-
Gets the total number of punishments a user has given as a staff member.
- getPunishmentsGiven(UUID) - Methode in Klasse me.kzlyth.api.statistics.staff.StaffStatisticsAPI
-
Gets the total number of punishments a user has given as a staff member.
- getPunishmentStatus(String) - Methode in Klasse me.kzlyth.api.status.PunishmentStatusAPI
-
Gets the complete punishment status for a player.
- getPunishmentStatus(UUID) - Methode in Klasse me.kzlyth.api.status.PunishmentStatusAPI
-
Gets the complete punishment status for a player.
- getPunishmentStatusAPI() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the punishment status API instance.
- getPunishmentType() - Methode in Klasse me.kzlyth.api.history.HistoryEntry
-
Gets the type of punishment.
- getReason() - Methode in Klasse me.kzlyth.api.ban.ActiveBanInfo
-
Gets the reason for the ban.
- getReason() - Methode in Klasse me.kzlyth.api.events.ZenithEvent
-
Gets the reason for the action.
- getReason() - Methode in Klasse me.kzlyth.api.history.HistoryEntry
-
Gets the reason for the punishment.
- getReason() - Methode in Klasse me.kzlyth.api.mute.ActiveMuteInfo
-
Gets the reason for the mute.
- getReason() - Methode in Klasse me.kzlyth.api.template.ban.TemplateResult
-
Gets the final reason that would be used.
- getReason() - Methode in Klasse me.kzlyth.api.template.mute.TemplateResult
-
Gets the final reason that would be used.
- getReason() - Methode in Klasse me.kzlyth.api.template.warn.EscalationLevel
-
Gets the reason for the escalation action.
- getReason() - Methode in Klasse me.kzlyth.api.template.warn.WarnTemplate
-
Gets the reason for warnings using this template.
- getReason() - Methode in Klasse me.kzlyth.api.warn.Warn
-
Gets the reason for the warning.
- getReasonSuffix() - Methode in Klasse me.kzlyth.api.template.ban.DurationLevel
-
Gets the reason suffix.
- getReasonSuffix() - Methode in Klasse me.kzlyth.api.template.mute.DurationLevel
-
Gets the reason suffix.
- getRecentHistory(int) - Methode in Klasse me.kzlyth.api.history.HistoryAPI
-
Gets the most recent history entries globally (across all players).
- getRemainingAltSlots(String) - Methode in Klasse me.kzlyth.api.altlimit.AltLimitAPI
-
Gets the remaining alt slots available for a player by name.
- getRemainingAltSlots(UUID) - Methode in Klasse me.kzlyth.api.altlimit.AltLimitAPI
-
Gets the remaining alt slots available for a player by UUID.
- getStaffName() - Methode in Klasse me.kzlyth.api.ban.ActiveBanInfo
-
Gets the name of the staff member who issued the ban.
- getStaffName() - Methode in Klasse me.kzlyth.api.events.ZenithEvent
-
Gets the name of the staff member who performed the action.
- getStaffName() - Methode in Klasse me.kzlyth.api.history.HistoryEntry
-
Gets the name of the staff member who issued the punishment.
- getStaffName() - Methode in Klasse me.kzlyth.api.mute.ActiveMuteInfo
-
Gets the name of the staff member who issued the mute.
- getStaffName() - Methode in Klasse me.kzlyth.api.notes.Note
-
Gets the name of the staff member who created this note.
- getStaffName() - Methode in Klasse me.kzlyth.api.warn.Warn
-
Gets the name of the staff member who issued the warning.
- getStaffPlayer() - Methode in Klasse me.kzlyth.api.events.ZenithEvent
-
Gets the Player object of the staff member if online, or null if offline/console.
- getStaffStatistics() - Methode in Klasse me.kzlyth.api.statistics.StatisticsAPI
-
Gets the staff statistics API instance.
- getStaffUuid() - Methode in Klasse me.kzlyth.api.ban.ActiveBanInfo
-
Gets the UUID of the staff member who issued the ban.
- getStaffUuid() - Methode in Klasse me.kzlyth.api.events.ZenithEvent
-
Gets the UUID of the staff member who performed the action.
- getStaffUuid() - Methode in Klasse me.kzlyth.api.history.HistoryEntry
-
Gets the UUID of the staff member who issued the punishment.
- getStaffUuid() - Methode in Klasse me.kzlyth.api.mute.ActiveMuteInfo
-
Gets the UUID of the staff member who issued the mute.
- getStatisticsAPI() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the statistics API instance.
- getTargetIp() - Methode in Klasse me.kzlyth.api.history.HistoryEntry
-
Gets the IP address of the target player at the time of punishment.
- getTargetName() - Methode in Klasse me.kzlyth.api.history.HistoryEntry
-
Gets the name of the target player at the time of punishment.
- getTargetUuid() - Methode in Klasse me.kzlyth.api.history.HistoryEntry
-
Gets the UUID of the target player.
- getTemplate(String) - Methode in Klasse me.kzlyth.api.template.ban.BanTemplateAPI
-
Gets a ban template by its key (identifier).
- getTemplate(String) - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplateAPI
-
Gets a mute template by its key (identifier).
- getTemplate(String) - Methode in Klasse me.kzlyth.api.template.warn.WarnTemplateAPI
-
Gets a warn template by its key (identifier).
- getTemplateInfo(String) - Methode in Klasse me.kzlyth.api.template.warn.WarnTemplateAPI
-
Gets formatted template information.
- getTemplateKey() - Methode in Klasse me.kzlyth.api.events.warn.PlayerWarnEvent
-
Gets the template key used for this warning.
- getTemplateName() - Methode in Klasse me.kzlyth.api.warn.Warn
-
Gets the template name if this warning was issued using a template.
- getTemplateNames() - Methode in Klasse me.kzlyth.api.template.ban.BanTemplateAPI
-
Gets a list of all template keys (identifiers).
- getTemplateNames() - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplateAPI
-
Gets a list of all template keys (identifiers).
- getTemplateNames() - Methode in Klasse me.kzlyth.api.template.warn.WarnTemplateAPI
-
Gets a list of all template keys (identifiers).
- getTemplateReason(String) - Methode in Klasse me.kzlyth.api.template.warn.WarnTemplateAPI
-
Gets the reason for a specific template.
- getTemplateResult(String, String, String) - Methode in Klasse me.kzlyth.api.template.ban.BanTemplateAPI
-
Calculates the template result for a player (including escalation).
- getTemplateResult(String, String, String) - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplateAPI
-
Calculates the template result for a player (including escalation).
- getTemplateResult(UUID, String, String) - Methode in Klasse me.kzlyth.api.template.ban.BanTemplateAPI
-
Calculates the template result for a player (including escalation).
- getTemplateResult(UUID, String, String) - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplateAPI
-
Calculates the template result for a player (including escalation).
- getTimestamp() - Methode in Klasse me.kzlyth.api.ban.ActiveBanInfo
-
Gets the timestamp when the ban was issued.
- getTimestamp() - Methode in Klasse me.kzlyth.api.history.HistoryEntry
-
Gets the timestamp when the punishment was issued.
- getTimestamp() - Methode in Klasse me.kzlyth.api.mute.ActiveMuteInfo
-
Gets the timestamp when the mute was issued.
- getTimestamp() - Methode in Klasse me.kzlyth.api.notes.Note
-
Gets the timestamp when the note was created.
- getTimestamp() - Methode in Klasse me.kzlyth.api.warn.Warn
-
Gets the timestamp when the warning was issued.
- getTotalBans() - Methode in Klasse me.kzlyth.api.statistics.global.GlobalStatisticsAPI
-
Gets the total number of ban punishments in the history.
- getTotalKicks() - Methode in Klasse me.kzlyth.api.statistics.global.GlobalStatisticsAPI
-
Gets the total number of kick punishments in the history.
- getTotalMutes() - Methode in Klasse me.kzlyth.api.statistics.global.GlobalStatisticsAPI
-
Gets the total number of mute punishments in the history.
- getTotalNotes() - Methode in Klasse me.kzlyth.api.statistics.global.GlobalStatisticsAPI
-
Gets the total number of notes in the database.
- getTotalPunishments() - Methode in Klasse me.kzlyth.api.statistics.global.GlobalStatisticsAPI
-
Gets the total number of punishment entries in the history.
- getTotalUsers() - Methode in Klasse me.kzlyth.api.statistics.global.GlobalStatisticsAPI
-
Gets the total number of registered users in the database.
- getTotalWarns() - Methode in Klasse me.kzlyth.api.statistics.global.GlobalStatisticsAPI
-
Gets the total number of warn punishments in the history.
- getUser(String) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Gets user information by player name.
- getUser(UUID) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Gets user information by UUID.
- getUserInfoAPI() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the user info API instance.
- getUserStatistics() - Methode in Klasse me.kzlyth.api.statistics.StatisticsAPI
-
Gets the user statistics API instance.
- getUuid() - Methode in Klasse me.kzlyth.api.AltInfo
-
Gets the UUID of the potential alt account.
- getUuid() - Methode in Klasse me.kzlyth.api.models.UserInfo
-
Gets the UUID of the player.
- getUuid(String) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Gets the UUID for a player by name.
- getVanishAPI() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the vanish API instance.
- getVanishedPlayers() - Methode in Klasse me.kzlyth.api.vanish.VanishAPI
-
Gets a list of all currently vanished players.
- getVersion() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the version of the plugin.
- getWarnAPI() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the warn API instance.
- getWarnCount(String) - Methode in Klasse me.kzlyth.api.statistics.user.UserStatisticsAPI
-
Gets the number of times a user has been warned.
- getWarnCount(UUID) - Methode in Klasse me.kzlyth.api.statistics.user.UserStatisticsAPI
-
Gets the number of times a user has been warned.
- getWarningCount() - Methode in Klasse me.kzlyth.api.template.warn.EscalationLevel
-
Gets the warning count threshold for this escalation level.
- getWarningCount(String) - Methode in Klasse me.kzlyth.api.warn.WarnAPI
-
Gets the total count of warnings for a player.
- getWarningCount(UUID) - Methode in Klasse me.kzlyth.api.warn.WarnAPI
-
Gets the total count of warnings for a player.
- getWarningCountByTemplate(String, String) - Methode in Klasse me.kzlyth.api.warn.WarnAPI
-
Gets the count of warnings for a player using a specific template.
- getWarningCountByTemplate(UUID, String) - Methode in Klasse me.kzlyth.api.warn.WarnAPI
-
Gets the count of warnings for a player using a specific template.
- getWarnings(String) - Methode in Klasse me.kzlyth.api.warn.WarnAPI
-
Gets all warnings for a player.
- getWarnings(UUID) - Methode in Klasse me.kzlyth.api.warn.WarnAPI
-
Gets all warnings for a player.
- getWarningsByTemplate(String, String) - Methode in Klasse me.kzlyth.api.warn.WarnAPI
-
Gets all warnings for a player using a specific template.
- getWarningsByTemplate(UUID, String) - Methode in Klasse me.kzlyth.api.warn.WarnAPI
-
Gets all warnings for a player using a specific template.
- getWarnsGiven(String) - Methode in Klasse me.kzlyth.api.statistics.staff.StaffStatisticsAPI
-
Gets the number of warns a user has given as a staff member.
- getWarnsGiven(UUID) - Methode in Klasse me.kzlyth.api.statistics.staff.StaffStatisticsAPI
-
Gets the number of warns a user has given as a staff member.
- getWarnTemplateAPI() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Gets the warn template API instance.
- GlobalStatisticsAPI - Klasse in me.kzlyth.api.statistics.global
-
API for retrieving global statistics from Zenith-Mod.
- GlobalStatisticsAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.statistics.global.GlobalStatisticsAPI
-
Constructs a new GlobalStatisticsAPI instance.
H
- hasAction() - Methode in Klasse me.kzlyth.api.template.warn.EscalationLevel
-
Checks if this escalation level has a valid action (not "none").
- hasActiveCase(String) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Checks if a player has an active case by name.
- hasActiveCase(UUID) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Checks if a player has an active case by UUID.
- hasActivePunishment() - Methode in Klasse me.kzlyth.api.status.PunishmentStatus
-
Checks if the player has any active punishment (banned or muted, including IP-based).
- hasActivePunishment(String) - Methode in Klasse me.kzlyth.api.status.PunishmentStatusAPI
-
Checks if a player has any active punishment.
- hasActivePunishment(UUID) - Methode in Klasse me.kzlyth.api.status.PunishmentStatusAPI
-
Checks if a player has any active punishment.
- hasBannedAccounts(String) - Methode in Klasse me.kzlyth.api.ip.IPAPI
-
Checks if any account using the specified IP address is banned.
- hasEscalation() - Methode in Klasse me.kzlyth.api.template.warn.WarnTemplate
-
Checks if this template has escalation enabled.
- hasMutedAccounts(String) - Methode in Klasse me.kzlyth.api.ip.IPAPI
-
Checks if any account using the specified IP address is muted.
- heal(String, String) - Methode in Klasse me.kzlyth.api.essentials.EssentialsAPI
-
Heals a player to full health, removes fire, and restores hunger.
- heal(UUID, UUID) - Methode in Klasse me.kzlyth.api.essentials.EssentialsAPI
-
Heals a player to full health, removes fire, and restores hunger.
- HistoryAPI - Klasse in me.kzlyth.api.history
-
API for retrieving punishment history entries from Zenith-Mod.
- HistoryAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.history.HistoryAPI
-
Constructs a new HistoryAPI instance.
- HistoryEntry - Klasse in me.kzlyth.api.history
-
Represents a history entry (punishment case) retrieved from the database.
- HistoryEntry(int, UUID, String, String, UUID, String, String, String, long, long, boolean, String) - Konstruktor für Klasse me.kzlyth.api.history.HistoryEntry
-
Constructs a new HistoryEntry object.
I
- IPAPI - Klasse in me.kzlyth.api.ip
-
API class for IP address related functionality.
- IPAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.ip.IPAPI
-
Constructs a new IPAPI.
- ipBan(String, String, String, String) - Methode in Klasse me.kzlyth.api.ban.BanAPI
-
IP bans a player with a specified duration.
- ipBan(UUID, UUID, String, String) - Methode in Klasse me.kzlyth.api.ban.BanAPI
-
IP bans a player with a specified duration.
- ipBanOffline(String, String, String, String) - Methode in Klasse me.kzlyth.api.ban.BanAPI
-
IP bans an offline player with a specified duration.
- ipBanOffline(UUID, UUID, String, String) - Methode in Klasse me.kzlyth.api.ban.BanAPI
-
IP bans an offline player with a specified duration.
- ipMute(String, String, String, String) - Methode in Klasse me.kzlyth.api.mute.MuteAPI
-
IP mutes a player with a specified duration.
- ipMute(UUID, UUID, String, String) - Methode in Klasse me.kzlyth.api.mute.MuteAPI
-
IP mutes a player with a specified duration.
- ipMuteOffline(String, String, String, String) - Methode in Klasse me.kzlyth.api.mute.MuteAPI
-
IP mutes an offline player with a specified duration.
- ipMuteOffline(UUID, UUID, String, String) - Methode in Klasse me.kzlyth.api.mute.MuteAPI
-
IP mutes an offline player with a specified duration.
- isActive() - Methode in Klasse me.kzlyth.api.history.HistoryEntry
-
Checks if this punishment is currently active.
- isAutoIpBan() - Methode in Klasse me.kzlyth.api.template.ban.BanTemplate
-
Checks if this template automatically IP bans.
- isAutoIpBanEnabled(String) - Methode in Klasse me.kzlyth.api.template.ban.BanTemplateAPI
-
Checks if auto IP ban is enabled for a specific template.
- isAutoIpMute() - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplate
-
Checks if this template automatically IP mutes.
- isAutoIpMuteEnabled(String) - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplateAPI
-
Checks if auto IP mute is enabled for a specific template.
- isAvailable() - Methode in Klasse me.kzlyth.api.ZenithAPI
-
Checks if the API is available and the plugin is enabled.
- isBanned() - Methode in Klasse me.kzlyth.api.status.PunishmentStatus
-
Checks if the player is currently banned (non-IP ban).
- isBanned(String) - Methode in Klasse me.kzlyth.api.status.PunishmentStatusAPI
-
Checks if a player is currently banned (non-IP ban).
- isBanned(UUID) - Methode in Klasse me.kzlyth.api.status.PunishmentStatusAPI
-
Checks if a player is currently banned (non-IP ban).
- isCancelled() - Methode in Klasse me.kzlyth.api.events.ZenithEvent
-
Checks if this event has been cancelled.
- isChatFrozen() - Methode in Klasse me.kzlyth.api.chatfreeze.ChatFreezeAPI
-
Checks if the chat is currently frozen.
- isEnabled() - Methode in Klasse me.kzlyth.api.template.ban.EscalationConfig
-
Checks if escalation is enabled for this template.
- isEnabled() - Methode in Klasse me.kzlyth.api.template.mute.EscalationConfig
-
Checks if escalation is enabled for this template.
- isFlying(String) - Methode in Klasse me.kzlyth.api.essentials.EssentialsAPI
-
Checks if a player is currently flying.
- isFlying(UUID) - Methode in Klasse me.kzlyth.api.essentials.EssentialsAPI
-
Checks if a player is currently flying.
- isFrozen(String) - Methode in Klasse me.kzlyth.api.freeze.FreezeAPI
-
Checks if a player is currently frozen.
- isFrozen(UUID) - Methode in Klasse me.kzlyth.api.freeze.FreezeAPI
-
Checks if a player is currently frozen.
- isGodMode(String) - Methode in Klasse me.kzlyth.api.essentials.EssentialsAPI
-
Checks if a player has god mode enabled.
- isGodMode(UUID) - Methode in Klasse me.kzlyth.api.essentials.EssentialsAPI
-
Checks if a player has god mode enabled.
- isIpBan() - Methode in Klasse me.kzlyth.api.ban.ActiveBanInfo
-
Checks if this is an IP ban.
- isIpBan() - Methode in Klasse me.kzlyth.api.events.ban.PlayerBanEvent
-
Checks if this is an IP ban.
- isIpBanned() - Methode in Klasse me.kzlyth.api.status.PunishmentStatus
-
Checks if the player is currently IP-banned.
- isIpBanned(String) - Methode in Klasse me.kzlyth.api.ip.IPAPI
-
Checks if an IP address is banned.
- isIpBanned(String) - Methode in Klasse me.kzlyth.api.status.PunishmentStatusAPI
-
Checks if a player is currently IP-banned.
- isIpBanned(UUID) - Methode in Klasse me.kzlyth.api.status.PunishmentStatusAPI
-
Checks if a player is currently IP-banned.
- isIpMute() - Methode in Klasse me.kzlyth.api.events.mute.PlayerMuteEvent
-
Checks if this is an IP mute.
- isIpMute() - Methode in Klasse me.kzlyth.api.mute.ActiveMuteInfo
-
Checks if this is an IP mute.
- isIpMuted() - Methode in Klasse me.kzlyth.api.status.PunishmentStatus
-
Checks if the player is currently IP-muted.
- isIpMuted(String) - Methode in Klasse me.kzlyth.api.ip.IPAPI
-
Checks if an IP address is muted.
- isIpMuted(String) - Methode in Klasse me.kzlyth.api.status.PunishmentStatusAPI
-
Checks if a player is currently IP-muted.
- isIpMuted(UUID) - Methode in Klasse me.kzlyth.api.status.PunishmentStatusAPI
-
Checks if a player is currently IP-muted.
- isLimitExceeded(String) - Methode in Klasse me.kzlyth.api.altlimit.AltLimitAPI
-
Checks if a player has exceeded their alt limit by name.
- isLimitExceeded(UUID) - Methode in Klasse me.kzlyth.api.altlimit.AltLimitAPI
-
Checks if a player has exceeded their alt limit by UUID.
- isMuted() - Methode in Klasse me.kzlyth.api.status.PunishmentStatus
-
Checks if the player is currently muted (non-IP mute).
- isMuted(String) - Methode in Klasse me.kzlyth.api.status.PunishmentStatusAPI
-
Checks if a player is currently muted (non-IP mute).
- isMuted(UUID) - Methode in Klasse me.kzlyth.api.status.PunishmentStatusAPI
-
Checks if a player is currently muted (non-IP mute).
- isOnline(String) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Checks if a player is currently online by name.
- isOnline(UUID) - Methode in Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Checks if a player is currently online by UUID.
- isPermanent() - Methode in Klasse me.kzlyth.api.ban.ActiveBanInfo
-
Checks if the ban is permanent.
- isPermanent() - Methode in Klasse me.kzlyth.api.events.ban.PlayerBanEvent
-
Checks if this is a permanent ban.
- isPermanent() - Methode in Klasse me.kzlyth.api.events.mute.PlayerMuteEvent
-
Checks if this is a permanent mute.
- isPermanent() - Methode in Klasse me.kzlyth.api.mute.ActiveMuteInfo
-
Checks if the mute is permanent.
- isPermanent() - Methode in Klasse me.kzlyth.api.template.ban.DurationLevel
-
Checks if this duration level represents a permanent ban.
- isPermanent() - Methode in Klasse me.kzlyth.api.template.ban.TemplateResult
-
Checks if this ban would be permanent.
- isPermanent() - Methode in Klasse me.kzlyth.api.template.mute.DurationLevel
-
Checks if this duration level represents a permanent mute.
- isPermanent() - Methode in Klasse me.kzlyth.api.template.mute.TemplateResult
-
Checks if this mute would be permanent.
- isPermanent() - Methode in Klasse me.kzlyth.api.template.warn.EscalationLevel
-
Checks if this escalation level has a permanent duration.
- isTemplatesEnabled() - Methode in Klasse me.kzlyth.api.template.ban.BanTemplateAPI
-
Checks if ban templates are enabled.
- isTemplatesEnabled() - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplateAPI
-
Checks if mute templates are enabled.
- isTemplatesEnabled() - Methode in Klasse me.kzlyth.api.template.warn.WarnTemplateAPI
-
Checks if warn templates are enabled.
- isTemplateWarning() - Methode in Klasse me.kzlyth.api.events.warn.PlayerWarnEvent
-
Checks if this warning was issued using a template.
- isTrackByIp() - Methode in Klasse me.kzlyth.api.template.ban.EscalationConfig
-
Checks if offenses are tracked by IP address.
- isTrackByIp() - Methode in Klasse me.kzlyth.api.template.mute.EscalationConfig
-
Checks if offenses are tracked by IP address.
- isUnlimited(String) - Methode in Klasse me.kzlyth.api.altlimit.AltLimitAPI
-
Checks if a player has unlimited alt accounts by name.
- isUnlimited(UUID) - Methode in Klasse me.kzlyth.api.altlimit.AltLimitAPI
-
Checks if a player has unlimited alt accounts by UUID.
- isVanished(String) - Methode in Klasse me.kzlyth.api.vanish.VanishAPI
-
Checks if a player is currently vanished.
- isVanished(UUID) - Methode in Klasse me.kzlyth.api.vanish.VanishAPI
-
Checks if a player is currently vanished.
K
- kick(String, String) - Methode in Klasse me.kzlyth.api.kick.KickAPI
-
Kicks a player from the server (by console).
- kick(String, String, String) - Methode in Klasse me.kzlyth.api.kick.KickAPI
-
Kicks a player from the server.
- kick(String, String, String, String) - Methode in Klasse me.kzlyth.api.kick.KickAPI
-
Kicks a player from the server with additional data.
- kick(UUID, String) - Methode in Klasse me.kzlyth.api.kick.KickAPI
-
Kicks a player from the server (by console).
- kick(UUID, UUID, String) - Methode in Klasse me.kzlyth.api.kick.KickAPI
-
Kicks a player from the server.
- kick(UUID, UUID, String, String) - Methode in Klasse me.kzlyth.api.kick.KickAPI
-
Kicks a player from the server with additional data.
- KickAPI - Klasse in me.kzlyth.api.kick
-
API for kicking players in Zenith-Mod.
- KickAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.kick.KickAPI
-
Constructs a new KickAPI instance.
M
- me.kzlyth.api - Package me.kzlyth.api
-
Main API package for Zenith-Mod.
- me.kzlyth.api.altlimit - Package me.kzlyth.api.altlimit
- me.kzlyth.api.ban - Package me.kzlyth.api.ban
-
API package for banning and unbanning players in Zenith-Mod.
- me.kzlyth.api.chatfreeze - Package me.kzlyth.api.chatfreeze
-
API package for freezing and unfreezing the chat in Zenith-Mod.
- me.kzlyth.api.essentials - Package me.kzlyth.api.essentials
-
API package for essentials functions in Zenith-Mod (God Mode, Fly Mode, Heal, Feed, Clear Inventory, Teleport).
- me.kzlyth.api.events - Package me.kzlyth.api.events
-
Package containing API interfaces and classes for custom events fired by Zenith-Mod.
- me.kzlyth.api.events.ban - Package me.kzlyth.api.events.ban
-
Package containing ban-related events fired by Zenith-Mod.
- me.kzlyth.api.events.kick - Package me.kzlyth.api.events.kick
-
Package containing kick-related events fired by Zenith-Mod.
- me.kzlyth.api.events.mute - Package me.kzlyth.api.events.mute
-
Package containing mute-related events fired by Zenith-Mod.
- me.kzlyth.api.events.warn - Package me.kzlyth.api.events.warn
-
Package containing warn-related events fired by Zenith-Mod.
- me.kzlyth.api.exceptions - Package me.kzlyth.api.exceptions
- me.kzlyth.api.freeze - Package me.kzlyth.api.freeze
-
API package for freezing players in Zenith-Mod.
- me.kzlyth.api.history - Package me.kzlyth.api.history
-
API package for retrieving punishment history entries from Zenith-Mod.
- me.kzlyth.api.ip - Package me.kzlyth.api.ip
- me.kzlyth.api.kick - Package me.kzlyth.api.kick
-
API package for kicking players in Zenith-Mod.
- me.kzlyth.api.models - Package me.kzlyth.api.models
- me.kzlyth.api.mute - Package me.kzlyth.api.mute
-
API package for muting and unmuting players in Zenith-Mod.
- me.kzlyth.api.notes - Package me.kzlyth.api.notes
-
API package for managing player notes in Zenith-Mod.
- me.kzlyth.api.statistics - Package me.kzlyth.api.statistics
-
API package for retrieving statistics from Zenith-Mod.
- me.kzlyth.api.statistics.global - Package me.kzlyth.api.statistics.global
-
API package for retrieving global statistics from Zenith-Mod.
- me.kzlyth.api.statistics.staff - Package me.kzlyth.api.statistics.staff
-
API package for retrieving staff statistics from Zenith-Mod.
- me.kzlyth.api.statistics.user - Package me.kzlyth.api.statistics.user
-
API package for retrieving user-specific statistics from Zenith-Mod.
- me.kzlyth.api.status - Package me.kzlyth.api.status
-
API package for checking punishment status of players in Zenith-Mod.
- me.kzlyth.api.template.ban - Package me.kzlyth.api.template.ban
-
API package for accessing ban templates (custom bans) in Zenith-Mod.
- me.kzlyth.api.template.mute - Package me.kzlyth.api.template.mute
-
API package for accessing mute templates (custom mutes) in Zenith-Mod.
- me.kzlyth.api.template.warn - Package me.kzlyth.api.template.warn
-
API package for accessing warn templates (custom warns) in Zenith-Mod.
- me.kzlyth.api.userinfo - Package me.kzlyth.api.userinfo
- me.kzlyth.api.vanish - Package me.kzlyth.api.vanish
-
API package for vanishing and unvanishing players in Zenith-Mod.
- me.kzlyth.api.warn - Package me.kzlyth.api.warn
-
API package for warning players in Zenith-Mod.
- mute(String, String, String, String) - Methode in Klasse me.kzlyth.api.mute.MuteAPI
-
Mutes a player with a specified duration.
- mute(UUID, UUID, String, String) - Methode in Klasse me.kzlyth.api.mute.MuteAPI
-
Mutes a player with a specified duration.
- MuteAPI - Klasse in me.kzlyth.api.mute
-
API for muting and unmuting players in Zenith-Mod.
- MuteAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.mute.MuteAPI
-
Constructs a new MuteAPI instance.
- muteOffline(String, String, String, String) - Methode in Klasse me.kzlyth.api.mute.MuteAPI
-
Mutes an offline player with a specified duration.
- muteOffline(UUID, UUID, String, String) - Methode in Klasse me.kzlyth.api.mute.MuteAPI
-
Mutes an offline player with a specified duration.
- MuteTemplate - Klasse in me.kzlyth.api.template.mute
-
Represents a mute template (custom mute configuration) in Zenith-Mod.
- MuteTemplate(String, String, String, String, boolean, EscalationConfig, List<DurationLevel>) - Konstruktor für Klasse me.kzlyth.api.template.mute.MuteTemplate
-
Constructs a new MuteTemplate object.
- MuteTemplateAPI - Klasse in me.kzlyth.api.template.mute
-
API for accessing mute templates (custom mutes) in Zenith-Mod.
- MuteTemplateAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.template.mute.MuteTemplateAPI
-
Constructs a new MuteTemplateAPI instance.
- muteWithTemplate(String, String, String, String) - Methode in Klasse me.kzlyth.api.mute.MuteAPI
-
Mutes a player using a template (custom mute with escalation support).
- muteWithTemplate(UUID, UUID, String, String) - Methode in Klasse me.kzlyth.api.mute.MuteAPI
-
Mutes a player using a template (custom mute with escalation support).
N
- Note - Klasse in me.kzlyth.api.notes
-
Represents a note entry retrieved from the database.
- Note(int, UUID, String, String, String, long, String) - Konstruktor für Klasse me.kzlyth.api.notes.Note
-
Constructs a new Note object.
- NotesAPI - Klasse in me.kzlyth.api.notes
-
API for managing player notes in Zenith-Mod.
- NotesAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.notes.NotesAPI
-
Constructs a new NotesAPI instance.
P
- PlayerBanEvent - Klasse in me.kzlyth.api.events.ban
-
Event fired when a player is banned.
- PlayerBanEvent(UUID, String, UUID, String, String, int, boolean, long) - Konstruktor für Klasse me.kzlyth.api.events.ban.PlayerBanEvent
-
Constructs a new PlayerBanEvent.
- PlayerKickEvent - Klasse in me.kzlyth.api.events.kick
-
Event fired when a player is kicked.
- PlayerKickEvent(UUID, String, UUID, String, String, int) - Konstruktor für Klasse me.kzlyth.api.events.kick.PlayerKickEvent
-
Constructs a new PlayerKickEvent.
- PlayerMuteEvent - Klasse in me.kzlyth.api.events.mute
-
Event fired when a player is muted.
- PlayerMuteEvent(UUID, String, UUID, String, String, int, boolean, long) - Konstruktor für Klasse me.kzlyth.api.events.mute.PlayerMuteEvent
-
Constructs a new PlayerMuteEvent.
- PlayerUnbanEvent - Klasse in me.kzlyth.api.events.ban
-
Event fired when a player is unbanned.
- PlayerUnbanEvent(UUID, String, UUID, String, String, int) - Konstruktor für Klasse me.kzlyth.api.events.ban.PlayerUnbanEvent
-
Constructs a new PlayerUnbanEvent.
- PlayerUnmuteEvent - Klasse in me.kzlyth.api.events.mute
-
Event fired when a player is unmuted.
- PlayerUnmuteEvent(UUID, String, UUID, String, String, int) - Konstruktor für Klasse me.kzlyth.api.events.mute.PlayerUnmuteEvent
-
Constructs a new PlayerUnmuteEvent.
- PlayerWarnEvent - Klasse in me.kzlyth.api.events.warn
-
Event fired when a player is warned.
- PlayerWarnEvent(UUID, String, UUID, String, String, int, String) - Konstruktor für Klasse me.kzlyth.api.events.warn.PlayerWarnEvent
-
Constructs a new PlayerWarnEvent.
- publish(T) - Methode in Klasse me.kzlyth.api.events.ZenithEventBus
-
Publishes an event to all subscribed handlers.
- PunishmentStatus - Klasse in me.kzlyth.api.status
-
Represents the punishment status of a player.
- PunishmentStatus(boolean, boolean, boolean, boolean, Integer, Integer, Integer) - Konstruktor für Klasse me.kzlyth.api.status.PunishmentStatus
-
Constructs a new PunishmentStatus object.
- PunishmentStatusAPI - Klasse in me.kzlyth.api.status
-
API for checking punishment status of players in Zenith-Mod.
- PunishmentStatusAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.status.PunishmentStatusAPI
-
Constructs a new PunishmentStatusAPI instance.
R
- removeAltLimit(String) - Methode in Klasse me.kzlyth.api.altlimit.AltLimitAPI
-
Removes the custom alt limit for a player by name.
- removeAltLimit(UUID) - Methode in Klasse me.kzlyth.api.altlimit.AltLimitAPI
-
Removes the custom alt limit for a player by UUID.
- removeNote(int) - Methode in Klasse me.kzlyth.api.notes.NotesAPI
-
Removes a note by its ID.
S
- searchNotesByContent(String) - Methode in Klasse me.kzlyth.api.notes.NotesAPI
-
Searches notes by content.
- setAltLimit(String, int) - Methode in Klasse me.kzlyth.api.altlimit.AltLimitAPI
-
Sets a custom alt limit for a player by name.
- setAltLimit(UUID, String, int) - Methode in Klasse me.kzlyth.api.altlimit.AltLimitAPI
-
Sets a custom alt limit for a player by UUID.
- setCancelled(boolean) - Methode in Klasse me.kzlyth.api.events.ZenithEvent
-
Sets the cancellation state of this event.
- setFlyMode(String, String, boolean) - Methode in Klasse me.kzlyth.api.essentials.EssentialsAPI
-
Sets fly mode for a player.
- setFlyMode(UUID, UUID, boolean) - Methode in Klasse me.kzlyth.api.essentials.EssentialsAPI
-
Sets fly mode for a player.
- setGodMode(String, String, boolean) - Methode in Klasse me.kzlyth.api.essentials.EssentialsAPI
-
Sets god mode for a player (invulnerability).
- setGodMode(UUID, UUID, boolean) - Methode in Klasse me.kzlyth.api.essentials.EssentialsAPI
-
Sets god mode for a player (invulnerability).
- StaffStatisticsAPI - Klasse in me.kzlyth.api.statistics.staff
-
API for retrieving staff statistics from Zenith-Mod.
- StaffStatisticsAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.statistics.staff.StaffStatisticsAPI
-
Constructs a new StaffStatisticsAPI instance.
- StatisticsAPI - Klasse in me.kzlyth.api.statistics
-
Main API class for retrieving statistics from Zenith-Mod.
- StatisticsAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.statistics.StatisticsAPI
-
Constructs a new StatisticsAPI instance.
- subscribe(Class<T>, Consumer<T>) - Methode in Klasse me.kzlyth.api.events.ZenithEventBus
-
Subscribes a handler to events of the specified type.
T
- teleport(String, String, String) - Methode in Klasse me.kzlyth.api.essentials.EssentialsAPI
-
Teleports a player to another player's location.
- teleport(UUID, UUID, UUID) - Methode in Klasse me.kzlyth.api.essentials.EssentialsAPI
-
Teleports a player to another player's location.
- teleportHere(String, String) - Methode in Klasse me.kzlyth.api.essentials.EssentialsAPI
-
Teleports a player to the staff member's location.
- teleportHere(UUID, UUID) - Methode in Klasse me.kzlyth.api.essentials.EssentialsAPI
-
Teleports a player to the staff member's location.
- templateExists(String) - Methode in Klasse me.kzlyth.api.template.ban.BanTemplateAPI
-
Checks if a template exists.
- templateExists(String) - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplateAPI
-
Checks if a template exists.
- templateExists(String) - Methode in Klasse me.kzlyth.api.template.warn.WarnTemplateAPI
-
Checks if a template exists.
- TemplateResult - Klasse in me.kzlyth.api.template.ban
-
Represents the result of calculating a ban template for a player.
- TemplateResult - Klasse in me.kzlyth.api.template.mute
-
Represents the result of calculating a mute template for a player.
- TemplateResult(String, long, String, int, boolean, int) - Konstruktor für Klasse me.kzlyth.api.template.ban.TemplateResult
-
Constructs a new TemplateResult object.
- TemplateResult(String, long, String, int, boolean, int) - Konstruktor für Klasse me.kzlyth.api.template.mute.TemplateResult
-
Constructs a new TemplateResult object.
- toggleVanish(String) - Methode in Klasse me.kzlyth.api.vanish.VanishAPI
-
Toggles the vanish state of a player.
- toggleVanish(UUID) - Methode in Klasse me.kzlyth.api.vanish.VanishAPI
-
Toggles the vanish state of a player.
- toString() - Methode in Klasse me.kzlyth.api.AltInfo
- toString() - Methode in Klasse me.kzlyth.api.ban.ActiveBanInfo
- toString() - Methode in Klasse me.kzlyth.api.history.HistoryEntry
- toString() - Methode in Klasse me.kzlyth.api.models.UserInfo
- toString() - Methode in Klasse me.kzlyth.api.mute.ActiveMuteInfo
- toString() - Methode in Klasse me.kzlyth.api.notes.Note
- toString() - Methode in Klasse me.kzlyth.api.status.PunishmentStatus
- toString() - Methode in Klasse me.kzlyth.api.template.ban.BanTemplate
- toString() - Methode in Klasse me.kzlyth.api.template.ban.DurationLevel
- toString() - Methode in Klasse me.kzlyth.api.template.ban.EscalationConfig
- toString() - Methode in Klasse me.kzlyth.api.template.ban.TemplateResult
- toString() - Methode in Klasse me.kzlyth.api.template.mute.DurationLevel
- toString() - Methode in Klasse me.kzlyth.api.template.mute.EscalationConfig
- toString() - Methode in Klasse me.kzlyth.api.template.mute.MuteTemplate
- toString() - Methode in Klasse me.kzlyth.api.template.mute.TemplateResult
- toString() - Methode in Klasse me.kzlyth.api.template.warn.EscalationLevel
- toString() - Methode in Klasse me.kzlyth.api.template.warn.WarnTemplate
- toString() - Methode in Klasse me.kzlyth.api.warn.Warn
U
- unban(String, String, String) - Methode in Klasse me.kzlyth.api.ban.BanAPI
-
Unbans a player.
- unban(String, String, String, String) - Methode in Klasse me.kzlyth.api.ban.BanAPI
-
Unbans a player with additional data.
- unban(UUID, UUID, String) - Methode in Klasse me.kzlyth.api.ban.BanAPI
-
Unbans a player.
- unban(UUID, UUID, String, String) - Methode in Klasse me.kzlyth.api.ban.BanAPI
-
Unbans a player with additional data.
- unfreeze(String, String, String) - Methode in Klasse me.kzlyth.api.freeze.FreezeAPI
-
Unfreezes a player with a specified reason.
- unfreeze(UUID, UUID, String) - Methode in Klasse me.kzlyth.api.freeze.FreezeAPI
-
Unfreezes a player with a specified reason.
- unfreezeChat(String, String) - Methode in Klasse me.kzlyth.api.chatfreeze.ChatFreezeAPI
-
Unfreezes the chat, allowing players to send messages again.
- unfreezeChat(UUID, String) - Methode in Klasse me.kzlyth.api.chatfreeze.ChatFreezeAPI
-
Unfreezes the chat, allowing players to send messages again.
- unmute(String, String, String) - Methode in Klasse me.kzlyth.api.mute.MuteAPI
-
Unmutes a player.
- unmute(String, String, String, String) - Methode in Klasse me.kzlyth.api.mute.MuteAPI
-
Unmutes a player with additional data.
- unmute(UUID, UUID, String) - Methode in Klasse me.kzlyth.api.mute.MuteAPI
-
Unmutes a player.
- unmute(UUID, UUID, String, String) - Methode in Klasse me.kzlyth.api.mute.MuteAPI
-
Unmutes a player with additional data.
- unsubscribe(Class<T>, Consumer<T>) - Methode in Klasse me.kzlyth.api.events.ZenithEventBus
-
Unsubscribes a handler from events of the specified type.
- unvanish(String) - Methode in Klasse me.kzlyth.api.vanish.VanishAPI
-
Makes a player visible again (unvanished).
- unvanish(UUID) - Methode in Klasse me.kzlyth.api.vanish.VanishAPI
-
Makes a player visible again (unvanished).
- UserInfo - Klasse in me.kzlyth.api.models
-
Represents user information retrieved from the database.
- UserInfo(UUID, String, String, List<String>, long, long, Integer) - Konstruktor für Klasse me.kzlyth.api.models.UserInfo
-
Constructs a new UserInfo object.
- UserInfoAPI - Klasse in me.kzlyth.api.userinfo
-
API class for retrieving user information.
- UserInfoAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.userinfo.UserInfoAPI
-
Constructs a new UserInfoAPI.
- UserStatisticsAPI - Klasse in me.kzlyth.api.statistics.user
-
API for retrieving user-specific statistics from Zenith-Mod.
- UserStatisticsAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.statistics.user.UserStatisticsAPI
-
Constructs a new UserStatisticsAPI instance.
V
- vanish(String) - Methode in Klasse me.kzlyth.api.vanish.VanishAPI
-
Makes a player invisible (vanished).
- vanish(UUID) - Methode in Klasse me.kzlyth.api.vanish.VanishAPI
-
Makes a player invisible (vanished).
- VanishAPI - Klasse in me.kzlyth.api.vanish
-
API for vanishing and unvanishing players in Zenith-Mod.
- VanishAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.vanish.VanishAPI
-
Constructs a new VanishAPI instance.
W
- warn(String, String, String) - Methode in Klasse me.kzlyth.api.warn.WarnAPI
-
Warns a player with a specified reason.
- warn(UUID, UUID, String) - Methode in Klasse me.kzlyth.api.warn.WarnAPI
-
Warns a player with a specified reason.
- Warn - Klasse in me.kzlyth.api.warn
-
Represents a warning entry in Zenith-Mod.
- Warn(UUID, String, String, String, long, int, String) - Konstruktor für Klasse me.kzlyth.api.warn.Warn
-
Constructs a new Warn object.
- WarnAPI - Klasse in me.kzlyth.api.warn
-
API for warning players in Zenith-Mod.
- WarnAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.warn.WarnAPI
-
Constructs a new WarnAPI instance.
- WarnTemplate - Klasse in me.kzlyth.api.template.warn
-
Represents a warn template (custom warn configuration) in Zenith-Mod.
- WarnTemplate(String, String, String, boolean) - Konstruktor für Klasse me.kzlyth.api.template.warn.WarnTemplate
-
Constructs a new WarnTemplate object.
- WarnTemplateAPI - Klasse in me.kzlyth.api.template.warn
-
API for accessing warn templates (custom warns) in Zenith-Mod.
- WarnTemplateAPI(ZenithMod, ZenithAPI) - Konstruktor für Klasse me.kzlyth.api.template.warn.WarnTemplateAPI
-
Constructs a new WarnTemplateAPI instance.
- warnWithTemplate(String, String, String) - Methode in Klasse me.kzlyth.api.warn.WarnAPI
-
Warns a player using a template (custom warn).
- warnWithTemplate(UUID, UUID, String) - Methode in Klasse me.kzlyth.api.warn.WarnAPI
-
Warns a player using a template (custom warn).
Z
- ZenithAPI - Klasse in me.kzlyth.api
-
Main API class for interacting with Zenith-Mod.
- ZenithAPIException - Ausnahmeklasse in me.kzlyth.api.exceptions
-
Base exception class for all API-related exceptions in Zenith-Mod.
- ZenithAPIException() - Konstruktor für Ausnahmeklasse me.kzlyth.api.exceptions.ZenithAPIException
-
Constructs a new ZenithAPIException with no detail message.
- ZenithAPIException(String) - Konstruktor für Ausnahmeklasse me.kzlyth.api.exceptions.ZenithAPIException
-
Constructs a new ZenithAPIException with the specified detail message.
- ZenithAPIException(String, Throwable) - Konstruktor für Ausnahmeklasse me.kzlyth.api.exceptions.ZenithAPIException
-
Constructs a new ZenithAPIException with the specified detail message and cause.
- ZenithAPIException(Throwable) - Konstruktor für Ausnahmeklasse me.kzlyth.api.exceptions.ZenithAPIException
-
Constructs a new ZenithAPIException with the specified cause.
- ZenithEvent - Klasse in me.kzlyth.api.events
-
Base class for all Zenith-Mod events.
- ZenithEventBus - Klasse in me.kzlyth.api.events
-
Event bus for Zenith-Mod events.
Alle Klassen und Schnittstellen|Alle Packages|Serialisierte Form