From 2a6777316697240f3eff1f2ca1007fc1fabaa42d Mon Sep 17 00:00:00 2001 From: XiaoMoMi <972454774@qq.com> Date: Sun, 14 Jul 2024 20:49:54 +0800 Subject: [PATCH] Update date --- .../momirealms/customfishing/api/BukkitCustomFishingPlugin.java | 2 +- .../momirealms/customfishing/api/event/CompetitionEvent.java | 2 +- .../customfishing/api/event/CustomFishingReloadEvent.java | 2 +- .../customfishing/api/event/FishingBagPreCollectEvent.java | 2 +- .../customfishing/api/event/FishingHookStateEvent.java | 2 +- .../customfishing/api/event/FishingLootSpawnEvent.java | 2 +- .../momirealms/customfishing/api/event/FishingResultEvent.java | 2 +- .../net/momirealms/customfishing/api/event/RodCastEvent.java | 2 +- .../momirealms/customfishing/api/event/TotemActivateEvent.java | 2 +- .../momirealms/customfishing/api/integration/BlockProvider.java | 2 +- .../customfishing/api/integration/EnchantmentProvider.java | 2 +- .../customfishing/api/integration/EntityProvider.java | 2 +- .../customfishing/api/integration/ExternalProvider.java | 2 +- .../customfishing/api/integration/IntegrationManager.java | 2 +- .../momirealms/customfishing/api/integration/ItemProvider.java | 2 +- .../customfishing/api/integration/LevelerProvider.java | 2 +- .../customfishing/api/integration/SeasonProvider.java | 2 +- .../net/momirealms/customfishing/api/mechanic/MechanicType.java | 2 +- .../momirealms/customfishing/api/mechanic/action/Action.java | 2 +- .../customfishing/api/mechanic/action/ActionExpansion.java | 2 +- .../customfishing/api/mechanic/action/ActionFactory.java | 2 +- .../customfishing/api/mechanic/action/ActionManager.java | 2 +- .../customfishing/api/mechanic/action/ActionTrigger.java | 2 +- .../customfishing/api/mechanic/action/EmptyAction.java | 2 +- .../momirealms/customfishing/api/mechanic/bag/BagManager.java | 2 +- .../customfishing/api/mechanic/bag/FishingBagHolder.java | 2 +- .../customfishing/api/mechanic/block/BlockConfig.java | 2 +- .../customfishing/api/mechanic/block/BlockConfigImpl.java | 2 +- .../customfishing/api/mechanic/block/BlockDataModifier.java | 2 +- .../api/mechanic/block/BlockDataModifierFactory.java | 2 +- .../customfishing/api/mechanic/block/BlockManager.java | 2 +- .../customfishing/api/mechanic/block/BlockStateModifier.java | 2 +- .../api/mechanic/block/BlockStateModifierFactory.java | 2 +- .../api/mechanic/block/EmptyBlockDataModifier.java | 2 +- .../api/mechanic/block/EmptyBlockStateModifier.java | 2 +- .../api/mechanic/competition/CompetitionConfig.java | 2 +- .../api/mechanic/competition/CompetitionConfigImpl.java | 2 +- .../customfishing/api/mechanic/competition/CompetitionGoal.java | 2 +- .../api/mechanic/competition/CompetitionManager.java | 2 +- .../api/mechanic/competition/CompetitionPlayer.java | 2 +- .../api/mechanic/competition/FishingCompetition.java | 2 +- .../customfishing/api/mechanic/competition/RankingProvider.java | 2 +- .../api/mechanic/competition/info/AbstractCompetitionInfo.java | 2 +- .../api/mechanic/competition/info/ActionBarConfig.java | 2 +- .../api/mechanic/competition/info/ActionBarConfigImpl.java | 2 +- .../api/mechanic/competition/info/BossBarConfig.java | 2 +- .../api/mechanic/competition/info/BossBarConfigImpl.java | 2 +- .../customfishing/api/mechanic/config/BaitConfigParser.java | 2 +- .../customfishing/api/mechanic/config/BlockConfigParser.java | 2 +- .../customfishing/api/mechanic/config/ConfigManager.java | 2 +- .../customfishing/api/mechanic/config/ConfigType.java | 2 +- .../customfishing/api/mechanic/config/EnchantConfigParser.java | 2 +- .../customfishing/api/mechanic/config/EntityConfigParser.java | 2 +- .../customfishing/api/mechanic/config/GUIItemParser.java | 2 +- .../customfishing/api/mechanic/config/HookConfigParser.java | 2 +- .../customfishing/api/mechanic/config/ItemConfigParser.java | 2 +- .../customfishing/api/mechanic/config/MiniGameConfigParser.java | 2 +- .../customfishing/api/mechanic/config/RodConfigParser.java | 2 +- .../customfishing/api/mechanic/config/TotemConfigParser.java | 2 +- .../customfishing/api/mechanic/config/UtilConfigParser.java | 2 +- .../api/mechanic/config/function/BaseEffectParserFunction.java | 2 +- .../api/mechanic/config/function/BlockParserFunction.java | 2 +- .../api/mechanic/config/function/ConfigParserFunction.java | 2 +- .../mechanic/config/function/EffectModifierParserFunction.java | 2 +- .../api/mechanic/config/function/EntityParserFunction.java | 2 +- .../api/mechanic/config/function/EventParserFunction.java | 2 +- .../api/mechanic/config/function/HookParserFunction.java | 2 +- .../api/mechanic/config/function/ItemParserFunction.java | 2 +- .../api/mechanic/config/function/LootParserFunction.java | 2 +- .../customfishing/api/mechanic/config/function/ParserType.java | 2 +- .../api/mechanic/config/function/PriorityFunction.java | 2 +- .../api/mechanic/config/function/TotemParserFunction.java | 2 +- .../momirealms/customfishing/api/mechanic/context/Context.java | 2 +- .../customfishing/api/mechanic/context/ContextKeys.java | 2 +- .../customfishing/api/mechanic/context/PlayerContextImpl.java | 2 +- .../momirealms/customfishing/api/mechanic/effect/Effect.java | 2 +- .../customfishing/api/mechanic/effect/EffectManager.java | 2 +- .../customfishing/api/mechanic/effect/EffectModifierImpl.java | 2 +- .../customfishing/api/mechanic/effect/EffectProperties.java | 2 +- .../customfishing/api/mechanic/effect/LootBaseEffect.java | 2 +- .../customfishing/api/mechanic/effect/LootBaseEffectImpl.java | 2 +- .../customfishing/api/mechanic/entity/EntityConfig.java | 2 +- .../customfishing/api/mechanic/entity/EntityConfigImpl.java | 2 +- .../customfishing/api/mechanic/entity/EntityManager.java | 2 +- .../customfishing/api/mechanic/event/EventCarrier.java | 2 +- .../customfishing/api/mechanic/event/EventCarrierImpl.java | 2 +- .../customfishing/api/mechanic/fishing/BaitAnimationTask.java | 2 +- .../customfishing/api/mechanic/fishing/CustomFishingHook.java | 2 +- .../customfishing/api/mechanic/fishing/FishingGears.java | 2 +- .../customfishing/api/mechanic/fishing/FishingManager.java | 2 +- .../customfishing/api/mechanic/fishing/hook/HookMechanic.java | 2 +- .../api/mechanic/fishing/hook/LavaFishingMechanic.java | 2 +- .../api/mechanic/fishing/hook/VanillaMechanic.java | 2 +- .../api/mechanic/fishing/hook/VoidFishingMechanic.java | 2 +- .../customfishing/api/mechanic/game/AbstractGame.java | 2 +- .../customfishing/api/mechanic/game/AbstractGamingPlayer.java | 2 +- .../net/momirealms/customfishing/api/mechanic/game/Game.java | 2 +- .../momirealms/customfishing/api/mechanic/game/GameBasics.java | 2 +- .../customfishing/api/mechanic/game/GameBasicsImpl.java | 2 +- .../customfishing/api/mechanic/game/GameExpansion.java | 2 +- .../momirealms/customfishing/api/mechanic/game/GameFactory.java | 2 +- .../momirealms/customfishing/api/mechanic/game/GameManager.java | 2 +- .../momirealms/customfishing/api/mechanic/game/GameSetting.java | 2 +- .../customfishing/api/mechanic/game/GamingPlayer.java | 2 +- .../momirealms/customfishing/api/mechanic/hook/HookConfig.java | 2 +- .../customfishing/api/mechanic/hook/HookConfigImpl.java | 2 +- .../momirealms/customfishing/api/mechanic/hook/HookManager.java | 2 +- .../customfishing/api/mechanic/item/CustomFishingItem.java | 2 +- .../customfishing/api/mechanic/item/CustomFishingItemImpl.java | 2 +- .../momirealms/customfishing/api/mechanic/item/ItemEditor.java | 2 +- .../momirealms/customfishing/api/mechanic/item/ItemManager.java | 2 +- .../momirealms/customfishing/api/mechanic/item/tag/TagMap.java | 2 +- .../customfishing/api/mechanic/item/tag/TagMapImpl.java | 2 +- .../customfishing/api/mechanic/item/tag/TagValueType.java | 2 +- .../net/momirealms/customfishing/api/mechanic/loot/Loot.java | 2 +- .../momirealms/customfishing/api/mechanic/loot/LootImpl.java | 2 +- .../momirealms/customfishing/api/mechanic/loot/LootManager.java | 2 +- .../momirealms/customfishing/api/mechanic/loot/LootType.java | 2 +- .../customfishing/api/mechanic/market/MarketGUIHolder.java | 2 +- .../customfishing/api/mechanic/market/MarketManager.java | 2 +- .../api/mechanic/misc/cooldown/CoolDownManager.java | 2 +- .../api/mechanic/misc/placeholder/BukkitPlaceholderManager.java | 2 +- .../api/mechanic/misc/placeholder/PlaceholderAPIUtils.java | 2 +- .../api/mechanic/misc/placeholder/PlaceholderManager.java | 2 +- .../customfishing/api/mechanic/misc/season/Season.java | 2 +- .../customfishing/api/mechanic/misc/value/DynamicText.java | 2 +- .../api/mechanic/misc/value/ExpressionMathValueImpl.java | 2 +- .../customfishing/api/mechanic/misc/value/MathValue.java | 2 +- .../api/mechanic/misc/value/PlaceholderTextValueImpl.java | 2 +- .../api/mechanic/misc/value/PlainMathValueImpl.java | 2 +- .../api/mechanic/misc/value/PlainTextValueImpl.java | 2 +- .../api/mechanic/misc/value/RangedMathValueImpl.java | 2 +- .../customfishing/api/mechanic/misc/value/TextValue.java | 2 +- .../api/mechanic/requirement/ConditionalElement.java | 2 +- .../api/mechanic/requirement/EmptyRequirement.java | 2 +- .../customfishing/api/mechanic/requirement/Requirement.java | 2 +- .../api/mechanic/requirement/RequirementExpansion.java | 2 +- .../api/mechanic/requirement/RequirementFactory.java | 2 +- .../api/mechanic/requirement/RequirementManager.java | 2 +- .../customfishing/api/mechanic/statistic/FishingStatistics.java | 2 +- .../api/mechanic/statistic/FishingStatisticsImpl.java | 2 +- .../customfishing/api/mechanic/statistic/StatisticsKeys.java | 2 +- .../customfishing/api/mechanic/statistic/StatisticsManager.java | 2 +- .../customfishing/api/mechanic/totem/TotemConfig.java | 2 +- .../customfishing/api/mechanic/totem/TotemConfigImpl.java | 2 +- .../customfishing/api/mechanic/totem/TotemManager.java | 2 +- .../momirealms/customfishing/api/mechanic/totem/TotemModel.java | 2 +- .../customfishing/api/mechanic/totem/TotemParticle.java | 2 +- .../customfishing/api/mechanic/totem/block/TotemBlock.java | 2 +- .../api/mechanic/totem/block/property/AxisImpl.java | 2 +- .../api/mechanic/totem/block/property/FaceImpl.java | 2 +- .../api/mechanic/totem/block/property/HalfImpl.java | 2 +- .../api/mechanic/totem/block/property/TotemBlockProperty.java | 2 +- .../api/mechanic/totem/block/type/EndWithType.java | 2 +- .../customfishing/api/mechanic/totem/block/type/EqualType.java | 2 +- .../api/mechanic/totem/block/type/StartWithType.java | 2 +- .../api/mechanic/totem/block/type/TypeCondition.java | 2 +- .../customfishing/api/storage/DataStorageProvider.java | 2 +- .../momirealms/customfishing/api/storage/StorageManager.java | 2 +- .../net/momirealms/customfishing/api/storage/StorageType.java | 2 +- .../momirealms/customfishing/api/storage/data/EarningData.java | 2 +- .../customfishing/api/storage/data/InventoryData.java | 2 +- .../momirealms/customfishing/api/storage/data/PlayerData.java | 2 +- .../customfishing/api/storage/data/StatisticData.java | 2 +- .../net/momirealms/customfishing/api/storage/user/UserData.java | 2 +- .../momirealms/customfishing/api/storage/user/UserDataImpl.java | 2 +- .../java/net/momirealms/customfishing/api/util/EventUtils.java | 2 +- .../net/momirealms/customfishing/api/util/InventoryUtils.java | 2 +- .../java/net/momirealms/customfishing/api/util/MoonPhase.java | 2 +- .../java/net/momirealms/customfishing/api/util/OffsetUtils.java | 2 +- .../net/momirealms/customfishing/api/util/SimpleLocation.java | 2 +- .../java/net/momirealms/customfishing/api/util/TagUtils.java | 2 +- .../customfishing/common/command/AbstractCommandFeature.java | 2 +- .../customfishing/common/command/AbstractCommandManager.java | 2 +- .../momirealms/customfishing/common/command/CommandBuilder.java | 2 +- .../momirealms/customfishing/common/command/CommandConfig.java | 2 +- .../momirealms/customfishing/common/command/CommandFeature.java | 2 +- .../common/command/CustomFishingCommandManager.java | 2 +- .../momirealms/customfishing/common/config/ConfigLoader.java | 2 +- .../net/momirealms/customfishing/common/config/node/Node.java | 2 +- .../customfishing/common/dependency/DependencyProperties.java | 2 +- .../momirealms/customfishing/common/helper/AdventureHelper.java | 2 +- .../customfishing/common/helper/ExpressionHelper.java | 2 +- .../net/momirealms/customfishing/common/helper/GsonHelper.java | 2 +- .../momirealms/customfishing/common/helper/VersionHelper.java | 2 +- .../net/momirealms/customfishing/common/item/AbstractItem.java | 2 +- .../net/momirealms/customfishing/common/item/ComponentKeys.java | 2 +- .../java/net/momirealms/customfishing/common/item/Item.java | 2 +- .../net/momirealms/customfishing/common/item/ItemFactory.java | 2 +- .../common/locale/CustomFishingCaptionFormatter.java | 2 +- .../customfishing/common/locale/CustomFishingCaptionKeys.java | 2 +- .../common/locale/CustomFishingCaptionProvider.java | 2 +- .../customfishing/common/locale/MessageConstants.java | 2 +- .../common/locale/MiniMessageTranslationRegistry.java | 2 +- .../common/locale/MiniMessageTranslationRegistryImpl.java | 2 +- .../customfishing/common/locale/MiniMessageTranslator.java | 2 +- .../customfishing/common/locale/MiniMessageTranslatorImpl.java | 2 +- .../customfishing/common/locale/TranslationManager.java | 2 +- .../customfishing/common/plugin/CustomFishingPlugin.java | 2 +- .../customfishing/common/plugin/feature/Reloadable.java | 2 +- .../customfishing/common/plugin/scheduler/RegionExecutor.java | 2 +- .../net/momirealms/customfishing/common/util/ArrayUtils.java | 2 +- .../net/momirealms/customfishing/common/util/ClassUtils.java | 2 +- .../customfishing/common/util/CompletableFutures.java | 2 +- .../java/net/momirealms/customfishing/common/util/Either.java | 2 +- .../net/momirealms/customfishing/common/util/EitherImpl.java | 2 +- .../net/momirealms/customfishing/common/util/FileUtils.java | 2 +- .../main/java/net/momirealms/customfishing/common/util/Key.java | 2 +- .../net/momirealms/customfishing/common/util/ListUtils.java | 2 +- .../java/net/momirealms/customfishing/common/util/Pair.java | 2 +- .../net/momirealms/customfishing/common/util/RandomUtils.java | 2 +- .../net/momirealms/customfishing/common/util/TriConsumer.java | 2 +- .../net/momirealms/customfishing/common/util/TriFunction.java | 2 +- .../java/net/momirealms/customfishing/common/util/Tuple.java | 2 +- .../net/momirealms/customfishing/common/util/UUIDUtils.java | 2 +- .../net/momirealms/customfishing/common/util/WeightUtils.java | 2 +- .../momirealms/customfishing/bukkit/integration/VaultHook.java | 2 +- .../bukkit/integration/block/ItemsAdderBlockProvider.java | 2 +- .../bukkit/integration/block/OraxenBlockProvider.java | 2 +- .../integration/enchant/AdvancedEnchantmentsProvider.java | 2 +- .../bukkit/integration/enchant/VanillaEnchantmentsProvider.java | 2 +- .../bukkit/integration/entity/ItemsAdderEntityProvider.java | 2 +- .../bukkit/integration/entity/MythicEntityProvider.java | 2 +- .../bukkit/integration/entity/VanillaEntityProvider.java | 2 +- .../bukkit/integration/item/CustomFishingItemProvider.java | 2 +- .../bukkit/integration/item/ItemsAdderItemProvider.java | 2 +- .../bukkit/integration/item/MMOItemsItemProvider.java | 2 +- .../bukkit/integration/item/McMMOTreasureProvider.java | 2 +- .../bukkit/integration/item/MythicMobsItemProvider.java | 2 +- .../bukkit/integration/item/NeigeItemsItemProvider.java | 2 +- .../bukkit/integration/item/OraxenItemProvider.java | 2 +- .../bukkit/integration/item/ZaphkielItemProvider.java | 2 +- .../bukkit/integration/level/AuraSkillsLevelerProvider.java | 2 +- .../bukkit/integration/level/AureliumSkillsProvider.java | 2 +- .../bukkit/integration/level/EcoJobsLevelerProvider.java | 2 +- .../bukkit/integration/level/EcoSkillsLevelerProvider.java | 2 +- .../bukkit/integration/level/JobsRebornLevelerProvider.java | 2 +- .../bukkit/integration/level/MMOCoreLevelerProvider.java | 2 +- .../bukkit/integration/level/McMMOLevelerProvider.java | 2 +- .../customfishing/bukkit/integration/papi/CompetitionPapi.java | 2 +- .../bukkit/integration/papi/CustomFishingPapi.java | 2 +- .../customfishing/bukkit/integration/papi/StatisticsPapi.java | 2 +- .../customfishing/bukkit/integration/quest/BattlePassQuest.java | 2 +- .../customfishing/bukkit/integration/quest/BetonQuestQuest.java | 2 +- .../bukkit/integration/quest/ClueScrollsQuest.java | 2 +- .../bukkit/integration/season/AdvancedSeasonsProvider.java | 2 +- .../bukkit/integration/season/CustomCropsSeasonProvider.java | 2 +- .../bukkit/integration/season/RealisticSeasonsProvider.java | 2 +- .../net/momirealms/customfishing/bukkit/BukkitBootstrap.java | 2 +- .../customfishing/bukkit/BukkitCustomFishingPluginImpl.java | 2 +- .../customfishing/bukkit/action/BukkitActionManager.java | 2 +- .../momirealms/customfishing/bukkit/bag/BukkitBagManager.java | 2 +- .../customfishing/bukkit/block/BukkitBlockManager.java | 2 +- .../customfishing/bukkit/command/BukkitCommandFeature.java | 2 +- .../customfishing/bukkit/command/BukkitCommandManager.java | 2 +- .../bukkit/command/feature/AddStatisticsCommand.java | 2 +- .../customfishing/bukkit/command/feature/DebugLootCommand.java | 2 +- .../bukkit/command/feature/EditOfflineBagCommand.java | 2 +- .../bukkit/command/feature/EditOnlineBagCommand.java | 2 +- .../bukkit/command/feature/EndCompetitionCommand.java | 2 +- .../customfishing/bukkit/command/feature/ExportDataCommand.java | 2 +- .../customfishing/bukkit/command/feature/FishingBagCommand.java | 2 +- .../customfishing/bukkit/command/feature/GetItemCommand.java | 2 +- .../customfishing/bukkit/command/feature/GiveItemCommand.java | 2 +- .../customfishing/bukkit/command/feature/ImportDataCommand.java | 2 +- .../customfishing/bukkit/command/feature/ImportItemCommand.java | 2 +- .../customfishing/bukkit/command/feature/OpenBagCommand.java | 2 +- .../customfishing/bukkit/command/feature/OpenMarketCommand.java | 2 +- .../bukkit/command/feature/QueryStatisticsCommand.java | 2 +- .../customfishing/bukkit/command/feature/ReloadCommand.java | 2 +- .../bukkit/command/feature/ResetStatisticsCommand.java | 2 +- .../customfishing/bukkit/command/feature/SellFishCommand.java | 2 +- .../bukkit/command/feature/SetStatisticsCommand.java | 2 +- .../bukkit/command/feature/StartCompetitionCommand.java | 2 +- .../bukkit/command/feature/StopCompetitionCommand.java | 2 +- .../customfishing/bukkit/command/feature/UnlockDataCommand.java | 2 +- .../bukkit/competition/BukkitCompetitionManager.java | 2 +- .../customfishing/bukkit/competition/Competition.java | 2 +- .../customfishing/bukkit/competition/CompetitionSchedule.java | 2 +- .../bukkit/competition/actionbar/ActionBarManager.java | 2 +- .../bukkit/competition/actionbar/ActionBarSender.java | 2 +- .../bukkit/competition/bossbar/BossBarManager.java | 2 +- .../customfishing/bukkit/competition/bossbar/BossBarSender.java | 2 +- .../bukkit/competition/ranking/LocalRankingProvider.java | 2 +- .../bukkit/competition/ranking/RedisRankingProvider.java | 2 +- .../customfishing/bukkit/config/BukkitConfigManager.java | 2 +- .../customfishing/bukkit/effect/BukkitEffectManager.java | 2 +- .../customfishing/bukkit/entity/BukkitEntityManager.java | 2 +- .../customfishing/bukkit/event/BukkitEventManager.java | 2 +- .../customfishing/bukkit/fishing/BukkitFishingManager.java | 2 +- .../momirealms/customfishing/bukkit/game/BukkitGameManager.java | 2 +- .../momirealms/customfishing/bukkit/hook/BukkitHookManager.java | 2 +- .../bukkit/integration/BukkitIntegrationManager.java | 2 +- .../momirealms/customfishing/bukkit/item/BukkitItemFactory.java | 2 +- .../momirealms/customfishing/bukkit/item/BukkitItemManager.java | 2 +- .../customfishing/bukkit/item/damage/CustomDurabilityItem.java | 2 +- .../customfishing/bukkit/item/damage/DurabilityItem.java | 2 +- .../customfishing/bukkit/item/damage/VanillaDurabilityItem.java | 2 +- .../customfishing/bukkit/item/impl/ComponentItemFactory.java | 2 +- .../customfishing/bukkit/item/impl/UniversalItemFactory.java | 2 +- .../momirealms/customfishing/bukkit/loot/BukkitLootManager.java | 2 +- .../customfishing/bukkit/market/BukkitMarketManager.java | 2 +- .../customfishing/bukkit/market/MarketDynamicGUIElement.java | 2 +- .../net/momirealms/customfishing/bukkit/market/MarketGUI.java | 2 +- .../customfishing/bukkit/market/MarketGUIElement.java | 2 +- .../momirealms/customfishing/bukkit/migration/Migration.java | 2 +- .../bukkit/requirement/BukkitRequirementManager.java | 2 +- .../customfishing/bukkit/statistic/BukkitStatisticsManager.java | 2 +- .../customfishing/bukkit/storage/BukkitStorageManager.java | 2 +- .../customfishing/bukkit/storage/method/AbstractStorage.java | 2 +- .../bukkit/storage/method/database/nosql/MongoDBProvider.java | 2 +- .../bukkit/storage/method/database/nosql/RedisManager.java | 2 +- .../storage/method/database/sql/AbstractHikariDatabase.java | 2 +- .../bukkit/storage/method/database/sql/AbstractSQLDatabase.java | 2 +- .../bukkit/storage/method/database/sql/H2Provider.java | 2 +- .../bukkit/storage/method/database/sql/MariaDBProvider.java | 2 +- .../bukkit/storage/method/database/sql/MySQLProvider.java | 2 +- .../bukkit/storage/method/database/sql/SQLiteProvider.java | 2 +- .../customfishing/bukkit/storage/method/file/JsonProvider.java | 2 +- .../customfishing/bukkit/storage/method/file/YAMLProvider.java | 2 +- .../momirealms/customfishing/bukkit/totem/ActivatedTotem.java | 2 +- .../customfishing/bukkit/totem/BukkitTotemManager.java | 2 +- .../bukkit/totem/particle/DustParticleSetting.java | 2 +- .../customfishing/bukkit/totem/particle/ParticleSetting.java | 2 +- .../momirealms/customfishing/bukkit/util/ItemStackUtils.java | 2 +- .../net/momirealms/customfishing/bukkit/util/LocationUtils.java | 2 +- .../net/momirealms/customfishing/bukkit/util/PlayerUtils.java | 2 +- 327 files changed, 327 insertions(+), 327 deletions(-) diff --git a/api/src/main/java/net/momirealms/customfishing/api/BukkitCustomFishingPlugin.java b/api/src/main/java/net/momirealms/customfishing/api/BukkitCustomFishingPlugin.java index cd8a5ea9..4ec18c7b 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/BukkitCustomFishingPlugin.java +++ b/api/src/main/java/net/momirealms/customfishing/api/BukkitCustomFishingPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/event/CompetitionEvent.java b/api/src/main/java/net/momirealms/customfishing/api/event/CompetitionEvent.java index 9a87e136..6a88af27 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/event/CompetitionEvent.java +++ b/api/src/main/java/net/momirealms/customfishing/api/event/CompetitionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/event/CustomFishingReloadEvent.java b/api/src/main/java/net/momirealms/customfishing/api/event/CustomFishingReloadEvent.java index b037c896..72b9082f 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/event/CustomFishingReloadEvent.java +++ b/api/src/main/java/net/momirealms/customfishing/api/event/CustomFishingReloadEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/event/FishingBagPreCollectEvent.java b/api/src/main/java/net/momirealms/customfishing/api/event/FishingBagPreCollectEvent.java index 48baa33b..05374f7a 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/event/FishingBagPreCollectEvent.java +++ b/api/src/main/java/net/momirealms/customfishing/api/event/FishingBagPreCollectEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/event/FishingHookStateEvent.java b/api/src/main/java/net/momirealms/customfishing/api/event/FishingHookStateEvent.java index 40c345f0..abcba26a 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/event/FishingHookStateEvent.java +++ b/api/src/main/java/net/momirealms/customfishing/api/event/FishingHookStateEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/event/FishingLootSpawnEvent.java b/api/src/main/java/net/momirealms/customfishing/api/event/FishingLootSpawnEvent.java index 4df5bd42..5e4c74f2 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/event/FishingLootSpawnEvent.java +++ b/api/src/main/java/net/momirealms/customfishing/api/event/FishingLootSpawnEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/event/FishingResultEvent.java b/api/src/main/java/net/momirealms/customfishing/api/event/FishingResultEvent.java index 713d945c..e86a8b3f 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/event/FishingResultEvent.java +++ b/api/src/main/java/net/momirealms/customfishing/api/event/FishingResultEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/event/RodCastEvent.java b/api/src/main/java/net/momirealms/customfishing/api/event/RodCastEvent.java index 1982b8cd..ff44a8f8 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/event/RodCastEvent.java +++ b/api/src/main/java/net/momirealms/customfishing/api/event/RodCastEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/event/TotemActivateEvent.java b/api/src/main/java/net/momirealms/customfishing/api/event/TotemActivateEvent.java index 14088561..358a6068 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/event/TotemActivateEvent.java +++ b/api/src/main/java/net/momirealms/customfishing/api/event/TotemActivateEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/integration/BlockProvider.java b/api/src/main/java/net/momirealms/customfishing/api/integration/BlockProvider.java index c5f94525..346893d9 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/integration/BlockProvider.java +++ b/api/src/main/java/net/momirealms/customfishing/api/integration/BlockProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/integration/EnchantmentProvider.java b/api/src/main/java/net/momirealms/customfishing/api/integration/EnchantmentProvider.java index c20bc855..f06aa11c 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/integration/EnchantmentProvider.java +++ b/api/src/main/java/net/momirealms/customfishing/api/integration/EnchantmentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/integration/EntityProvider.java b/api/src/main/java/net/momirealms/customfishing/api/integration/EntityProvider.java index 10474f17..247d0f08 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/integration/EntityProvider.java +++ b/api/src/main/java/net/momirealms/customfishing/api/integration/EntityProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/integration/ExternalProvider.java b/api/src/main/java/net/momirealms/customfishing/api/integration/ExternalProvider.java index 017d8754..73c9fd64 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/integration/ExternalProvider.java +++ b/api/src/main/java/net/momirealms/customfishing/api/integration/ExternalProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/integration/IntegrationManager.java b/api/src/main/java/net/momirealms/customfishing/api/integration/IntegrationManager.java index fd6446e4..e30fc9bb 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/integration/IntegrationManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/integration/IntegrationManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/integration/ItemProvider.java b/api/src/main/java/net/momirealms/customfishing/api/integration/ItemProvider.java index ad73debf..2e0d438f 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/integration/ItemProvider.java +++ b/api/src/main/java/net/momirealms/customfishing/api/integration/ItemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/integration/LevelerProvider.java b/api/src/main/java/net/momirealms/customfishing/api/integration/LevelerProvider.java index b4de6bf4..30950974 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/integration/LevelerProvider.java +++ b/api/src/main/java/net/momirealms/customfishing/api/integration/LevelerProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/integration/SeasonProvider.java b/api/src/main/java/net/momirealms/customfishing/api/integration/SeasonProvider.java index 67f3614b..d43aa979 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/integration/SeasonProvider.java +++ b/api/src/main/java/net/momirealms/customfishing/api/integration/SeasonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/MechanicType.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/MechanicType.java index 3de56629..fdbb5549 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/MechanicType.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/MechanicType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/Action.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/Action.java index db1baa13..159ac648 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/Action.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/Action.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/ActionExpansion.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/ActionExpansion.java index b834013f..075361dd 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/ActionExpansion.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/ActionExpansion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/ActionFactory.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/ActionFactory.java index a3d526e0..5617d5aa 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/ActionFactory.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/ActionFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/ActionManager.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/ActionManager.java index 9e724f29..5c87f2b0 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/ActionManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/ActionManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/ActionTrigger.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/ActionTrigger.java index 3b981bb1..05c3f65a 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/ActionTrigger.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/ActionTrigger.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/EmptyAction.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/EmptyAction.java index cb819b05..70264faa 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/EmptyAction.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/action/EmptyAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/bag/BagManager.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/bag/BagManager.java index 9ab75231..72e820b0 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/bag/BagManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/bag/BagManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/bag/FishingBagHolder.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/bag/FishingBagHolder.java index 3e7f3200..795f0016 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/bag/FishingBagHolder.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/bag/FishingBagHolder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockConfig.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockConfig.java index d59be2f8..23bbfda2 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockConfig.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockConfigImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockConfigImpl.java index ffcd0879..762ebda8 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockConfigImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockConfigImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockDataModifier.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockDataModifier.java index 3a53e059..015a1a07 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockDataModifier.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockDataModifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockDataModifierFactory.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockDataModifierFactory.java index 4cb6a937..d46923c7 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockDataModifierFactory.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockDataModifierFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockManager.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockManager.java index ae9234b9..ee0a35a2 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockStateModifier.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockStateModifier.java index 5f75d6df..0e18ecfb 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockStateModifier.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockStateModifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockStateModifierFactory.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockStateModifierFactory.java index b600b01b..f1f4e634 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockStateModifierFactory.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/BlockStateModifierFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/EmptyBlockDataModifier.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/EmptyBlockDataModifier.java index 9d048b8c..491dab92 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/EmptyBlockDataModifier.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/EmptyBlockDataModifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/EmptyBlockStateModifier.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/EmptyBlockStateModifier.java index 192bee40..508b9eae 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/EmptyBlockStateModifier.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/block/EmptyBlockStateModifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/CompetitionConfig.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/CompetitionConfig.java index 4b714582..f62357eb 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/CompetitionConfig.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/CompetitionConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/CompetitionConfigImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/CompetitionConfigImpl.java index 14bad1e3..cf5be088 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/CompetitionConfigImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/CompetitionConfigImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/CompetitionGoal.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/CompetitionGoal.java index 34b54d85..d1972e51 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/CompetitionGoal.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/CompetitionGoal.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/CompetitionManager.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/CompetitionManager.java index cd439256..08e8df4d 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/CompetitionManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/CompetitionManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/CompetitionPlayer.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/CompetitionPlayer.java index 7ae2597c..aa8a3b7f 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/CompetitionPlayer.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/CompetitionPlayer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/FishingCompetition.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/FishingCompetition.java index 70eb687b..9fae2dd0 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/FishingCompetition.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/FishingCompetition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/RankingProvider.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/RankingProvider.java index 45ea4a41..ca25a52b 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/RankingProvider.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/RankingProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/info/AbstractCompetitionInfo.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/info/AbstractCompetitionInfo.java index d241e1ac..c80be245 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/info/AbstractCompetitionInfo.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/info/AbstractCompetitionInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/info/ActionBarConfig.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/info/ActionBarConfig.java index 225a7d43..b57ce382 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/info/ActionBarConfig.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/info/ActionBarConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/info/ActionBarConfigImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/info/ActionBarConfigImpl.java index b0a359b4..6853a419 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/info/ActionBarConfigImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/info/ActionBarConfigImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/info/BossBarConfig.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/info/BossBarConfig.java index 3e54f5d7..95ec5115 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/info/BossBarConfig.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/info/BossBarConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/info/BossBarConfigImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/info/BossBarConfigImpl.java index f2a50971..dac0112d 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/info/BossBarConfigImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/competition/info/BossBarConfigImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/BaitConfigParser.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/BaitConfigParser.java index 2014af75..e275818b 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/BaitConfigParser.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/BaitConfigParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/BlockConfigParser.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/BlockConfigParser.java index 261f00a5..fdebfe83 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/BlockConfigParser.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/BlockConfigParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/ConfigManager.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/ConfigManager.java index bbdfdba2..9390c434 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/ConfigManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/ConfigManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/ConfigType.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/ConfigType.java index 0de53aa3..f2a9fadf 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/ConfigType.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/ConfigType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/EnchantConfigParser.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/EnchantConfigParser.java index 56ce60e0..c0df37f5 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/EnchantConfigParser.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/EnchantConfigParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/EntityConfigParser.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/EntityConfigParser.java index ec6e1522..2d2b8982 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/EntityConfigParser.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/EntityConfigParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/GUIItemParser.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/GUIItemParser.java index 4c981e10..196c3058 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/GUIItemParser.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/GUIItemParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/HookConfigParser.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/HookConfigParser.java index a6426132..74d35884 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/HookConfigParser.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/HookConfigParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/ItemConfigParser.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/ItemConfigParser.java index 9347b54e..4f4f63a3 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/ItemConfigParser.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/ItemConfigParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/MiniGameConfigParser.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/MiniGameConfigParser.java index 73cb6507..dc4859ca 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/MiniGameConfigParser.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/MiniGameConfigParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/RodConfigParser.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/RodConfigParser.java index 1b1bc19a..44cba17d 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/RodConfigParser.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/RodConfigParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/TotemConfigParser.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/TotemConfigParser.java index 555bb78b..131b868b 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/TotemConfigParser.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/TotemConfigParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/UtilConfigParser.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/UtilConfigParser.java index 5434d643..25b3f757 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/UtilConfigParser.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/UtilConfigParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/BaseEffectParserFunction.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/BaseEffectParserFunction.java index d76358d1..a698da37 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/BaseEffectParserFunction.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/BaseEffectParserFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/BlockParserFunction.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/BlockParserFunction.java index 22e27322..749ce2f9 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/BlockParserFunction.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/BlockParserFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/ConfigParserFunction.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/ConfigParserFunction.java index 42c64dd9..94411391 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/ConfigParserFunction.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/ConfigParserFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/EffectModifierParserFunction.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/EffectModifierParserFunction.java index 7f16e816..c1f07ff2 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/EffectModifierParserFunction.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/EffectModifierParserFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/EntityParserFunction.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/EntityParserFunction.java index 203220d6..5ba5d376 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/EntityParserFunction.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/EntityParserFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/EventParserFunction.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/EventParserFunction.java index 1e048515..8b85591b 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/EventParserFunction.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/EventParserFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/HookParserFunction.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/HookParserFunction.java index 6ecf66e7..503156e4 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/HookParserFunction.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/HookParserFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/ItemParserFunction.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/ItemParserFunction.java index 196526b7..05d2f12c 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/ItemParserFunction.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/ItemParserFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/LootParserFunction.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/LootParserFunction.java index 83451837..7ede1a07 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/LootParserFunction.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/LootParserFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/ParserType.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/ParserType.java index 338cff10..42249566 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/ParserType.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/ParserType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/PriorityFunction.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/PriorityFunction.java index 09a13dcd..a9eec7f8 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/PriorityFunction.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/PriorityFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/TotemParserFunction.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/TotemParserFunction.java index c7d47a1a..41e8b2a3 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/TotemParserFunction.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/config/function/TotemParserFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/context/Context.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/context/Context.java index b7b344d3..ee3e2126 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/context/Context.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/context/Context.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/context/ContextKeys.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/context/ContextKeys.java index fea2705f..5003c102 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/context/ContextKeys.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/context/ContextKeys.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/context/PlayerContextImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/context/PlayerContextImpl.java index c5ffb00b..7301bd96 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/context/PlayerContextImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/context/PlayerContextImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/Effect.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/Effect.java index 53f523c9..cb38d7a6 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/Effect.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/Effect.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/EffectManager.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/EffectManager.java index 9d1e9629..8776c816 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/EffectManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/EffectManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/EffectModifierImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/EffectModifierImpl.java index 6f0f8ef5..211440c5 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/EffectModifierImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/EffectModifierImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/EffectProperties.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/EffectProperties.java index 846c5224..ec5aa8f8 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/EffectProperties.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/EffectProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/LootBaseEffect.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/LootBaseEffect.java index 858597a2..02489d7b 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/LootBaseEffect.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/LootBaseEffect.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/LootBaseEffectImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/LootBaseEffectImpl.java index bbc47ce0..f5fcb81f 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/LootBaseEffectImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/effect/LootBaseEffectImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/entity/EntityConfig.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/entity/EntityConfig.java index 52301cd8..d952ddf5 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/entity/EntityConfig.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/entity/EntityConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/entity/EntityConfigImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/entity/EntityConfigImpl.java index d327c601..22c181bc 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/entity/EntityConfigImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/entity/EntityConfigImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/entity/EntityManager.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/entity/EntityManager.java index 272b8085..72808d60 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/entity/EntityManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/entity/EntityManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/event/EventCarrier.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/event/EventCarrier.java index 50eff060..2ce3041c 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/event/EventCarrier.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/event/EventCarrier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/event/EventCarrierImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/event/EventCarrierImpl.java index 3ab0a189..6b608d4c 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/event/EventCarrierImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/event/EventCarrierImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/BaitAnimationTask.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/BaitAnimationTask.java index 40e1c29a..20b18298 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/BaitAnimationTask.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/BaitAnimationTask.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/CustomFishingHook.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/CustomFishingHook.java index 08092c1b..fc31917b 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/CustomFishingHook.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/CustomFishingHook.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/FishingGears.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/FishingGears.java index ba44830c..f1605314 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/FishingGears.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/FishingGears.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/FishingManager.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/FishingManager.java index 5381333f..2272fab6 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/FishingManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/FishingManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/hook/HookMechanic.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/hook/HookMechanic.java index f67bc4dd..a23dfb13 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/hook/HookMechanic.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/hook/HookMechanic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/hook/LavaFishingMechanic.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/hook/LavaFishingMechanic.java index 543dd7c9..196f33ba 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/hook/LavaFishingMechanic.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/hook/LavaFishingMechanic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/hook/VanillaMechanic.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/hook/VanillaMechanic.java index e3ff638a..485966c2 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/hook/VanillaMechanic.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/hook/VanillaMechanic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/hook/VoidFishingMechanic.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/hook/VoidFishingMechanic.java index fb5b6e8b..5ba1a9c6 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/hook/VoidFishingMechanic.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/hook/VoidFishingMechanic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/AbstractGame.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/AbstractGame.java index bb776b52..b82bdf8a 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/AbstractGame.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/AbstractGame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/AbstractGamingPlayer.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/AbstractGamingPlayer.java index 50363dfb..cb3db327 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/AbstractGamingPlayer.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/AbstractGamingPlayer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/Game.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/Game.java index 6b860c05..789b0691 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/Game.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/Game.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameBasics.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameBasics.java index 1fe55668..1e7d67b5 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameBasics.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameBasics.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameBasicsImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameBasicsImpl.java index 20f51bc0..0e49943f 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameBasicsImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameBasicsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameExpansion.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameExpansion.java index 36a3dfd4..c1ac7c58 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameExpansion.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameExpansion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameFactory.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameFactory.java index 0e448c4f..0e13e2f5 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameFactory.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameManager.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameManager.java index 2cb4a50b..e2f1f653 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameSetting.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameSetting.java index 2437e4ed..738a6b92 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameSetting.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GameSetting.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GamingPlayer.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GamingPlayer.java index 53bcc9d3..2d2a25bd 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GamingPlayer.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/game/GamingPlayer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/hook/HookConfig.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/hook/HookConfig.java index 27ab3a8c..67a3ac2b 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/hook/HookConfig.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/hook/HookConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/hook/HookConfigImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/hook/HookConfigImpl.java index 284b469d..59256ed1 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/hook/HookConfigImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/hook/HookConfigImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/hook/HookManager.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/hook/HookManager.java index a8078615..fcf9f638 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/hook/HookManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/hook/HookManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/CustomFishingItem.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/CustomFishingItem.java index 4dd68793..144c52ee 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/CustomFishingItem.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/CustomFishingItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/CustomFishingItemImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/CustomFishingItemImpl.java index 362a2af2..7207ed71 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/CustomFishingItemImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/CustomFishingItemImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/ItemEditor.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/ItemEditor.java index d009fd79..b6cce9a8 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/ItemEditor.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/ItemEditor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/ItemManager.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/ItemManager.java index d65e38df..8d1978fe 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/ItemManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/ItemManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/tag/TagMap.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/tag/TagMap.java index d6f3239f..e29ae84f 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/tag/TagMap.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/tag/TagMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/tag/TagMapImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/tag/TagMapImpl.java index 5a608ece..36870843 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/tag/TagMapImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/tag/TagMapImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/tag/TagValueType.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/tag/TagValueType.java index 98efc4c9..de5cf013 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/tag/TagValueType.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/item/tag/TagValueType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/loot/Loot.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/loot/Loot.java index c8b72cd5..05612807 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/loot/Loot.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/loot/Loot.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/loot/LootImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/loot/LootImpl.java index 093d75f2..6b9259e5 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/loot/LootImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/loot/LootImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/loot/LootManager.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/loot/LootManager.java index 98cc9bfd..87b54578 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/loot/LootManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/loot/LootManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/loot/LootType.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/loot/LootType.java index 9d0a967b..6a6e7743 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/loot/LootType.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/loot/LootType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/market/MarketGUIHolder.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/market/MarketGUIHolder.java index aaf8bec3..8a9eea0e 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/market/MarketGUIHolder.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/market/MarketGUIHolder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/market/MarketManager.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/market/MarketManager.java index 4c08e5a3..4fc68f5b 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/market/MarketManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/market/MarketManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/cooldown/CoolDownManager.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/cooldown/CoolDownManager.java index 024ab4e7..8ca56c4d 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/cooldown/CoolDownManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/cooldown/CoolDownManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/placeholder/BukkitPlaceholderManager.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/placeholder/BukkitPlaceholderManager.java index f34a4c2c..c3edae77 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/placeholder/BukkitPlaceholderManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/placeholder/BukkitPlaceholderManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/placeholder/PlaceholderAPIUtils.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/placeholder/PlaceholderAPIUtils.java index b23f1a3f..bc1157ac 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/placeholder/PlaceholderAPIUtils.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/placeholder/PlaceholderAPIUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/placeholder/PlaceholderManager.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/placeholder/PlaceholderManager.java index eb403ad3..a9487b96 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/placeholder/PlaceholderManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/placeholder/PlaceholderManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/season/Season.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/season/Season.java index 02c897ba..3fe0574f 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/season/Season.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/season/Season.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/DynamicText.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/DynamicText.java index 356225eb..fef05078 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/DynamicText.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/DynamicText.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/ExpressionMathValueImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/ExpressionMathValueImpl.java index 99d77e08..b559221e 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/ExpressionMathValueImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/ExpressionMathValueImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/MathValue.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/MathValue.java index 2b00aa17..37691a3d 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/MathValue.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/MathValue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/PlaceholderTextValueImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/PlaceholderTextValueImpl.java index 6d3dea9a..c5e702ae 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/PlaceholderTextValueImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/PlaceholderTextValueImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/PlainMathValueImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/PlainMathValueImpl.java index 9fd0f4de..89deac37 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/PlainMathValueImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/PlainMathValueImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/PlainTextValueImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/PlainTextValueImpl.java index 6a3907e9..74de0232 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/PlainTextValueImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/PlainTextValueImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/RangedMathValueImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/RangedMathValueImpl.java index dde3dd34..a8bd5fdc 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/RangedMathValueImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/RangedMathValueImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/TextValue.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/TextValue.java index 1640ccd3..5c5982fa 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/TextValue.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/misc/value/TextValue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/ConditionalElement.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/ConditionalElement.java index c58c1739..7cadfe67 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/ConditionalElement.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/ConditionalElement.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/EmptyRequirement.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/EmptyRequirement.java index e82217fc..6d547316 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/EmptyRequirement.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/EmptyRequirement.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/Requirement.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/Requirement.java index 93afae7d..8ba90c2c 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/Requirement.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/Requirement.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/RequirementExpansion.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/RequirementExpansion.java index 0e274c47..f0a82658 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/RequirementExpansion.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/RequirementExpansion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/RequirementFactory.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/RequirementFactory.java index a3657b15..aed61ad1 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/RequirementFactory.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/RequirementFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/RequirementManager.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/RequirementManager.java index 846500bb..43573c64 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/RequirementManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/requirement/RequirementManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/statistic/FishingStatistics.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/statistic/FishingStatistics.java index c21bf6cd..c07df8aa 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/statistic/FishingStatistics.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/statistic/FishingStatistics.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/statistic/FishingStatisticsImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/statistic/FishingStatisticsImpl.java index 5dcbc2ec..d6a8a5fa 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/statistic/FishingStatisticsImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/statistic/FishingStatisticsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/statistic/StatisticsKeys.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/statistic/StatisticsKeys.java index b79647b2..07bc6d89 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/statistic/StatisticsKeys.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/statistic/StatisticsKeys.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/statistic/StatisticsManager.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/statistic/StatisticsManager.java index b3eb1e0c..c8d00d8c 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/statistic/StatisticsManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/statistic/StatisticsManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/TotemConfig.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/TotemConfig.java index 08fe8134..af446fa1 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/TotemConfig.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/TotemConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/TotemConfigImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/TotemConfigImpl.java index a73000c1..52daa76d 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/TotemConfigImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/TotemConfigImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/TotemManager.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/TotemManager.java index c9b2273e..cdbadc0f 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/TotemManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/TotemManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/TotemModel.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/TotemModel.java index c52c6c02..66038a63 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/TotemModel.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/TotemModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/TotemParticle.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/TotemParticle.java index a08434d8..fcdf2d21 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/TotemParticle.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/TotemParticle.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/TotemBlock.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/TotemBlock.java index 6d69648c..33f44f0d 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/TotemBlock.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/TotemBlock.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/property/AxisImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/property/AxisImpl.java index 7fd160e0..40557fe8 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/property/AxisImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/property/AxisImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/property/FaceImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/property/FaceImpl.java index 8519fad3..ea859b03 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/property/FaceImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/property/FaceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/property/HalfImpl.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/property/HalfImpl.java index e2a2e2fb..95299de8 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/property/HalfImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/property/HalfImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/property/TotemBlockProperty.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/property/TotemBlockProperty.java index be238682..e9db73cc 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/property/TotemBlockProperty.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/property/TotemBlockProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/type/EndWithType.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/type/EndWithType.java index 1d723c5f..ad486331 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/type/EndWithType.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/type/EndWithType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/type/EqualType.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/type/EqualType.java index dfed289b..e72701d6 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/type/EqualType.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/type/EqualType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/type/StartWithType.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/type/StartWithType.java index 7fab7ba1..c11dc392 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/type/StartWithType.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/type/StartWithType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/type/TypeCondition.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/type/TypeCondition.java index 4f5422b2..3d13be45 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/type/TypeCondition.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/totem/block/type/TypeCondition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/storage/DataStorageProvider.java b/api/src/main/java/net/momirealms/customfishing/api/storage/DataStorageProvider.java index e64ab931..18d6f6a6 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/storage/DataStorageProvider.java +++ b/api/src/main/java/net/momirealms/customfishing/api/storage/DataStorageProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/storage/StorageManager.java b/api/src/main/java/net/momirealms/customfishing/api/storage/StorageManager.java index 0d2e3542..652575ec 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/storage/StorageManager.java +++ b/api/src/main/java/net/momirealms/customfishing/api/storage/StorageManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/storage/StorageType.java b/api/src/main/java/net/momirealms/customfishing/api/storage/StorageType.java index 8a641db4..612f2714 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/storage/StorageType.java +++ b/api/src/main/java/net/momirealms/customfishing/api/storage/StorageType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/storage/data/EarningData.java b/api/src/main/java/net/momirealms/customfishing/api/storage/data/EarningData.java index 60b1e8e3..3c38840c 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/storage/data/EarningData.java +++ b/api/src/main/java/net/momirealms/customfishing/api/storage/data/EarningData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/storage/data/InventoryData.java b/api/src/main/java/net/momirealms/customfishing/api/storage/data/InventoryData.java index 1d2b2118..ae7766b2 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/storage/data/InventoryData.java +++ b/api/src/main/java/net/momirealms/customfishing/api/storage/data/InventoryData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/storage/data/PlayerData.java b/api/src/main/java/net/momirealms/customfishing/api/storage/data/PlayerData.java index 97dd6fac..db8c3d2c 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/storage/data/PlayerData.java +++ b/api/src/main/java/net/momirealms/customfishing/api/storage/data/PlayerData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/storage/data/StatisticData.java b/api/src/main/java/net/momirealms/customfishing/api/storage/data/StatisticData.java index 24ef0a7a..3f1fc0db 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/storage/data/StatisticData.java +++ b/api/src/main/java/net/momirealms/customfishing/api/storage/data/StatisticData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/storage/user/UserData.java b/api/src/main/java/net/momirealms/customfishing/api/storage/user/UserData.java index f22de2c0..fe15117e 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/storage/user/UserData.java +++ b/api/src/main/java/net/momirealms/customfishing/api/storage/user/UserData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/storage/user/UserDataImpl.java b/api/src/main/java/net/momirealms/customfishing/api/storage/user/UserDataImpl.java index fafb6652..30497f34 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/storage/user/UserDataImpl.java +++ b/api/src/main/java/net/momirealms/customfishing/api/storage/user/UserDataImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/util/EventUtils.java b/api/src/main/java/net/momirealms/customfishing/api/util/EventUtils.java index 3c4ce77e..64ff2bf8 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/util/EventUtils.java +++ b/api/src/main/java/net/momirealms/customfishing/api/util/EventUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/util/InventoryUtils.java b/api/src/main/java/net/momirealms/customfishing/api/util/InventoryUtils.java index 1b75dd2b..d4e5b25e 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/util/InventoryUtils.java +++ b/api/src/main/java/net/momirealms/customfishing/api/util/InventoryUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/util/MoonPhase.java b/api/src/main/java/net/momirealms/customfishing/api/util/MoonPhase.java index 338e2f72..4d2700d1 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/util/MoonPhase.java +++ b/api/src/main/java/net/momirealms/customfishing/api/util/MoonPhase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/util/OffsetUtils.java b/api/src/main/java/net/momirealms/customfishing/api/util/OffsetUtils.java index 32771340..8e6a7225 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/util/OffsetUtils.java +++ b/api/src/main/java/net/momirealms/customfishing/api/util/OffsetUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/util/SimpleLocation.java b/api/src/main/java/net/momirealms/customfishing/api/util/SimpleLocation.java index 57bbab90..4e5fa8c6 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/util/SimpleLocation.java +++ b/api/src/main/java/net/momirealms/customfishing/api/util/SimpleLocation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/api/src/main/java/net/momirealms/customfishing/api/util/TagUtils.java b/api/src/main/java/net/momirealms/customfishing/api/util/TagUtils.java index ef58f15e..ba9bef57 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/util/TagUtils.java +++ b/api/src/main/java/net/momirealms/customfishing/api/util/TagUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/command/AbstractCommandFeature.java b/common/src/main/java/net/momirealms/customfishing/common/command/AbstractCommandFeature.java index 0597df25..207feb75 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/command/AbstractCommandFeature.java +++ b/common/src/main/java/net/momirealms/customfishing/common/command/AbstractCommandFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/command/AbstractCommandManager.java b/common/src/main/java/net/momirealms/customfishing/common/command/AbstractCommandManager.java index 926657f2..a8c51d03 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/command/AbstractCommandManager.java +++ b/common/src/main/java/net/momirealms/customfishing/common/command/AbstractCommandManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/command/CommandBuilder.java b/common/src/main/java/net/momirealms/customfishing/common/command/CommandBuilder.java index 2bf569c2..aafdcb8c 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/command/CommandBuilder.java +++ b/common/src/main/java/net/momirealms/customfishing/common/command/CommandBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/command/CommandConfig.java b/common/src/main/java/net/momirealms/customfishing/common/command/CommandConfig.java index d07e0307..96c6d81c 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/command/CommandConfig.java +++ b/common/src/main/java/net/momirealms/customfishing/common/command/CommandConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/command/CommandFeature.java b/common/src/main/java/net/momirealms/customfishing/common/command/CommandFeature.java index b3f88835..471f216a 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/command/CommandFeature.java +++ b/common/src/main/java/net/momirealms/customfishing/common/command/CommandFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/command/CustomFishingCommandManager.java b/common/src/main/java/net/momirealms/customfishing/common/command/CustomFishingCommandManager.java index 09b69c55..43f50c17 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/command/CustomFishingCommandManager.java +++ b/common/src/main/java/net/momirealms/customfishing/common/command/CustomFishingCommandManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/config/ConfigLoader.java b/common/src/main/java/net/momirealms/customfishing/common/config/ConfigLoader.java index 970dfc59..0e9b9e4d 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/config/ConfigLoader.java +++ b/common/src/main/java/net/momirealms/customfishing/common/config/ConfigLoader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/config/node/Node.java b/common/src/main/java/net/momirealms/customfishing/common/config/node/Node.java index 7357ee78..e01de746 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/config/node/Node.java +++ b/common/src/main/java/net/momirealms/customfishing/common/config/node/Node.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/dependency/DependencyProperties.java b/common/src/main/java/net/momirealms/customfishing/common/dependency/DependencyProperties.java index 132781bd..3f4f188c 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/dependency/DependencyProperties.java +++ b/common/src/main/java/net/momirealms/customfishing/common/dependency/DependencyProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/helper/AdventureHelper.java b/common/src/main/java/net/momirealms/customfishing/common/helper/AdventureHelper.java index 09cb1e49..b40d7254 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/helper/AdventureHelper.java +++ b/common/src/main/java/net/momirealms/customfishing/common/helper/AdventureHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/helper/ExpressionHelper.java b/common/src/main/java/net/momirealms/customfishing/common/helper/ExpressionHelper.java index 1591d2d0..7d7b4e19 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/helper/ExpressionHelper.java +++ b/common/src/main/java/net/momirealms/customfishing/common/helper/ExpressionHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/helper/GsonHelper.java b/common/src/main/java/net/momirealms/customfishing/common/helper/GsonHelper.java index 81aee283..0f4f4ef4 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/helper/GsonHelper.java +++ b/common/src/main/java/net/momirealms/customfishing/common/helper/GsonHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/helper/VersionHelper.java b/common/src/main/java/net/momirealms/customfishing/common/helper/VersionHelper.java index 54e37652..513494f0 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/helper/VersionHelper.java +++ b/common/src/main/java/net/momirealms/customfishing/common/helper/VersionHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/item/AbstractItem.java b/common/src/main/java/net/momirealms/customfishing/common/item/AbstractItem.java index 0db7e297..09ef0b1e 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/item/AbstractItem.java +++ b/common/src/main/java/net/momirealms/customfishing/common/item/AbstractItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/item/ComponentKeys.java b/common/src/main/java/net/momirealms/customfishing/common/item/ComponentKeys.java index c5aa2a71..bb31ce36 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/item/ComponentKeys.java +++ b/common/src/main/java/net/momirealms/customfishing/common/item/ComponentKeys.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/item/Item.java b/common/src/main/java/net/momirealms/customfishing/common/item/Item.java index b7f514cd..3e42956d 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/item/Item.java +++ b/common/src/main/java/net/momirealms/customfishing/common/item/Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/item/ItemFactory.java b/common/src/main/java/net/momirealms/customfishing/common/item/ItemFactory.java index 9f2e3cd9..dfafa0ae 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/item/ItemFactory.java +++ b/common/src/main/java/net/momirealms/customfishing/common/item/ItemFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/locale/CustomFishingCaptionFormatter.java b/common/src/main/java/net/momirealms/customfishing/common/locale/CustomFishingCaptionFormatter.java index b63e2e48..981a4d17 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/locale/CustomFishingCaptionFormatter.java +++ b/common/src/main/java/net/momirealms/customfishing/common/locale/CustomFishingCaptionFormatter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/locale/CustomFishingCaptionKeys.java b/common/src/main/java/net/momirealms/customfishing/common/locale/CustomFishingCaptionKeys.java index 47dcf374..efbf75c8 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/locale/CustomFishingCaptionKeys.java +++ b/common/src/main/java/net/momirealms/customfishing/common/locale/CustomFishingCaptionKeys.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/locale/CustomFishingCaptionProvider.java b/common/src/main/java/net/momirealms/customfishing/common/locale/CustomFishingCaptionProvider.java index 226be8bf..17d01207 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/locale/CustomFishingCaptionProvider.java +++ b/common/src/main/java/net/momirealms/customfishing/common/locale/CustomFishingCaptionProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/locale/MessageConstants.java b/common/src/main/java/net/momirealms/customfishing/common/locale/MessageConstants.java index dba34d66..c9c8ef5e 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/locale/MessageConstants.java +++ b/common/src/main/java/net/momirealms/customfishing/common/locale/MessageConstants.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/locale/MiniMessageTranslationRegistry.java b/common/src/main/java/net/momirealms/customfishing/common/locale/MiniMessageTranslationRegistry.java index afa376fa..7f2b088b 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/locale/MiniMessageTranslationRegistry.java +++ b/common/src/main/java/net/momirealms/customfishing/common/locale/MiniMessageTranslationRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/locale/MiniMessageTranslationRegistryImpl.java b/common/src/main/java/net/momirealms/customfishing/common/locale/MiniMessageTranslationRegistryImpl.java index 3652e6a9..f17a203f 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/locale/MiniMessageTranslationRegistryImpl.java +++ b/common/src/main/java/net/momirealms/customfishing/common/locale/MiniMessageTranslationRegistryImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/locale/MiniMessageTranslator.java b/common/src/main/java/net/momirealms/customfishing/common/locale/MiniMessageTranslator.java index 47c42114..48afab2d 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/locale/MiniMessageTranslator.java +++ b/common/src/main/java/net/momirealms/customfishing/common/locale/MiniMessageTranslator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/locale/MiniMessageTranslatorImpl.java b/common/src/main/java/net/momirealms/customfishing/common/locale/MiniMessageTranslatorImpl.java index ea55ec5c..fef701ba 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/locale/MiniMessageTranslatorImpl.java +++ b/common/src/main/java/net/momirealms/customfishing/common/locale/MiniMessageTranslatorImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/locale/TranslationManager.java b/common/src/main/java/net/momirealms/customfishing/common/locale/TranslationManager.java index a1b19736..7caec9ad 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/locale/TranslationManager.java +++ b/common/src/main/java/net/momirealms/customfishing/common/locale/TranslationManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/plugin/CustomFishingPlugin.java b/common/src/main/java/net/momirealms/customfishing/common/plugin/CustomFishingPlugin.java index 60b8a1c6..ccca2e31 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/plugin/CustomFishingPlugin.java +++ b/common/src/main/java/net/momirealms/customfishing/common/plugin/CustomFishingPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/plugin/feature/Reloadable.java b/common/src/main/java/net/momirealms/customfishing/common/plugin/feature/Reloadable.java index 6e7efc82..802eb262 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/plugin/feature/Reloadable.java +++ b/common/src/main/java/net/momirealms/customfishing/common/plugin/feature/Reloadable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/plugin/scheduler/RegionExecutor.java b/common/src/main/java/net/momirealms/customfishing/common/plugin/scheduler/RegionExecutor.java index 320542af..3c8ac9e2 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/plugin/scheduler/RegionExecutor.java +++ b/common/src/main/java/net/momirealms/customfishing/common/plugin/scheduler/RegionExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/util/ArrayUtils.java b/common/src/main/java/net/momirealms/customfishing/common/util/ArrayUtils.java index a3b7b582..c071d396 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/util/ArrayUtils.java +++ b/common/src/main/java/net/momirealms/customfishing/common/util/ArrayUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/util/ClassUtils.java b/common/src/main/java/net/momirealms/customfishing/common/util/ClassUtils.java index e0b1fd2c..c6745d35 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/util/ClassUtils.java +++ b/common/src/main/java/net/momirealms/customfishing/common/util/ClassUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/util/CompletableFutures.java b/common/src/main/java/net/momirealms/customfishing/common/util/CompletableFutures.java index 4365045e..f0ec5b46 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/util/CompletableFutures.java +++ b/common/src/main/java/net/momirealms/customfishing/common/util/CompletableFutures.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/util/Either.java b/common/src/main/java/net/momirealms/customfishing/common/util/Either.java index 3a8bc6aa..13380812 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/util/Either.java +++ b/common/src/main/java/net/momirealms/customfishing/common/util/Either.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/util/EitherImpl.java b/common/src/main/java/net/momirealms/customfishing/common/util/EitherImpl.java index ab6ff54b..b662e02e 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/util/EitherImpl.java +++ b/common/src/main/java/net/momirealms/customfishing/common/util/EitherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/util/FileUtils.java b/common/src/main/java/net/momirealms/customfishing/common/util/FileUtils.java index db1177aa..eaafbaa4 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/util/FileUtils.java +++ b/common/src/main/java/net/momirealms/customfishing/common/util/FileUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/util/Key.java b/common/src/main/java/net/momirealms/customfishing/common/util/Key.java index 9612627d..9490948a 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/util/Key.java +++ b/common/src/main/java/net/momirealms/customfishing/common/util/Key.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/util/ListUtils.java b/common/src/main/java/net/momirealms/customfishing/common/util/ListUtils.java index 282f120d..846f3f84 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/util/ListUtils.java +++ b/common/src/main/java/net/momirealms/customfishing/common/util/ListUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/util/Pair.java b/common/src/main/java/net/momirealms/customfishing/common/util/Pair.java index b6580099..37bc396e 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/util/Pair.java +++ b/common/src/main/java/net/momirealms/customfishing/common/util/Pair.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/util/RandomUtils.java b/common/src/main/java/net/momirealms/customfishing/common/util/RandomUtils.java index f8859561..2bc20f74 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/util/RandomUtils.java +++ b/common/src/main/java/net/momirealms/customfishing/common/util/RandomUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/util/TriConsumer.java b/common/src/main/java/net/momirealms/customfishing/common/util/TriConsumer.java index 470cb71b..27119ca5 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/util/TriConsumer.java +++ b/common/src/main/java/net/momirealms/customfishing/common/util/TriConsumer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/util/TriFunction.java b/common/src/main/java/net/momirealms/customfishing/common/util/TriFunction.java index 7f038164..302c37b3 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/util/TriFunction.java +++ b/common/src/main/java/net/momirealms/customfishing/common/util/TriFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/util/Tuple.java b/common/src/main/java/net/momirealms/customfishing/common/util/Tuple.java index 8e6a30e4..8e9027d2 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/util/Tuple.java +++ b/common/src/main/java/net/momirealms/customfishing/common/util/Tuple.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/util/UUIDUtils.java b/common/src/main/java/net/momirealms/customfishing/common/util/UUIDUtils.java index 0e7b8569..e6666f5f 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/util/UUIDUtils.java +++ b/common/src/main/java/net/momirealms/customfishing/common/util/UUIDUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/src/main/java/net/momirealms/customfishing/common/util/WeightUtils.java b/common/src/main/java/net/momirealms/customfishing/common/util/WeightUtils.java index 68e770dd..bc8c7d6f 100644 --- a/common/src/main/java/net/momirealms/customfishing/common/util/WeightUtils.java +++ b/common/src/main/java/net/momirealms/customfishing/common/util/WeightUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/VaultHook.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/VaultHook.java index a186bd92..0e1879cc 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/VaultHook.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/VaultHook.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/block/ItemsAdderBlockProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/block/ItemsAdderBlockProvider.java index 14b4de98..8aa29ccf 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/block/ItemsAdderBlockProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/block/ItemsAdderBlockProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/block/OraxenBlockProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/block/OraxenBlockProvider.java index 2f5701f2..4a740bc1 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/block/OraxenBlockProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/block/OraxenBlockProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/enchant/AdvancedEnchantmentsProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/enchant/AdvancedEnchantmentsProvider.java index db8c0ab8..53ee506a 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/enchant/AdvancedEnchantmentsProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/enchant/AdvancedEnchantmentsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/enchant/VanillaEnchantmentsProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/enchant/VanillaEnchantmentsProvider.java index a604f1e1..33200589 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/enchant/VanillaEnchantmentsProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/enchant/VanillaEnchantmentsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/entity/ItemsAdderEntityProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/entity/ItemsAdderEntityProvider.java index 2b26586a..95da8e03 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/entity/ItemsAdderEntityProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/entity/ItemsAdderEntityProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/entity/MythicEntityProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/entity/MythicEntityProvider.java index 78824e7c..54d554d0 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/entity/MythicEntityProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/entity/MythicEntityProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/entity/VanillaEntityProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/entity/VanillaEntityProvider.java index 90b53afb..72bc803b 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/entity/VanillaEntityProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/entity/VanillaEntityProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/CustomFishingItemProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/CustomFishingItemProvider.java index fa51e3ec..aa3b4aea 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/CustomFishingItemProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/CustomFishingItemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/ItemsAdderItemProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/ItemsAdderItemProvider.java index a8a5f3f3..5feac980 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/ItemsAdderItemProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/ItemsAdderItemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/MMOItemsItemProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/MMOItemsItemProvider.java index 603fedb1..beea2c60 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/MMOItemsItemProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/MMOItemsItemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/McMMOTreasureProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/McMMOTreasureProvider.java index b379e48b..b4ffbeb1 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/McMMOTreasureProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/McMMOTreasureProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/MythicMobsItemProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/MythicMobsItemProvider.java index fd277c2d..c32429c2 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/MythicMobsItemProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/MythicMobsItemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/NeigeItemsItemProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/NeigeItemsItemProvider.java index e6001a06..1ae39daa 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/NeigeItemsItemProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/NeigeItemsItemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/OraxenItemProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/OraxenItemProvider.java index a709ac1d..6f1c5806 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/OraxenItemProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/OraxenItemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/ZaphkielItemProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/ZaphkielItemProvider.java index ea2ddb2e..d9bd227c 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/ZaphkielItemProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/item/ZaphkielItemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/AuraSkillsLevelerProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/AuraSkillsLevelerProvider.java index 3d514064..141fb3d3 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/AuraSkillsLevelerProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/AuraSkillsLevelerProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/AureliumSkillsProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/AureliumSkillsProvider.java index ef484833..4c3ec6cf 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/AureliumSkillsProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/AureliumSkillsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/EcoJobsLevelerProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/EcoJobsLevelerProvider.java index 1edea7dd..41e2b7a6 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/EcoJobsLevelerProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/EcoJobsLevelerProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/EcoSkillsLevelerProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/EcoSkillsLevelerProvider.java index e36765f2..cf879d0d 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/EcoSkillsLevelerProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/EcoSkillsLevelerProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/JobsRebornLevelerProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/JobsRebornLevelerProvider.java index a093a83a..a1190806 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/JobsRebornLevelerProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/JobsRebornLevelerProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/MMOCoreLevelerProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/MMOCoreLevelerProvider.java index ecbadf20..aaeb97a2 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/MMOCoreLevelerProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/MMOCoreLevelerProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/McMMOLevelerProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/McMMOLevelerProvider.java index 174f80a2..84c11833 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/McMMOLevelerProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/level/McMMOLevelerProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/papi/CompetitionPapi.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/papi/CompetitionPapi.java index 1cdc1904..4a225c7b 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/papi/CompetitionPapi.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/papi/CompetitionPapi.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/papi/CustomFishingPapi.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/papi/CustomFishingPapi.java index 1bd0d40d..ea298403 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/papi/CustomFishingPapi.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/papi/CustomFishingPapi.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/papi/StatisticsPapi.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/papi/StatisticsPapi.java index b3e6c801..dee0012c 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/papi/StatisticsPapi.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/papi/StatisticsPapi.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/quest/BattlePassQuest.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/quest/BattlePassQuest.java index 7ccbe508..00dfcc25 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/quest/BattlePassQuest.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/quest/BattlePassQuest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/quest/BetonQuestQuest.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/quest/BetonQuestQuest.java index e83752ea..5546e1c1 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/quest/BetonQuestQuest.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/quest/BetonQuestQuest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/quest/ClueScrollsQuest.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/quest/ClueScrollsQuest.java index 2f753f04..ca686257 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/quest/ClueScrollsQuest.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/quest/ClueScrollsQuest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/season/AdvancedSeasonsProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/season/AdvancedSeasonsProvider.java index 9749a750..cb4eed37 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/season/AdvancedSeasonsProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/season/AdvancedSeasonsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/season/CustomCropsSeasonProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/season/CustomCropsSeasonProvider.java index ce5a2856..3b8b8b20 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/season/CustomCropsSeasonProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/season/CustomCropsSeasonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/season/RealisticSeasonsProvider.java b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/season/RealisticSeasonsProvider.java index f62cc591..79f8bdaf 100644 --- a/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/season/RealisticSeasonsProvider.java +++ b/compatibility/src/main/java/net/momirealms/customfishing/bukkit/integration/season/RealisticSeasonsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/BukkitBootstrap.java b/core/src/main/java/net/momirealms/customfishing/bukkit/BukkitBootstrap.java index 5e5441f4..aa8babc9 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/BukkitBootstrap.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/BukkitBootstrap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/BukkitCustomFishingPluginImpl.java b/core/src/main/java/net/momirealms/customfishing/bukkit/BukkitCustomFishingPluginImpl.java index fd66e87a..9d18204b 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/BukkitCustomFishingPluginImpl.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/BukkitCustomFishingPluginImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/action/BukkitActionManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/action/BukkitActionManager.java index ebbab5c4..bc2ea80a 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/action/BukkitActionManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/action/BukkitActionManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/bag/BukkitBagManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/bag/BukkitBagManager.java index 4494d528..71cef28d 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/bag/BukkitBagManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/bag/BukkitBagManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/block/BukkitBlockManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/block/BukkitBlockManager.java index 5aa8a20c..3568e7e6 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/block/BukkitBlockManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/block/BukkitBlockManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/BukkitCommandFeature.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/BukkitCommandFeature.java index 62bd90b0..273c5057 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/BukkitCommandFeature.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/BukkitCommandFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/BukkitCommandManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/BukkitCommandManager.java index 3a4209bb..f7d4df6f 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/BukkitCommandManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/BukkitCommandManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/AddStatisticsCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/AddStatisticsCommand.java index 18b60da1..d1f0fdad 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/AddStatisticsCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/AddStatisticsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/DebugLootCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/DebugLootCommand.java index 707af3e6..683cf490 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/DebugLootCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/DebugLootCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/EditOfflineBagCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/EditOfflineBagCommand.java index b6488b62..5ed8f2b2 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/EditOfflineBagCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/EditOfflineBagCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/EditOnlineBagCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/EditOnlineBagCommand.java index 043f58a9..0a712667 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/EditOnlineBagCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/EditOnlineBagCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/EndCompetitionCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/EndCompetitionCommand.java index 7cd6b068..858cf1b9 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/EndCompetitionCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/EndCompetitionCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/ExportDataCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/ExportDataCommand.java index a14dac23..da47d77e 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/ExportDataCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/ExportDataCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/FishingBagCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/FishingBagCommand.java index 1300f28f..441bf03a 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/FishingBagCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/FishingBagCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/GetItemCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/GetItemCommand.java index a88f066c..82e8738b 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/GetItemCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/GetItemCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/GiveItemCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/GiveItemCommand.java index 8e2dc5a3..ce1870d7 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/GiveItemCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/GiveItemCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/ImportDataCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/ImportDataCommand.java index 0f3405eb..10aa9d9f 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/ImportDataCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/ImportDataCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/ImportItemCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/ImportItemCommand.java index e79610f0..fd17654e 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/ImportItemCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/ImportItemCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/OpenBagCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/OpenBagCommand.java index 19a7b2e5..f08f51dd 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/OpenBagCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/OpenBagCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/OpenMarketCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/OpenMarketCommand.java index eef0d5f8..188cb350 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/OpenMarketCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/OpenMarketCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/QueryStatisticsCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/QueryStatisticsCommand.java index 9aa053fd..273d9fd1 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/QueryStatisticsCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/QueryStatisticsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/ReloadCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/ReloadCommand.java index 67605ebf..520fabbc 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/ReloadCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/ReloadCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/ResetStatisticsCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/ResetStatisticsCommand.java index eadf2427..27a172fe 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/ResetStatisticsCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/ResetStatisticsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/SellFishCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/SellFishCommand.java index b29759c0..91a76e94 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/SellFishCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/SellFishCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/SetStatisticsCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/SetStatisticsCommand.java index 92e16a89..445d2fad 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/SetStatisticsCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/SetStatisticsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/StartCompetitionCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/StartCompetitionCommand.java index 7d3419c8..6c74c6ec 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/StartCompetitionCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/StartCompetitionCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/StopCompetitionCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/StopCompetitionCommand.java index 02fc38b7..306ccfb2 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/StopCompetitionCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/StopCompetitionCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/UnlockDataCommand.java b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/UnlockDataCommand.java index fee5a3bd..3bb4d4ce 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/UnlockDataCommand.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/command/feature/UnlockDataCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/competition/BukkitCompetitionManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/competition/BukkitCompetitionManager.java index 82012412..ca49b5e1 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/competition/BukkitCompetitionManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/competition/BukkitCompetitionManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/competition/Competition.java b/core/src/main/java/net/momirealms/customfishing/bukkit/competition/Competition.java index 657233fa..7d231415 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/competition/Competition.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/competition/Competition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/competition/CompetitionSchedule.java b/core/src/main/java/net/momirealms/customfishing/bukkit/competition/CompetitionSchedule.java index 63eb82b9..1156df3f 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/competition/CompetitionSchedule.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/competition/CompetitionSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/competition/actionbar/ActionBarManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/competition/actionbar/ActionBarManager.java index 71cc49be..08988f77 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/competition/actionbar/ActionBarManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/competition/actionbar/ActionBarManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/competition/actionbar/ActionBarSender.java b/core/src/main/java/net/momirealms/customfishing/bukkit/competition/actionbar/ActionBarSender.java index 2df6ca3a..45b3a7cc 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/competition/actionbar/ActionBarSender.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/competition/actionbar/ActionBarSender.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/competition/bossbar/BossBarManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/competition/bossbar/BossBarManager.java index 7d26fde5..d114ef1e 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/competition/bossbar/BossBarManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/competition/bossbar/BossBarManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/competition/bossbar/BossBarSender.java b/core/src/main/java/net/momirealms/customfishing/bukkit/competition/bossbar/BossBarSender.java index bca326da..06af48b0 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/competition/bossbar/BossBarSender.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/competition/bossbar/BossBarSender.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/competition/ranking/LocalRankingProvider.java b/core/src/main/java/net/momirealms/customfishing/bukkit/competition/ranking/LocalRankingProvider.java index 64b77f06..09759e5e 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/competition/ranking/LocalRankingProvider.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/competition/ranking/LocalRankingProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/competition/ranking/RedisRankingProvider.java b/core/src/main/java/net/momirealms/customfishing/bukkit/competition/ranking/RedisRankingProvider.java index 46739669..5a88b246 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/competition/ranking/RedisRankingProvider.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/competition/ranking/RedisRankingProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/config/BukkitConfigManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/config/BukkitConfigManager.java index 04479155..3df9c550 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/config/BukkitConfigManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/config/BukkitConfigManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/effect/BukkitEffectManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/effect/BukkitEffectManager.java index 27e29a71..9fa1ce63 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/effect/BukkitEffectManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/effect/BukkitEffectManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/entity/BukkitEntityManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/entity/BukkitEntityManager.java index e1478bb4..24692f29 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/entity/BukkitEntityManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/entity/BukkitEntityManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/event/BukkitEventManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/event/BukkitEventManager.java index 79dde552..9323a4cc 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/event/BukkitEventManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/event/BukkitEventManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/fishing/BukkitFishingManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/fishing/BukkitFishingManager.java index 5f2e230a..cbb8f6ee 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/fishing/BukkitFishingManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/fishing/BukkitFishingManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/game/BukkitGameManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/game/BukkitGameManager.java index 1a5197a1..18a9df0a 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/game/BukkitGameManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/game/BukkitGameManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/hook/BukkitHookManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/hook/BukkitHookManager.java index 4c1705c2..00475d96 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/hook/BukkitHookManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/hook/BukkitHookManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/integration/BukkitIntegrationManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/integration/BukkitIntegrationManager.java index 71b9aae2..ee7e2f46 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/integration/BukkitIntegrationManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/integration/BukkitIntegrationManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/item/BukkitItemFactory.java b/core/src/main/java/net/momirealms/customfishing/bukkit/item/BukkitItemFactory.java index 4a88371b..7adb3cb0 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/item/BukkitItemFactory.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/item/BukkitItemFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/item/BukkitItemManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/item/BukkitItemManager.java index e0ad2138..eb519211 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/item/BukkitItemManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/item/BukkitItemManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/item/damage/CustomDurabilityItem.java b/core/src/main/java/net/momirealms/customfishing/bukkit/item/damage/CustomDurabilityItem.java index 5028cbf4..6c08a2c0 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/item/damage/CustomDurabilityItem.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/item/damage/CustomDurabilityItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/item/damage/DurabilityItem.java b/core/src/main/java/net/momirealms/customfishing/bukkit/item/damage/DurabilityItem.java index 944f7d4a..1fd4efdc 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/item/damage/DurabilityItem.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/item/damage/DurabilityItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/item/damage/VanillaDurabilityItem.java b/core/src/main/java/net/momirealms/customfishing/bukkit/item/damage/VanillaDurabilityItem.java index e22db0e7..7e236ddc 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/item/damage/VanillaDurabilityItem.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/item/damage/VanillaDurabilityItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/item/impl/ComponentItemFactory.java b/core/src/main/java/net/momirealms/customfishing/bukkit/item/impl/ComponentItemFactory.java index d6103dca..8939e524 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/item/impl/ComponentItemFactory.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/item/impl/ComponentItemFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/item/impl/UniversalItemFactory.java b/core/src/main/java/net/momirealms/customfishing/bukkit/item/impl/UniversalItemFactory.java index 0f8d8638..e30998e8 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/item/impl/UniversalItemFactory.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/item/impl/UniversalItemFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/loot/BukkitLootManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/loot/BukkitLootManager.java index baf31ac1..0bb23f39 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/loot/BukkitLootManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/loot/BukkitLootManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/market/BukkitMarketManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/market/BukkitMarketManager.java index f04b2b23..0cfa2347 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/market/BukkitMarketManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/market/BukkitMarketManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/market/MarketDynamicGUIElement.java b/core/src/main/java/net/momirealms/customfishing/bukkit/market/MarketDynamicGUIElement.java index 0b3e4236..ddb45ab7 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/market/MarketDynamicGUIElement.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/market/MarketDynamicGUIElement.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/market/MarketGUI.java b/core/src/main/java/net/momirealms/customfishing/bukkit/market/MarketGUI.java index 8b9c0468..513ec7bf 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/market/MarketGUI.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/market/MarketGUI.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/market/MarketGUIElement.java b/core/src/main/java/net/momirealms/customfishing/bukkit/market/MarketGUIElement.java index 6242d211..94bd7dc5 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/market/MarketGUIElement.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/market/MarketGUIElement.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/migration/Migration.java b/core/src/main/java/net/momirealms/customfishing/bukkit/migration/Migration.java index 780d530a..90eb63c4 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/migration/Migration.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/migration/Migration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/requirement/BukkitRequirementManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/requirement/BukkitRequirementManager.java index 454aad18..53932bd1 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/requirement/BukkitRequirementManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/requirement/BukkitRequirementManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/statistic/BukkitStatisticsManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/statistic/BukkitStatisticsManager.java index 93025ef4..82aa138c 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/statistic/BukkitStatisticsManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/statistic/BukkitStatisticsManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/BukkitStorageManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/BukkitStorageManager.java index 4c69d84f..a267484c 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/BukkitStorageManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/BukkitStorageManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/AbstractStorage.java b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/AbstractStorage.java index 8d74782b..e8e80499 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/AbstractStorage.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/AbstractStorage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/nosql/MongoDBProvider.java b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/nosql/MongoDBProvider.java index cc490fc6..59292f68 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/nosql/MongoDBProvider.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/nosql/MongoDBProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/nosql/RedisManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/nosql/RedisManager.java index f65b45ff..0cf7160d 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/nosql/RedisManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/nosql/RedisManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/AbstractHikariDatabase.java b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/AbstractHikariDatabase.java index cc8c46d4..31fd2318 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/AbstractHikariDatabase.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/AbstractHikariDatabase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/AbstractSQLDatabase.java b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/AbstractSQLDatabase.java index 8bbfb10e..0c06ff8c 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/AbstractSQLDatabase.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/AbstractSQLDatabase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/H2Provider.java b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/H2Provider.java index b64a711a..e63aabfc 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/H2Provider.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/H2Provider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/MariaDBProvider.java b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/MariaDBProvider.java index 90a85178..33a48c7f 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/MariaDBProvider.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/MariaDBProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/MySQLProvider.java b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/MySQLProvider.java index 33d05333..ab9e7f45 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/MySQLProvider.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/MySQLProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/SQLiteProvider.java b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/SQLiteProvider.java index dc6095ad..cb1273be 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/SQLiteProvider.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/database/sql/SQLiteProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/file/JsonProvider.java b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/file/JsonProvider.java index 4432c4d4..21dfe59c 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/file/JsonProvider.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/file/JsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/file/YAMLProvider.java b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/file/YAMLProvider.java index e844d779..385056c9 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/file/YAMLProvider.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/storage/method/file/YAMLProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/totem/ActivatedTotem.java b/core/src/main/java/net/momirealms/customfishing/bukkit/totem/ActivatedTotem.java index 2bd8d67b..fe7edaac 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/totem/ActivatedTotem.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/totem/ActivatedTotem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/totem/BukkitTotemManager.java b/core/src/main/java/net/momirealms/customfishing/bukkit/totem/BukkitTotemManager.java index f1597f31..7ea7a923 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/totem/BukkitTotemManager.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/totem/BukkitTotemManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/totem/particle/DustParticleSetting.java b/core/src/main/java/net/momirealms/customfishing/bukkit/totem/particle/DustParticleSetting.java index d738ef93..d6e9bb69 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/totem/particle/DustParticleSetting.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/totem/particle/DustParticleSetting.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/totem/particle/ParticleSetting.java b/core/src/main/java/net/momirealms/customfishing/bukkit/totem/particle/ParticleSetting.java index c29239a4..1f9f5e9c 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/totem/particle/ParticleSetting.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/totem/particle/ParticleSetting.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/util/ItemStackUtils.java b/core/src/main/java/net/momirealms/customfishing/bukkit/util/ItemStackUtils.java index 60e470fb..0cf4922c 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/util/ItemStackUtils.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/util/ItemStackUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/util/LocationUtils.java b/core/src/main/java/net/momirealms/customfishing/bukkit/util/LocationUtils.java index 10c9b0cf..d62da89a 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/util/LocationUtils.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/util/LocationUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/src/main/java/net/momirealms/customfishing/bukkit/util/PlayerUtils.java b/core/src/main/java/net/momirealms/customfishing/bukkit/util/PlayerUtils.java index 248bc47a..6ab13e29 100644 --- a/core/src/main/java/net/momirealms/customfishing/bukkit/util/PlayerUtils.java +++ b/core/src/main/java/net/momirealms/customfishing/bukkit/util/PlayerUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) <2022> + * Copyright (C) <2024> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by