Skip to content
Established TCP socket on 42337
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/CitizensAPI/workspace/pom.xml clean install javadoc:javadoc
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------< net.citizensnpcs:citizensapi >--------------------
[INFO] Building CitizensAPI 2.0.42-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ citizensapi ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ citizensapi ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ citizensapi ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 268 source files with javac [debug release 8] to target/classes
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[INFO] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/Placeholders.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/Placeholders.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/SpigotUtil.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/SpigotUtil.java: Recompile with -Xlint:unchecked for details.
[INFO] Some messages have been simplified; recompile with -Xdiags:verbose to get full output
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 3 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCCombustByBlockEvent.java:[3,24] cannot access org.bukkit.block.Block
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/block/Block.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCCombustByBlockEvent.java:[4,24] cannot access org.bukkit.event.HandlerList
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/HandlerList.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCCombustByBlockEvent.java:[5,31] cannot access org.bukkit.event.entity.EntityCombustByBlockEvent
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/entity/EntityCombustByBlockEvent.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCCombustEvent.java:[3,24] cannot access org.bukkit.event.Cancellable
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/Cancellable.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCCombustEvent.java:[5,31] cannot access org.bukkit.event.entity.EntityCombustEvent
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/entity/EntityCombustEvent.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/CitizensEvent.java:[3,24] cannot access org.bukkit.event.Event
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/Event.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/npc/NPC.java:[8,18] cannot access org.bukkit.Bukkit
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/Bukkit.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/npc/NPC.java:[9,18] cannot access org.bukkit.Location
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/Location.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/npc/NPC.java:[11,26] cannot access org.bukkit.command.CommandSender
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/command/CommandSender.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/npc/NPC.java:[12,25] cannot access org.bukkit.entity.Entity
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/Entity.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/npc/NPC.java:[13,25] cannot access org.bukkit.entity.EntityType
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/EntityType.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/npc/NPC.java:[14,25] cannot access org.bukkit.entity.Minecart
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/Minecart.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/npc/NPC.java:[15,25] cannot access org.bukkit.entity.Player
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/Player.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/npc/NPC.java:[16,31] cannot access org.bukkit.event.player.PlayerTeleportEvent
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/player/PlayerTeleportEvent.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/npc/NPC.java:[17,28] cannot access org.bukkit.inventory.ItemStack
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/inventory/ItemStack.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/Trait.java:[5,24] cannot access org.bukkit.event.Listener
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/Listener.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/ai/Navigator.java:[7,23] cannot access org.bukkit.util.Vector
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/util/Vector.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/DataKey.java:[6,32] cannot access org.bukkit.configuration.ConfigurationSection
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/configuration/ConfigurationSection.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/ai/AttackStrategy.java:[3,25] cannot access org.bukkit.entity.LivingEntity
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/LivingEntity.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/BlockSource.java:[3,18] cannot access org.bukkit.Material
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/Material.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/BlockSource.java:[4,29] cannot access org.bukkit.block.data.BlockData
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/block/data/BlockData.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/BoundingBox.java:[81,27] cannot access org.bukkit.util.BoundingBox
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/util/BoundingBox.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/MenuContext.java:[7,28] cannot access org.bukkit.inventory.Inventory
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/inventory/Inventory.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenu.java:[22,25] cannot access org.bukkit.entity.HumanEntity
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/HumanEntity.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenu.java:[24,24] cannot access org.bukkit.event.EventHandler
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/EventHandler.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenu.java:[27,34] cannot access org.bukkit.event.inventory.InventoryAction
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/inventory/InventoryAction.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenu.java:[28,34] cannot access org.bukkit.event.inventory.InventoryClickEvent
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/inventory/InventoryClickEvent.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenu.java:[29,34] cannot access org.bukkit.event.inventory.InventoryCloseEvent
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/inventory/InventoryCloseEvent.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenu.java:[30,34] cannot access org.bukkit.event.inventory.InventoryDragEvent
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/inventory/InventoryDragEvent.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenu.java:[31,34] cannot access org.bukkit.event.inventory.InventoryType
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/inventory/InventoryType.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenu.java:[33,28] cannot access org.bukkit.inventory.InventoryView
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/inventory/InventoryView.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/SpigotUtil.java:[20,18] cannot access org.bukkit.Keyed
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/Keyed.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/SpigotUtil.java:[23,18] cannot access org.bukkit.NamespacedKey
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/NamespacedKey.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/SpigotUtil.java:[24,18] cannot access org.bukkit.Registry
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/Registry.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/SpigotUtil.java:[25,18] cannot access org.bukkit.World
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/World.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/SpigotUtil.java:[26,31] cannot access org.bukkit.enchantments.Enchantment
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/enchantments/Enchantment.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenuSlot.java:[13,18] cannot access org.bukkit.ChatColor
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/ChatColor.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenuSlot.java:[15,34] cannot access org.bukkit.event.inventory.ClickType
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/inventory/ClickType.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenuSlot.java:[18,28] cannot access org.bukkit.inventory.ItemFlag
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/inventory/ItemFlag.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenuSlot.java:[20,33] cannot access org.bukkit.inventory.meta.ItemMeta
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/inventory/meta/ItemMeta.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/command/CommandContext.java:[34,26] cannot access org.bukkit.command.BlockCommandSender
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/command/BlockCommandSender.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/command/CommandContext.java:[38,23] cannot access org.bukkit.util.EulerAngle
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/util/EulerAngle.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/CitizensAPI.java:[7,25] cannot access org.bukkit.plugin.Plugin
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/plugin/Plugin.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/AsyncChunkCache.java:[20,18] cannot access org.bukkit.Chunk
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/Chunk.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/AsyncChunkCache.java:[21,18] cannot access org.bukkit.ChunkSnapshot
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/ChunkSnapshot.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/command/CommandManager.java:[36,26] cannot access org.bukkit.command.ConsoleCommandSender
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/command/ConsoleCommandSender.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/command/CommandManager.java:[37,26] cannot access org.bukkit.command.PluginCommand
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/command/PluginCommand.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/command/CommandManager.java:[38,26] cannot access org.bukkit.command.TabCompleter
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/command/TabCompleter.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/command/CommandManager.java:[41,30] cannot access org.bukkit.plugin.java.JavaPlugin
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/plugin/java/JavaPlugin.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/LocationLookup.java:[17,18] cannot access org.bukkit.GameMode
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/GameMode.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/LocationLookup.java:[22,31] cannot access org.bukkit.event.player.PlayerJoinEvent
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/player/PlayerJoinEvent.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/LocationLookup.java:[23,31] cannot access org.bukkit.event.player.PlayerQuitEvent
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/player/PlayerQuitEvent.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/LocationLookup.java:[24,30] cannot access org.bukkit.event.world.WorldUnloadEvent
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/world/WorldUnloadEvent.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/LocationLookup.java:[25,25] cannot access org.bukkit.potion.PotionEffectType
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/potion/PotionEffectType.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/NMSHelper.java:[3,18] cannot access org.bukkit.OfflinePlayer
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/OfflinePlayer.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/NMSHelper.java:[7,33] cannot access org.bukkit.inventory.meta.SkullMeta
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/inventory/meta/SkullMeta.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/TraitInfo.java:[16,31] cannot access org.bukkit.event.entity.EntityEvent
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/entity/EntityEvent.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/TraitInfo.java:[18,25] cannot access org.bukkit.plugin.RegisteredListener
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/plugin/RegisteredListener.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/command/CommandManager.java:[106,43] cannot access org.bukkit.command.Command
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/command/Command.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/VectorNode.java:[8,23] cannot access org.bukkit.util.BlockVector
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/util/BlockVector.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCDamageByEntityEvent.java:[5,31] cannot access org.bukkit.event.entity.EntityDamageByEntityEvent
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/entity/EntityDamageByEntityEvent.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCDamageEvent.java:[5,31] cannot access org.bukkit.event.entity.EntityDamageEvent
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/entity/EntityDamageEvent.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/Placeholders.java:[20,31] cannot access org.bukkit.event.server.PluginDisableEvent
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/server/PluginDisableEvent.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InputMenus.java:[13,18] cannot access org.bukkit.Sound
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/Sound.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InputMenus.java:[20,31] cannot access org.bukkit.event.player.AsyncPlayerChatEvent
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/player/AsyncPlayerChatEvent.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/schedulers/adapter/SpigotSchedulerTask.java:[4,28] cannot access org.bukkit.scheduler.BukkitTask
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/scheduler/BukkitTask.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/schedulers/adapter/FoliaSchedulerTask.java:[5,50] cannot access io.papermc.paper.threadedregions.scheduler.ScheduledTask
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/io/papermc/paper/threadedregions/scheduler/ScheduledTask.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/EntityTargetNPCEvent.java:[6,31] cannot access org.bukkit.event.entity.EntityTargetEvent
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/entity/EntityTargetEvent.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/trait/Inventory.java:[9,25] cannot access org.bukkit.entity.AbstractHorse
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/AbstractHorse.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/trait/Inventory.java:[11,25] cannot access org.bukkit.entity.Horse
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/Horse.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/trait/Inventory.java:[14,34] cannot access org.bukkit.entity.minecart.StorageMinecart
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/minecart/StorageMinecart.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/trait/Inventory.java:[18,28] cannot access org.bukkit.inventory.InventoryHolder
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/inventory/InventoryHolder.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/trait/Equipment.java:[9,25] cannot access org.bukkit.entity.ArmorStand
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/ArmorStand.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/trait/Equipment.java:[10,25] cannot access org.bukkit.entity.Enderman
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/Enderman.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/trait/Equipment.java:[16,24] cannot access org.bukkit.event.EventPriority
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/EventPriority.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/trait/Equipment.java:[18,28] cannot access org.bukkit.inventory.EntityEquipment
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/inventory/EntityEquipment.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/trait/Equipment.java:[408,50] cannot access org.bukkit.inventory.EquipmentSlot
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/inventory/EquipmentSlot.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/persistence/PotionEffectPersister.java:[4,25] cannot access org.bukkit.potion.PotionEffect
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/potion/PotionEffect.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/schedulers/adapter/FoliaScheduler.java:[12,50] cannot access io.papermc.paper.threadedregions.scheduler.AsyncScheduler
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/io/papermc/paper/threadedregions/scheduler/AsyncScheduler.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/schedulers/adapter/FoliaScheduler.java:[13,50] cannot access io.papermc.paper.threadedregions.scheduler.GlobalRegionScheduler
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/io/papermc/paper/threadedregions/scheduler/GlobalRegionScheduler.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/schedulers/adapter/FoliaScheduler.java:[14,50] cannot access io.papermc.paper.threadedregions.scheduler.RegionScheduler
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/io/papermc/paper/threadedregions/scheduler/RegionScheduler.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCDeathEvent.java:[6,31] cannot access org.bukkit.event.entity.EntityDeathEvent
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/entity/EntityDeathEvent.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCDamageByBlockEvent.java:[5,31] cannot access org.bukkit.event.entity.EntityDamageByBlockEvent
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/entity/EntityDamageByBlockEvent.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/ItemStorage.java:[15,26] cannot access org.bukkit.util.io.BukkitObjectInputStream
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/util/io/BukkitObjectInputStream.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/ItemStorage.java:[16,26] cannot access org.bukkit.util.io.BukkitObjectOutputStream
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/util/io/BukkitObjectOutputStream.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCCombustByEntityEvent.java:[5,31] cannot access org.bukkit.event.entity.EntityCombustByEntityEvent
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/entity/EntityCombustByEntityEvent.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/ai/goals/MoveToGoal.java:[5,41] cannot access com.destroystokyo.paper.entity.ai.Goal
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/com/destroystokyo/paper/entity/ai/Goal.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCVehicleDamageEvent.java:[6,32] cannot access org.bukkit.event.vehicle.VehicleDamageEvent
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/vehicle/VehicleDamageEvent.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/OldEnumCompat.java:[9,25] cannot access org.bukkit.entity.Cat
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/Cat.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/OldEnumCompat.java:[10,25] cannot access org.bukkit.entity.Frog
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/Frog.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/OldEnumCompat.java:[11,25] cannot access org.bukkit.entity.Villager
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/Villager.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/DoorExaminer.java:[10,24] cannot access org.bukkit.block.BlockFace
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/block/BlockFace.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/DoorExaminer.java:[11,24] cannot access org.bukkit.block.BlockState
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/block/BlockState.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/DoorExaminer.java:[12,29] cannot access org.bukkit.block.data.Bisected
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/block/data/Bisected.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/DoorExaminer.java:[15,29] cannot access org.bukkit.block.data.Openable
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/block/data/Openable.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/DoorExaminer.java:[19,27] cannot access org.bukkit.material.MaterialData
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/material/MaterialData.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/MinecraftBlockExaminer.java:[14,29] cannot access org.bukkit.block.data.Waterlogged
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/block/data/Waterlogged.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/MinecraftBlockExaminer.java:[15,34] cannot access org.bukkit.block.data.type.Slab
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/block/data/type/Slab.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/MinecraftBlockExaminer.java:[16,34] cannot access org.bukkit.block.data.type.TrapDoor
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/block/data/type/TrapDoor.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/MinecraftBlockExaminer.java:[18,25] cannot access org.bukkit.entity.Squid
  bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/Squid.class)
    class file has wrong version 69.0, should be 65.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[INFO] 100 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.344 s
[INFO] Finished at: 2026-04-04T19:02:49Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project citizensapi: Compilation failure: Compilation failure:
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCCombustByBlockEvent.java:[3,24] cannot access org.bukkit.block.Block
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/block/Block.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCCombustByBlockEvent.java:[4,24] cannot access org.bukkit.event.HandlerList
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/HandlerList.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCCombustByBlockEvent.java:[5,31] cannot access org.bukkit.event.entity.EntityCombustByBlockEvent
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/entity/EntityCombustByBlockEvent.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCCombustEvent.java:[3,24] cannot access org.bukkit.event.Cancellable
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/Cancellable.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCCombustEvent.java:[5,31] cannot access org.bukkit.event.entity.EntityCombustEvent
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/entity/EntityCombustEvent.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/CitizensEvent.java:[3,24] cannot access org.bukkit.event.Event
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/Event.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/npc/NPC.java:[8,18] cannot access org.bukkit.Bukkit
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/Bukkit.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/npc/NPC.java:[9,18] cannot access org.bukkit.Location
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/Location.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/npc/NPC.java:[11,26] cannot access org.bukkit.command.CommandSender
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/command/CommandSender.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/npc/NPC.java:[12,25] cannot access org.bukkit.entity.Entity
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/Entity.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/npc/NPC.java:[13,25] cannot access org.bukkit.entity.EntityType
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/EntityType.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/npc/NPC.java:[14,25] cannot access org.bukkit.entity.Minecart
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/Minecart.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/npc/NPC.java:[15,25] cannot access org.bukkit.entity.Player
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/Player.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/npc/NPC.java:[16,31] cannot access org.bukkit.event.player.PlayerTeleportEvent
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/player/PlayerTeleportEvent.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/npc/NPC.java:[17,28] cannot access org.bukkit.inventory.ItemStack
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/inventory/ItemStack.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/Trait.java:[5,24] cannot access org.bukkit.event.Listener
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/Listener.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/ai/Navigator.java:[7,23] cannot access org.bukkit.util.Vector
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/util/Vector.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/DataKey.java:[6,32] cannot access org.bukkit.configuration.ConfigurationSection
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/configuration/ConfigurationSection.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/ai/AttackStrategy.java:[3,25] cannot access org.bukkit.entity.LivingEntity
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/LivingEntity.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/BlockSource.java:[3,18] cannot access org.bukkit.Material
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/Material.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/BlockSource.java:[4,29] cannot access org.bukkit.block.data.BlockData
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/block/data/BlockData.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/BoundingBox.java:[81,27] cannot access org.bukkit.util.BoundingBox
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/util/BoundingBox.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/MenuContext.java:[7,28] cannot access org.bukkit.inventory.Inventory
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/inventory/Inventory.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenu.java:[22,25] cannot access org.bukkit.entity.HumanEntity
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/HumanEntity.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenu.java:[24,24] cannot access org.bukkit.event.EventHandler
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/EventHandler.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenu.java:[27,34] cannot access org.bukkit.event.inventory.InventoryAction
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/inventory/InventoryAction.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenu.java:[28,34] cannot access org.bukkit.event.inventory.InventoryClickEvent
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/inventory/InventoryClickEvent.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenu.java:[29,34] cannot access org.bukkit.event.inventory.InventoryCloseEvent
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/inventory/InventoryCloseEvent.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenu.java:[30,34] cannot access org.bukkit.event.inventory.InventoryDragEvent
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/inventory/InventoryDragEvent.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenu.java:[31,34] cannot access org.bukkit.event.inventory.InventoryType
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/inventory/InventoryType.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenu.java:[33,28] cannot access org.bukkit.inventory.InventoryView
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/inventory/InventoryView.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/SpigotUtil.java:[20,18] cannot access org.bukkit.Keyed
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/Keyed.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/SpigotUtil.java:[23,18] cannot access org.bukkit.NamespacedKey
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/NamespacedKey.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/SpigotUtil.java:[24,18] cannot access org.bukkit.Registry
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/Registry.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/SpigotUtil.java:[25,18] cannot access org.bukkit.World
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/World.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/SpigotUtil.java:[26,31] cannot access org.bukkit.enchantments.Enchantment
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/enchantments/Enchantment.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenuSlot.java:[13,18] cannot access org.bukkit.ChatColor
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/ChatColor.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenuSlot.java:[15,34] cannot access org.bukkit.event.inventory.ClickType
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/inventory/ClickType.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenuSlot.java:[18,28] cannot access org.bukkit.inventory.ItemFlag
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/inventory/ItemFlag.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InventoryMenuSlot.java:[20,33] cannot access org.bukkit.inventory.meta.ItemMeta
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/inventory/meta/ItemMeta.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/command/CommandContext.java:[34,26] cannot access org.bukkit.command.BlockCommandSender
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/command/BlockCommandSender.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/command/CommandContext.java:[38,23] cannot access org.bukkit.util.EulerAngle
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/util/EulerAngle.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/CitizensAPI.java:[7,25] cannot access org.bukkit.plugin.Plugin
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/plugin/Plugin.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/AsyncChunkCache.java:[20,18] cannot access org.bukkit.Chunk
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/Chunk.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/AsyncChunkCache.java:[21,18] cannot access org.bukkit.ChunkSnapshot
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/ChunkSnapshot.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/command/CommandManager.java:[36,26] cannot access org.bukkit.command.ConsoleCommandSender
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/command/ConsoleCommandSender.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/command/CommandManager.java:[37,26] cannot access org.bukkit.command.PluginCommand
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/command/PluginCommand.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/command/CommandManager.java:[38,26] cannot access org.bukkit.command.TabCompleter
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/command/TabCompleter.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/command/CommandManager.java:[41,30] cannot access org.bukkit.plugin.java.JavaPlugin
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/plugin/java/JavaPlugin.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/LocationLookup.java:[17,18] cannot access org.bukkit.GameMode
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/GameMode.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/LocationLookup.java:[22,31] cannot access org.bukkit.event.player.PlayerJoinEvent
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/player/PlayerJoinEvent.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/LocationLookup.java:[23,31] cannot access org.bukkit.event.player.PlayerQuitEvent
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/player/PlayerQuitEvent.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/LocationLookup.java:[24,30] cannot access org.bukkit.event.world.WorldUnloadEvent
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/world/WorldUnloadEvent.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/LocationLookup.java:[25,25] cannot access org.bukkit.potion.PotionEffectType
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/potion/PotionEffectType.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/NMSHelper.java:[3,18] cannot access org.bukkit.OfflinePlayer
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/OfflinePlayer.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/NMSHelper.java:[7,33] cannot access org.bukkit.inventory.meta.SkullMeta
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/inventory/meta/SkullMeta.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/TraitInfo.java:[16,31] cannot access org.bukkit.event.entity.EntityEvent
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/entity/EntityEvent.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/TraitInfo.java:[18,25] cannot access org.bukkit.plugin.RegisteredListener
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/plugin/RegisteredListener.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/command/CommandManager.java:[106,43] cannot access org.bukkit.command.Command
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/command/Command.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/VectorNode.java:[8,23] cannot access org.bukkit.util.BlockVector
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/util/BlockVector.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCDamageByEntityEvent.java:[5,31] cannot access org.bukkit.event.entity.EntityDamageByEntityEvent
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/entity/EntityDamageByEntityEvent.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCDamageEvent.java:[5,31] cannot access org.bukkit.event.entity.EntityDamageEvent
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/entity/EntityDamageEvent.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/Placeholders.java:[20,31] cannot access org.bukkit.event.server.PluginDisableEvent
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/server/PluginDisableEvent.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InputMenus.java:[13,18] cannot access org.bukkit.Sound
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/Sound.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/gui/InputMenus.java:[20,31] cannot access org.bukkit.event.player.AsyncPlayerChatEvent
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/player/AsyncPlayerChatEvent.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/schedulers/adapter/SpigotSchedulerTask.java:[4,28] cannot access org.bukkit.scheduler.BukkitTask
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/scheduler/BukkitTask.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/schedulers/adapter/FoliaSchedulerTask.java:[5,50] cannot access io.papermc.paper.threadedregions.scheduler.ScheduledTask
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/io/papermc/paper/threadedregions/scheduler/ScheduledTask.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/EntityTargetNPCEvent.java:[6,31] cannot access org.bukkit.event.entity.EntityTargetEvent
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/entity/EntityTargetEvent.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/trait/Inventory.java:[9,25] cannot access org.bukkit.entity.AbstractHorse
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/AbstractHorse.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/trait/Inventory.java:[11,25] cannot access org.bukkit.entity.Horse
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/Horse.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/trait/Inventory.java:[14,34] cannot access org.bukkit.entity.minecart.StorageMinecart
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/minecart/StorageMinecart.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/trait/Inventory.java:[18,28] cannot access org.bukkit.inventory.InventoryHolder
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/inventory/InventoryHolder.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/trait/Equipment.java:[9,25] cannot access org.bukkit.entity.ArmorStand
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/ArmorStand.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/trait/Equipment.java:[10,25] cannot access org.bukkit.entity.Enderman
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/Enderman.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/trait/Equipment.java:[16,24] cannot access org.bukkit.event.EventPriority
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/EventPriority.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/trait/Equipment.java:[18,28] cannot access org.bukkit.inventory.EntityEquipment
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/inventory/EntityEquipment.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/trait/trait/Equipment.java:[408,50] cannot access org.bukkit.inventory.EquipmentSlot
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/inventory/EquipmentSlot.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/persistence/PotionEffectPersister.java:[4,25] cannot access org.bukkit.potion.PotionEffect
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/potion/PotionEffect.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/schedulers/adapter/FoliaScheduler.java:[12,50] cannot access io.papermc.paper.threadedregions.scheduler.AsyncScheduler
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/io/papermc/paper/threadedregions/scheduler/AsyncScheduler.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/schedulers/adapter/FoliaScheduler.java:[13,50] cannot access io.papermc.paper.threadedregions.scheduler.GlobalRegionScheduler
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/io/papermc/paper/threadedregions/scheduler/GlobalRegionScheduler.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/schedulers/adapter/FoliaScheduler.java:[14,50] cannot access io.papermc.paper.threadedregions.scheduler.RegionScheduler
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/io/papermc/paper/threadedregions/scheduler/RegionScheduler.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCDeathEvent.java:[6,31] cannot access org.bukkit.event.entity.EntityDeathEvent
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/entity/EntityDeathEvent.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCDamageByBlockEvent.java:[5,31] cannot access org.bukkit.event.entity.EntityDamageByBlockEvent
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/entity/EntityDamageByBlockEvent.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/ItemStorage.java:[15,26] cannot access org.bukkit.util.io.BukkitObjectInputStream
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/util/io/BukkitObjectInputStream.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/ItemStorage.java:[16,26] cannot access org.bukkit.util.io.BukkitObjectOutputStream
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/util/io/BukkitObjectOutputStream.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCCombustByEntityEvent.java:[5,31] cannot access org.bukkit.event.entity.EntityCombustByEntityEvent
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/entity/EntityCombustByEntityEvent.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/ai/goals/MoveToGoal.java:[5,41] cannot access com.destroystokyo.paper.entity.ai.Goal
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/com/destroystokyo/paper/entity/ai/Goal.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/event/NPCVehicleDamageEvent.java:[6,32] cannot access org.bukkit.event.vehicle.VehicleDamageEvent
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/event/vehicle/VehicleDamageEvent.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/OldEnumCompat.java:[9,25] cannot access org.bukkit.entity.Cat
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/Cat.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/OldEnumCompat.java:[10,25] cannot access org.bukkit.entity.Frog
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/Frog.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/OldEnumCompat.java:[11,25] cannot access org.bukkit.entity.Villager
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/Villager.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/DoorExaminer.java:[10,24] cannot access org.bukkit.block.BlockFace
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/block/BlockFace.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/DoorExaminer.java:[11,24] cannot access org.bukkit.block.BlockState
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/block/BlockState.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/DoorExaminer.java:[12,29] cannot access org.bukkit.block.data.Bisected
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/block/data/Bisected.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/DoorExaminer.java:[15,29] cannot access org.bukkit.block.data.Openable
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/block/data/Openable.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/DoorExaminer.java:[19,27] cannot access org.bukkit.material.MaterialData
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/material/MaterialData.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/MinecraftBlockExaminer.java:[14,29] cannot access org.bukkit.block.data.Waterlogged
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/block/data/Waterlogged.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/MinecraftBlockExaminer.java:[15,34] cannot access org.bukkit.block.data.type.Slab
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/block/data/type/Slab.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/MinecraftBlockExaminer.java:[16,34] cannot access org.bukkit.block.data.type.TrapDoor
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/block/data/type/TrapDoor.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/MinecraftBlockExaminer.java:[18,25] cannot access org.bukkit.entity.Squid
[ERROR] bad class file: /var/lib/jenkins/.m2/repository/io/papermc/paper/paper-api/26.1.1.build.15-alpha/paper-api-26.1.1.build.15-alpha.jar(/org/bukkit/entity/Squid.class)
[ERROR] class file has wrong version 69.0, should be 65.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[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