[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.132 s
[INFO] Finished at: 2018-08-12T06:11:41-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project KOTH: Compilation failure: Compilation failure:
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/KothPlugin.java:[3,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/modules/ConfigHandler.java:[3,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/modules/AbstractModule.java:[3,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/commands/CommandHandler.java:[11,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/loot/LootHandler.java:[13,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/gamemodes/GamemodeRegistry.java:[6,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/gamemodes/GamemodeRegistry.java:[7,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CaptureTypeRegistry.java:[10,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CaptureTypeRegistry.java:[11,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/modules/KothHandler.java:[14,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/gamemodes/RunningKoth.java:[3,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/HookManager.java:[11,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/scheduler/ScheduleHandler.java:[3,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/datatable/DataTable.java:[18,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/modules/VersionChecker.java:[3,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/loot/Loot.java:[14,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/Capper.java:[10,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/areas/Koth.java:[24,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/areas/Koth.java:[25,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/scheduler/Schedule.java:[3,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/scheduler/Schedule.java:[4,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/exceptions/KothException.java:[3,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/gamemodes/StartParams.java:[5,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/gamemodes/StartParams.java:[6,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/exceptions/CommandMessageException.java:[3,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/utils/MessageBuilder.java:[8,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/scheduler/MapRotation.java:[7,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/scheduler/MapRotation.java:[8,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothEndEvent.java:[5,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothEndEvent.java:[6,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/AbstractEvent.java:[5,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/areas/Area.java:[8,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/FeatherboardHook.java:[8,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/FeatherboardHook.java:[9,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/AbstractRangeHook.java:[16,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothInitializeEvent.java:[6,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingKingdom.java:[9,38] package org.kingdoms.constants.kingdom does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingKingdom.java:[10,37] package org.kingdoms.constants.player does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingKingdom.java:[11,33] package org.kingdoms.manager.game does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingKingdom.java:[13,50] cannot find symbol
[ERROR] symbol: class Kingdom
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingKingdom.java:[15,68] cannot find symbol
[ERROR] symbol: class Kingdom
[ERROR] location: class subside.plugins.koth.captureentities.CappingKingdom
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFactionNormal.java:[8,40] package com.massivecraft.factions.entity does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFactionNormal.java:[9,40] package com.massivecraft.factions.entity does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFactionNormal.java:[10,40] package com.massivecraft.factions.entity does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFactionNormal.java:[24,56] cannot find symbol
[ERROR] symbol: class Faction
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFactionNormal.java:[32,74] cannot find symbol
[ERROR] symbol: class Faction
[ERROR] location: class subside.plugins.koth.captureentities.CappingFactionNormal
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingGang.java:[8,24] package net.brcdev.gangs does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingGang.java:[9,29] package net.brcdev.gangs.gang does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingGang.java:[11,47] cannot find symbol
[ERROR] symbol: class Gang
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingGang.java:[13,65] cannot find symbol
[ERROR] symbol: class Gang
[ERROR] location: class subside.plugins.koth.captureentities.CappingGang
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothOpenChestEvent.java:[7,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothCapEvent.java:[9,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothCapEvent.java:[10,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothPostUpdateEvent.java:[5,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothPreUpdateEvent.java:[6,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingMCMMOParty.java:[10,41] package com.gmail.nossr50.datatypes.party does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingMCMMOParty.java:[11,31] package com.gmail.nossr50.party does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingMCMMOParty.java:[13,53] cannot find symbol
[ERROR] symbol: class Party
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingMCMMOParty.java:[14,75] cannot find symbol
[ERROR] symbol: class Party
[ERROR] location: class subside.plugins.koth.captureentities.CappingMCMMOParty
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/VanishHook.java:[7,25] package org.kitteh.vanish does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/VanishHook.java:[8,25] package org.kitteh.vanish does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/VanishHook.java:[10,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/VanishHook.java:[11,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/VanishHook.java:[15,13] cannot find symbol
[ERROR] symbol: class VanishManager
[ERROR] location: class subside.plugins.koth.hooks.VanishHook
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/gamemodes/KothConquest.java:[3,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/gamemodes/KothConquest.java:[4,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CapInfo.java:[9,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CapInfo.java:[10,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothStartEvent.java:[6,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothStartEvent.java:[7,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/EssentialsVanishHook.java:[5,31] package com.earth2me.essentials does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/EssentialsVanishHook.java:[6,20] package net.ess3.api does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/EssentialsVanishHook.java:[10,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/EssentialsVanishHook.java:[11,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/EssentialsVanishHook.java:[15,13] cannot find symbol
[ERROR] symbol: class IEssentials
[ERROR] location: class subside.plugins.koth.hooks.EssentialsVanishHook
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/gamemodes/KothClassic.java:[6,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothPluginInitializationEvent.java:[6,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFactionUUID.java:[9,33] package com.massivecraft.factions does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFactionUUID.java:[10,33] package com.massivecraft.factions does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFactionUUID.java:[11,33] package com.massivecraft.factions does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFactionUUID.java:[13,54] cannot find symbol
[ERROR] symbol: class Faction
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFactionUUID.java:[15,72] cannot find symbol
[ERROR] symbol: class Faction
[ERROR] location: class subside.plugins.koth.captureentities.CappingFactionUUID
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothLeftEvent.java:[6,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothLeftEvent.java:[7,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFeudalKingdom.java:[7,32] package us.forseth11.feudal.core does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFeudalKingdom.java:[8,36] package us.forseth11.feudal.kingdoms does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFeudalKingdom.java:[9,32] package us.forseth11.feudal.user does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFeudalKingdom.java:[11,56] cannot find symbol
[ERROR] symbol: class Kingdom
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFeudalKingdom.java:[13,74] cannot find symbol
[ERROR] symbol: class Kingdom
[ERROR] location: class subside.plugins.koth.captureentities.CappingFeudalKingdom
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/utils/JSONLoader.java:[17,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingLegacyFactions.java:[9,45] package net.redstoneore.legacyfactions.entity does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingLegacyFactions.java:[10,45] package net.redstoneore.legacyfactions.entity does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingLegacyFactions.java:[11,45] package net.redstoneore.legacyfactions.entity does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingLegacyFactions.java:[14,57] cannot find symbol
[ERROR] symbol: class Faction
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingLegacyFactions.java:[16,75] cannot find symbol
[ERROR] symbol: class Faction
[ERROR] location: class subside.plugins.koth.captureentities.CappingLegacyFactions
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/BossbarHook.java:[12,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/BossbarHook.java:[13,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothChestCreationEvent.java:[7,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothChestCreationEvent.java:[8,14] package lombok does not exist
[ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/PvPManagerHook.java:[8,14] package lombok does not exist
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
I'm getting these errors whenever i try to compile the plugin. Do i have to install plugins somewhere being it say's package lombok does not exist. i'm not sure what this means to be honest.
[INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15.132 s [INFO] Finished at: 2018-08-12T06:11:41-05:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project KOTH: Compilation failure: Compilation failure: [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/KothPlugin.java:[3,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/modules/ConfigHandler.java:[3,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/modules/AbstractModule.java:[3,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/commands/CommandHandler.java:[11,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/loot/LootHandler.java:[13,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/gamemodes/GamemodeRegistry.java:[6,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/gamemodes/GamemodeRegistry.java:[7,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CaptureTypeRegistry.java:[10,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CaptureTypeRegistry.java:[11,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/modules/KothHandler.java:[14,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/gamemodes/RunningKoth.java:[3,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/HookManager.java:[11,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/scheduler/ScheduleHandler.java:[3,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/datatable/DataTable.java:[18,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/modules/VersionChecker.java:[3,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/loot/Loot.java:[14,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/Capper.java:[10,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/areas/Koth.java:[24,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/areas/Koth.java:[25,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/scheduler/Schedule.java:[3,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/scheduler/Schedule.java:[4,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/exceptions/KothException.java:[3,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/gamemodes/StartParams.java:[5,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/gamemodes/StartParams.java:[6,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/exceptions/CommandMessageException.java:[3,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/utils/MessageBuilder.java:[8,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/scheduler/MapRotation.java:[7,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/scheduler/MapRotation.java:[8,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothEndEvent.java:[5,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothEndEvent.java:[6,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/AbstractEvent.java:[5,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/areas/Area.java:[8,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/FeatherboardHook.java:[8,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/FeatherboardHook.java:[9,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/AbstractRangeHook.java:[16,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothInitializeEvent.java:[6,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingKingdom.java:[9,38] package org.kingdoms.constants.kingdom does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingKingdom.java:[10,37] package org.kingdoms.constants.player does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingKingdom.java:[11,33] package org.kingdoms.manager.game does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingKingdom.java:[13,50] cannot find symbol [ERROR] symbol: class Kingdom [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingKingdom.java:[15,68] cannot find symbol [ERROR] symbol: class Kingdom [ERROR] location: class subside.plugins.koth.captureentities.CappingKingdom [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFactionNormal.java:[8,40] package com.massivecraft.factions.entity does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFactionNormal.java:[9,40] package com.massivecraft.factions.entity does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFactionNormal.java:[10,40] package com.massivecraft.factions.entity does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFactionNormal.java:[24,56] cannot find symbol [ERROR] symbol: class Faction [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFactionNormal.java:[32,74] cannot find symbol [ERROR] symbol: class Faction [ERROR] location: class subside.plugins.koth.captureentities.CappingFactionNormal [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingGang.java:[8,24] package net.brcdev.gangs does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingGang.java:[9,29] package net.brcdev.gangs.gang does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingGang.java:[11,47] cannot find symbol [ERROR] symbol: class Gang [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingGang.java:[13,65] cannot find symbol [ERROR] symbol: class Gang [ERROR] location: class subside.plugins.koth.captureentities.CappingGang [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothOpenChestEvent.java:[7,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothCapEvent.java:[9,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothCapEvent.java:[10,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothPostUpdateEvent.java:[5,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothPreUpdateEvent.java:[6,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingMCMMOParty.java:[10,41] package com.gmail.nossr50.datatypes.party does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingMCMMOParty.java:[11,31] package com.gmail.nossr50.party does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingMCMMOParty.java:[13,53] cannot find symbol [ERROR] symbol: class Party [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingMCMMOParty.java:[14,75] cannot find symbol [ERROR] symbol: class Party [ERROR] location: class subside.plugins.koth.captureentities.CappingMCMMOParty [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/VanishHook.java:[7,25] package org.kitteh.vanish does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/VanishHook.java:[8,25] package org.kitteh.vanish does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/VanishHook.java:[10,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/VanishHook.java:[11,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/VanishHook.java:[15,13] cannot find symbol [ERROR] symbol: class VanishManager [ERROR] location: class subside.plugins.koth.hooks.VanishHook [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/gamemodes/KothConquest.java:[3,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/gamemodes/KothConquest.java:[4,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CapInfo.java:[9,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CapInfo.java:[10,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothStartEvent.java:[6,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothStartEvent.java:[7,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/EssentialsVanishHook.java:[5,31] package com.earth2me.essentials does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/EssentialsVanishHook.java:[6,20] package net.ess3.api does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/EssentialsVanishHook.java:[10,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/EssentialsVanishHook.java:[11,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/EssentialsVanishHook.java:[15,13] cannot find symbol [ERROR] symbol: class IEssentials [ERROR] location: class subside.plugins.koth.hooks.EssentialsVanishHook [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/gamemodes/KothClassic.java:[6,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothPluginInitializationEvent.java:[6,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFactionUUID.java:[9,33] package com.massivecraft.factions does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFactionUUID.java:[10,33] package com.massivecraft.factions does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFactionUUID.java:[11,33] package com.massivecraft.factions does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFactionUUID.java:[13,54] cannot find symbol [ERROR] symbol: class Faction [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFactionUUID.java:[15,72] cannot find symbol [ERROR] symbol: class Faction [ERROR] location: class subside.plugins.koth.captureentities.CappingFactionUUID [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothLeftEvent.java:[6,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothLeftEvent.java:[7,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFeudalKingdom.java:[7,32] package us.forseth11.feudal.core does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFeudalKingdom.java:[8,36] package us.forseth11.feudal.kingdoms does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFeudalKingdom.java:[9,32] package us.forseth11.feudal.user does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFeudalKingdom.java:[11,56] cannot find symbol [ERROR] symbol: class Kingdom [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingFeudalKingdom.java:[13,74] cannot find symbol [ERROR] symbol: class Kingdom [ERROR] location: class subside.plugins.koth.captureentities.CappingFeudalKingdom [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/utils/JSONLoader.java:[17,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingLegacyFactions.java:[9,45] package net.redstoneore.legacyfactions.entity does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingLegacyFactions.java:[10,45] package net.redstoneore.legacyfactions.entity does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingLegacyFactions.java:[11,45] package net.redstoneore.legacyfactions.entity does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingLegacyFactions.java:[14,57] cannot find symbol [ERROR] symbol: class Faction [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/captureentities/CappingLegacyFactions.java:[16,75] cannot find symbol [ERROR] symbol: class Faction [ERROR] location: class subside.plugins.koth.captureentities.CappingLegacyFactions [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/BossbarHook.java:[12,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/BossbarHook.java:[13,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothChestCreationEvent.java:[7,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/events/KothChestCreationEvent.java:[8,14] package lombok does not exist [ERROR] /C:/Users/Tyler Chaky/KOTH/src/subside/plugins/koth/hooks/PvPManagerHook.java:[8,14] package lombok does not exist [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
I'm getting these errors whenever i try to compile the plugin. Do i have to install plugins somewhere being it say's package lombok does not exist. i'm not sure what this means to be honest.