jar

me.confuser.banmanager : BanManagerCommon

Maven & Gradle

Sep 18, 2022
3 usages
115 stars

BanManagerCommon · Common BanManager code needed for all platforms

Table Of Contents

Latest Version

Download me.confuser.banmanager : BanManagerCommon JAR file - Latest Versions:

All Versions

Download me.confuser.banmanager : BanManagerCommon JAR file - All Versions:

Version Vulnerabilities Size Updated
7.9.x
7.8.x
7.7.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window BanManagerCommon-7.9.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

me.confuser.banmanager.common.commands

├─ me.confuser.banmanager.common.commands.ActivityCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.AddNoteCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.BanCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.BanIpCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.BanIpRangeCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.BanListCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.BanNameCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.ClearCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.CommandParser.class - [JAR]

├─ me.confuser.banmanager.common.commands.CommonCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.CommonSender.class - [JAR]

├─ me.confuser.banmanager.common.commands.CommonSubCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.DeleteCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.DeleteLastWarningCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.ExportCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.FindAltsCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.ImportCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.InfoCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.KickCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.LoglessKickCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.MultiCommonCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.MuteCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.MuteIpCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.NotesCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.Reason.class - [JAR]

├─ me.confuser.banmanager.common.commands.ReasonsCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.ReloadCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.ReportCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.ReportsCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.RollbackCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.SyncCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.TempBanCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.TempIpBanCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.TempIpMuteCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.TempIpRangeBanCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.TempMuteCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.TempNameBanCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.TempWarnCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.UnbanCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.UnbanIpCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.UnbanIpRangeCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.UnbanNameCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.UnmuteCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.UnmuteIpCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.UtilsCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.WarnCommand.class - [JAR]

me.confuser.banmanager.common

├─ me.confuser.banmanager.common.BanManagerPlugin.class - [JAR]

├─ me.confuser.banmanager.common.CommonExternalCommand.class - [JAR]

├─ me.confuser.banmanager.common.CommonLogger.class - [JAR]

├─ me.confuser.banmanager.common.CommonMetrics.class - [JAR]

├─ me.confuser.banmanager.common.CommonPlayer.class - [JAR]

├─ me.confuser.banmanager.common.CommonScheduler.class - [JAR]

├─ me.confuser.banmanager.common.CommonServer.class - [JAR]

├─ me.confuser.banmanager.common.CommonWorld.class - [JAR]

me.confuser.banmanager.common.data

├─ me.confuser.banmanager.common.data.IpBanData.class - [JAR]

├─ me.confuser.banmanager.common.data.IpBanRecord.class - [JAR]

├─ me.confuser.banmanager.common.data.IpMuteData.class - [JAR]

├─ me.confuser.banmanager.common.data.IpMuteRecord.class - [JAR]

├─ me.confuser.banmanager.common.data.IpRangeBanData.class - [JAR]

├─ me.confuser.banmanager.common.data.IpRangeBanRecord.class - [JAR]

├─ me.confuser.banmanager.common.data.NameBanData.class - [JAR]

├─ me.confuser.banmanager.common.data.NameBanRecord.class - [JAR]

├─ me.confuser.banmanager.common.data.PlayerBanData.class - [JAR]

├─ me.confuser.banmanager.common.data.PlayerBanRecord.class - [JAR]

├─ me.confuser.banmanager.common.data.PlayerData.class - [JAR]

├─ me.confuser.banmanager.common.data.PlayerExemptionsData.class - [JAR]

├─ me.confuser.banmanager.common.data.PlayerHistoryData.class - [JAR]

├─ me.confuser.banmanager.common.data.PlayerKickData.class - [JAR]

├─ me.confuser.banmanager.common.data.PlayerMuteData.class - [JAR]

├─ me.confuser.banmanager.common.data.PlayerMuteRecord.class - [JAR]

├─ me.confuser.banmanager.common.data.PlayerNoteData.class - [JAR]

├─ me.confuser.banmanager.common.data.PlayerReportCommandData.class - [JAR]

├─ me.confuser.banmanager.common.data.PlayerReportCommentData.class - [JAR]

├─ me.confuser.banmanager.common.data.PlayerReportData.class - [JAR]

├─ me.confuser.banmanager.common.data.PlayerReportLocationData.class - [JAR]

├─ me.confuser.banmanager.common.data.PlayerWarnData.class - [JAR]

├─ me.confuser.banmanager.common.data.ReportState.class - [JAR]

├─ me.confuser.banmanager.common.data.RollbackData.class - [JAR]

me.confuser.banmanager.common.commands.report

├─ me.confuser.banmanager.common.commands.report.AssignSubCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.report.CloseSubCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.report.InfoSubCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.report.ListSubCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.report.TeleportSubCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.report.UnassignSubCommand.class - [JAR]

me.confuser.banmanager.common.listeners

├─ me.confuser.banmanager.common.listeners.CommonBanListener.class - [JAR]

├─ me.confuser.banmanager.common.listeners.CommonChatHandler.class - [JAR]

├─ me.confuser.banmanager.common.listeners.CommonChatListener.class - [JAR]

├─ me.confuser.banmanager.common.listeners.CommonCommandListener.class - [JAR]

├─ me.confuser.banmanager.common.listeners.CommonDiscordListener.class - [JAR]

├─ me.confuser.banmanager.common.listeners.CommonHooksListener.class - [JAR]

├─ me.confuser.banmanager.common.listeners.CommonJoinHandler.class - [JAR]

├─ me.confuser.banmanager.common.listeners.CommonJoinListener.class - [JAR]

├─ me.confuser.banmanager.common.listeners.CommonLeaveListener.class - [JAR]

├─ me.confuser.banmanager.common.listeners.CommonMuteListener.class - [JAR]

├─ me.confuser.banmanager.common.listeners.CommonNoteListener.class - [JAR]

├─ me.confuser.banmanager.common.listeners.CommonReportListener.class - [JAR]

me.confuser.banmanager.common.storage.global

├─ me.confuser.banmanager.common.storage.global.GlobalIpBanRecordStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.global.GlobalIpBanStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.global.GlobalPlayerBanRecordStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.global.GlobalPlayerBanStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.global.GlobalPlayerMuteRecordStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.global.GlobalPlayerMuteStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.global.GlobalPlayerNoteStorage.class - [JAR]

me.confuser.banmanager.common.configuration

├─ me.confuser.banmanager.common.configuration.Configuration.class - [JAR]

├─ me.confuser.banmanager.common.configuration.ConfigurationOptions.class - [JAR]

├─ me.confuser.banmanager.common.configuration.ConfigurationSection.class - [JAR]

├─ me.confuser.banmanager.common.configuration.InvalidConfigurationException.class - [JAR]

├─ me.confuser.banmanager.common.configuration.MemoryConfiguration.class - [JAR]

├─ me.confuser.banmanager.common.configuration.MemoryConfigurationOptions.class - [JAR]

├─ me.confuser.banmanager.common.configuration.MemorySection.class - [JAR]

me.confuser.banmanager.common.configuration.file

├─ me.confuser.banmanager.common.configuration.file.FileConfiguration.class - [JAR]

├─ me.confuser.banmanager.common.configuration.file.FileConfigurationOptions.class - [JAR]

├─ me.confuser.banmanager.common.configuration.file.YamlConfiguration.class - [JAR]

├─ me.confuser.banmanager.common.configuration.file.YamlConfigurationOptions.class - [JAR]

├─ me.confuser.banmanager.common.configuration.file.YamlConstructor.class - [JAR]

├─ me.confuser.banmanager.common.configuration.file.YamlRepresenter.class - [JAR]

me.confuser.banmanager.common.storage.mariadb

├─ me.confuser.banmanager.common.storage.mariadb.MariaDBDatabase.class - [JAR]

me.confuser.banmanager.common.util.parsers

├─ me.confuser.banmanager.common.util.parsers.InfoCommandParser.class - [JAR]

├─ me.confuser.banmanager.common.util.parsers.UnbanCommandParser.class - [JAR]

├─ me.confuser.banmanager.common.util.parsers.WarnCommandParser.class - [JAR]

me.confuser.banmanager.common.runnables

├─ me.confuser.banmanager.common.runnables.BanSync.class - [JAR]

├─ me.confuser.banmanager.common.runnables.BmRunnable.class - [JAR]

├─ me.confuser.banmanager.common.runnables.ExpiresSync.class - [JAR]

├─ me.confuser.banmanager.common.runnables.GlobalBanSync.class - [JAR]

├─ me.confuser.banmanager.common.runnables.GlobalIpSync.class - [JAR]

├─ me.confuser.banmanager.common.runnables.GlobalMuteSync.class - [JAR]

├─ me.confuser.banmanager.common.runnables.GlobalNoteSync.class - [JAR]

├─ me.confuser.banmanager.common.runnables.IpRangeSync.class - [JAR]

├─ me.confuser.banmanager.common.runnables.IpSync.class - [JAR]

├─ me.confuser.banmanager.common.runnables.MuteSync.class - [JAR]

├─ me.confuser.banmanager.common.runnables.NameSync.class - [JAR]

├─ me.confuser.banmanager.common.runnables.Purge.class - [JAR]

├─ me.confuser.banmanager.common.runnables.RollbackSync.class - [JAR]

├─ me.confuser.banmanager.common.runnables.Runner.class - [JAR]

├─ me.confuser.banmanager.common.runnables.SaveLastChecked.class - [JAR]

├─ me.confuser.banmanager.common.runnables.WarningSync.class - [JAR]

me.confuser.banmanager.common.configuration.serialization

├─ me.confuser.banmanager.common.configuration.serialization.ConfigurationSerializable.class - [JAR]

├─ me.confuser.banmanager.common.configuration.serialization.ConfigurationSerialization.class - [JAR]

├─ me.confuser.banmanager.common.configuration.serialization.DelegateDeserialization.class - [JAR]

├─ me.confuser.banmanager.common.configuration.serialization.SerializableAs.class - [JAR]

me.confuser.banmanager.common.storage

├─ me.confuser.banmanager.common.storage.ActivityStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.HistoryStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.IpBanRecordStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.IpBanStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.IpMuteRecordStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.IpMuteStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.IpRangeBanRecordStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.IpRangeBanStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.NameBanRecordStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.NameBanStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.PlayerBanRecordStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.PlayerBanStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.PlayerHistoryStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.PlayerKickStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.PlayerMuteRecordStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.PlayerMuteStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.PlayerNoteStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.PlayerReportCommandStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.PlayerReportCommentStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.PlayerReportLocationStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.PlayerReportStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.PlayerStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.PlayerWarnStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.ReportStateStorage.class - [JAR]

├─ me.confuser.banmanager.common.storage.RollbackStorage.class - [JAR]

me.confuser.banmanager.common.api

├─ me.confuser.banmanager.common.api.BmAPI.class - [JAR]

me.confuser.banmanager.common.util

├─ me.confuser.banmanager.common.util.DateUtils.class - [JAR]

├─ me.confuser.banmanager.common.util.IPUtils.class - [JAR]

├─ me.confuser.banmanager.common.util.Message.class - [JAR]

├─ me.confuser.banmanager.common.util.ReportList.class - [JAR]

├─ me.confuser.banmanager.common.util.StorageUtils.class - [JAR]

├─ me.confuser.banmanager.common.util.StringUtils.class - [JAR]

├─ me.confuser.banmanager.common.util.UUIDProfile.class - [JAR]

├─ me.confuser.banmanager.common.util.UUIDUtils.class - [JAR]

me.confuser.banmanager.common.api.events

├─ me.confuser.banmanager.common.api.events.CommonEvent.class - [JAR]

me.confuser.banmanager.common.storage.conversion

├─ me.confuser.banmanager.common.storage.conversion.AdvancedBan.class - [JAR]

├─ me.confuser.banmanager.common.storage.conversion.H2.class - [JAR]

├─ me.confuser.banmanager.common.storage.conversion.IConverter.class - [JAR]

├─ me.confuser.banmanager.common.storage.conversion.SimpleWarnings.class - [JAR]

me.confuser.banmanager.common.storage.mysql

├─ me.confuser.banmanager.common.storage.mysql.ByteArray.class - [JAR]

├─ me.confuser.banmanager.common.storage.mysql.IpAddress.class - [JAR]

├─ me.confuser.banmanager.common.storage.mysql.MySQLDatabase.class - [JAR]

me.confuser.banmanager.common.commands.global

├─ me.confuser.banmanager.common.commands.global.AddNoteAllCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.global.BanAllCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.global.BanIpAllCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.global.MuteAllCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.global.TempBanAllCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.global.TempBanIpAllCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.global.TempMuteAllCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.global.UnbanAllCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.global.UnbanIpAllCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.global.UnmuteAllCommand.class - [JAR]

me.confuser.banmanager.common.configs

├─ me.confuser.banmanager.common.configs.ActionCommand.class - [JAR]

├─ me.confuser.banmanager.common.configs.CleanUp.class - [JAR]

├─ me.confuser.banmanager.common.configs.Config.class - [JAR]

├─ me.confuser.banmanager.common.configs.ConsoleConfig.class - [JAR]

├─ me.confuser.banmanager.common.configs.CooldownsConfig.class - [JAR]

├─ me.confuser.banmanager.common.configs.DatabaseConfig.class - [JAR]

├─ me.confuser.banmanager.common.configs.DefaultConfig.class - [JAR]

├─ me.confuser.banmanager.common.configs.DiscordConfig.class - [JAR]

├─ me.confuser.banmanager.common.configs.ExemptionsConfig.class - [JAR]

├─ me.confuser.banmanager.common.configs.Fetcher.class - [JAR]

├─ me.confuser.banmanager.common.configs.GeoIpConfig.class - [JAR]

├─ me.confuser.banmanager.common.configs.GlobalDatabaseConfig.class - [JAR]

├─ me.confuser.banmanager.common.configs.Hook.class - [JAR]

├─ me.confuser.banmanager.common.configs.HooksConfig.class - [JAR]

├─ me.confuser.banmanager.common.configs.LocalDatabaseConfig.class - [JAR]

├─ me.confuser.banmanager.common.configs.MessagesConfig.class - [JAR]

├─ me.confuser.banmanager.common.configs.PluginInfo.class - [JAR]

├─ me.confuser.banmanager.common.configs.ReasonsConfig.class - [JAR]

├─ me.confuser.banmanager.common.configs.SchedulesConfig.class - [JAR]

├─ me.confuser.banmanager.common.configs.TimeLimitType.class - [JAR]

├─ me.confuser.banmanager.common.configs.TimeLimitsConfig.class - [JAR]

├─ me.confuser.banmanager.common.configs.UUIDFetcher.class - [JAR]

├─ me.confuser.banmanager.common.configs.WarningActionsConfig.class - [JAR]

me.confuser.banmanager.common.data.global

├─ me.confuser.banmanager.common.data.global.GlobalIpBanData.class - [JAR]

├─ me.confuser.banmanager.common.data.global.GlobalIpBanRecordData.class - [JAR]

├─ me.confuser.banmanager.common.data.global.GlobalPlayerBanData.class - [JAR]

├─ me.confuser.banmanager.common.data.global.GlobalPlayerBanRecordData.class - [JAR]

├─ me.confuser.banmanager.common.data.global.GlobalPlayerMuteData.class - [JAR]

├─ me.confuser.banmanager.common.data.global.GlobalPlayerMuteRecordData.class - [JAR]

├─ me.confuser.banmanager.common.data.global.GlobalPlayerNoteData.class - [JAR]

me.confuser.banmanager.common.commands.utils

├─ me.confuser.banmanager.common.commands.utils.DuplicatesSubCommand.class - [JAR]

├─ me.confuser.banmanager.common.commands.utils.MissingPlayersSubCommand.class - [JAR]

Advertisement