Compile... git code broken
BurkenDev opened this issue ยท 2 comments
[INFO] 100 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31.318 s
[INFO] Finished at: 2024-06-28T19:33:33+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project CoreProtect: Compilation failure: Compilation failure:
[ERROR] /CoreProtect/src/main/java/net/coreprotect/CoreProtect.java:[8,18] cannot access org.bukkit.Bukkit
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/Bukkit.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/CoreProtect.java:[9,18] cannot access org.bukkit.Location
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/Location.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/CoreProtect.java:[10,29] cannot access org.bukkit.block.data.BlockData
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/data/BlockData.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/CoreProtect.java:[11,25] cannot access org.bukkit.entity.Player
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/Player.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/CoreProtect.java:[12,25] cannot access org.bukkit.plugin.PluginDescriptionFile
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/plugin/PluginDescriptionFile.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/CoreProtect.java:[13,30] cannot access org.bukkit.plugin.java.JavaPlugin
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/plugin/java/JavaPlugin.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/CoreProtectAPI.java:[13,18] cannot access org.bukkit.Material
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/Material.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/CoreProtectAPI.java:[14,18] cannot access org.bukkit.Server
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/Server.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/CoreProtectAPI.java:[15,24] cannot access org.bukkit.block.Block
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/Block.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/CoreProtectAPI.java:[16,24] cannot access org.bukkit.block.BlockState
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/BlockState.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/CoreProtectAPI.java:[18,25] cannot access org.bukkit.entity.EntityType
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/EntityType.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/consumer/Queue.java:[11,24] cannot access org.bukkit.block.CreatureSpawner
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/CreatureSpawner.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/consumer/Queue.java:[12,29] cannot access org.bukkit.block.data.Bisected
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/data/Bisected.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/consumer/Queue.java:[14,34] cannot access org.bukkit.block.data.type.Bed
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/data/type/Bed.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/consumer/Queue.java:[18,28] cannot access org.bukkit.inventory.ItemStack
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/inventory/ItemStack.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/block/BlockPistonListener.java:[7,18] cannot access org.bukkit.World
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/World.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/block/BlockPistonListener.java:[9,24] cannot access org.bukkit.block.BlockFace
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/BlockFace.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/block/BlockPistonListener.java:[11,24] cannot access org.bukkit.event.EventHandler
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/EventHandler.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/block/BlockPistonListener.java:[12,24] cannot access org.bukkit.event.EventPriority
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/EventPriority.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/block/BlockPistonListener.java:[13,24] cannot access org.bukkit.event.Listener
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/Listener.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/block/BlockPistonListener.java:[14,30] cannot access org.bukkit.event.block.BlockPistonEvent
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/block/BlockPistonEvent.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/block/BlockPistonListener.java:[15,30] cannot access org.bukkit.event.block.BlockPistonExtendEvent
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/block/BlockPistonExtendEvent.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/block/BlockPistonListener.java:[16,30] cannot access org.bukkit.event.block.BlockPistonRetractEvent
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/block/BlockPistonRetractEvent.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_17.java:[13,24] cannot access org.bukkit.block.Sign
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/Sign.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_17.java:[15,34] cannot access org.bukkit.block.data.type.PointedDripstone
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/data/type/PointedDripstone.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_17.java:[16,25] cannot access org.bukkit.entity.Axolotl
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/Axolotl.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_17.java:[17,25] cannot access org.bukkit.entity.Entity
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/Entity.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_17.java:[19,25] cannot access org.bukkit.entity.GlowItemFrame
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/GlowItemFrame.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_17.java:[20,25] cannot access org.bukkit.entity.Goat
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/Goat.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_17.java:[21,25] cannot access org.bukkit.entity.ItemFrame
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/ItemFrame.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_17.java:[22,25] cannot access org.bukkit.entity.LivingEntity
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/LivingEntity.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_17.java:[24,33] cannot access org.bukkit.inventory.meta.BundleMeta
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/inventory/meta/BundleMeta.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_17.java:[25,33] cannot access org.bukkit.inventory.meta.ItemMeta
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/inventory/meta/ItemMeta.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_16.java:[10,29] cannot access org.bukkit.block.data.Directional
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/data/Directional.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_16.java:[11,29] cannot access org.bukkit.block.data.FaceAttachable
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/data/FaceAttachable.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_16.java:[12,34] cannot access org.bukkit.block.data.type.Wall
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/data/type/Wall.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_16.java:[15,25] cannot access org.bukkit.entity.Piglin
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/Piglin.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_16.java:[16,25] cannot access org.bukkit.entity.Zoglin
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/Zoglin.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/BukkitAdapter.java:[6,18] cannot access org.bukkit.Color
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/Color.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/BukkitAdapter.java:[7,18] cannot access org.bukkit.DyeColor
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/DyeColor.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/BukkitAdapter.java:[9,18] cannot access org.bukkit.Tag
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/Tag.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/BukkitAdapter.java:[16,25] cannot access org.bukkit.entity.Arrow
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/Arrow.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/BukkitAdapter.java:[21,30] cannot access org.bukkit.event.block.SignChangeEvent
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/block/SignChangeEvent.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/BukkitAdapter.java:[22,31] cannot access org.bukkit.event.player.PlayerInteractEvent
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/player/PlayerInteractEvent.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/BukkitAdapter.java:[24,28] cannot access org.bukkit.inventory.MerchantRecipe
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/inventory/MerchantRecipe.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/BukkitAdapter.java:[26,33] cannot access org.bukkit.inventory.meta.PotionMeta
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/inventory/meta/PotionMeta.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/BukkitAdapter.java:[27,25] cannot access org.bukkit.potion.PotionData
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/potion/PotionData.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/BukkitAdapter.java:[28,25] cannot access org.bukkit.potion.PotionEffect
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/potion/PotionEffect.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/BukkitAdapter.java:[29,25] cannot access org.bukkit.potion.PotionType
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/potion/PotionType.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/command/RollbackRestoreCommand.java:[15,24] cannot access org.bukkit.block.Chest
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/Chest.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/command/RollbackRestoreCommand.java:[16,26] cannot access org.bukkit.command.BlockCommandSender
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/command/BlockCommandSender.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/command/RollbackRestoreCommand.java:[17,26] cannot access org.bukkit.command.Command
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/command/Command.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/command/RollbackRestoreCommand.java:[18,26] cannot access org.bukkit.command.CommandSender
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/command/CommandSender.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/utility/Teleport.java:[8,18] cannot access org.bukkit.GameMode
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/GameMode.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/event/CoreProtectPreLogEvent.java:[3,24] cannot access org.bukkit.event.Cancellable
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/Cancellable.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/event/CoreProtectPreLogEvent.java:[4,24] cannot access org.bukkit.event.Event
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/Event.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/event/CoreProtectPreLogEvent.java:[5,24] cannot access org.bukkit.event.HandlerList
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/HandlerList.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/player/InventoryChangeListener.java:[13,24] cannot access org.bukkit.block.DoubleChest
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/DoubleChest.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/player/InventoryChangeListener.java:[18,34] cannot access org.bukkit.event.inventory.InventoryAction
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/inventory/InventoryAction.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/player/InventoryChangeListener.java:[19,34] cannot access org.bukkit.event.inventory.InventoryClickEvent
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/inventory/InventoryClickEvent.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/player/InventoryChangeListener.java:[20,34] cannot access org.bukkit.event.inventory.InventoryDragEvent
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/inventory/InventoryDragEvent.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/player/InventoryChangeListener.java:[21,34] cannot access org.bukkit.event.inventory.InventoryMoveItemEvent
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/inventory/InventoryMoveItemEvent.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/player/InventoryChangeListener.java:[22,28] cannot access org.bukkit.inventory.BlockInventoryHolder
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/inventory/BlockInventoryHolder.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/player/InventoryChangeListener.java:[23,28] cannot access org.bukkit.inventory.Inventory
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/inventory/Inventory.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/player/InventoryChangeListener.java:[24,28] cannot access org.bukkit.inventory.InventoryHolder
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/inventory/InventoryHolder.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/block/BlockExplodeListener.java:[21,30] cannot access org.bukkit.event.block.BlockExplodeEvent
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/block/BlockExplodeEvent.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_19.java:[9,25] cannot access org.bukkit.entity.Frog
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/Frog.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_19.java:[12,25] cannot access org.bukkit.entity.Tadpole
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/Tadpole.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/player/PlayerInteractListener.java:[19,24] cannot access org.bukkit.block.Jukebox
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/Jukebox.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/player/PlayerInteractListener.java:[24,29] cannot access org.bukkit.block.data.Lightable
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/data/Lightable.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/player/PlayerInteractListener.java:[25,29] cannot access org.bukkit.block.data.Waterlogged
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/data/Waterlogged.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/player/PlayerInteractListener.java:[28,34] cannot access org.bukkit.block.data.type.Cake
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/data/type/Cake.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/player/PlayerInteractListener.java:[29,25] cannot access org.bukkit.entity.EnderCrystal
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/EnderCrystal.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/player/PlayerInteractListener.java:[36,30] cannot access org.bukkit.event.block.Action
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/block/Action.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/player/PlayerInteractListener.java:[39,28] cannot access org.bukkit.inventory.EquipmentSlot
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/inventory/EquipmentSlot.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/player/ArmorStandManipulateListener.java:[9,25] cannot access org.bukkit.entity.ArmorStand
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/ArmorStand.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/player/ArmorStandManipulateListener.java:[14,31] cannot access org.bukkit.event.player.PlayerArmorStandManipulateEvent
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/player/PlayerArmorStandManipulateEvent.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/player/ArmorStandManipulateListener.java:[15,28] cannot access org.bukkit.inventory.EntityEquipment
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/inventory/EntityEquipment.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/player/PlayerBucketEmptyListener.java:[22,63] cannot access org.bukkit.event.player.PlayerBucketEmptyEvent
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/player/PlayerBucketEmptyEvent.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/block/BlockPlaceListener.java:[16,34] cannot access org.bukkit.block.data.type.Stairs
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/data/type/Stairs.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/block/BlockPlaceListener.java:[17,34] cannot access org.bukkit.block.data.type.TrapDoor
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/data/type/TrapDoor.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/block/BlockPlaceListener.java:[22,30] cannot access org.bukkit.event.block.BlockPlaceEvent
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/block/BlockPlaceEvent.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/entity/EntityChangeBlockListener.java:[6,25] cannot access org.bukkit.entity.EnderDragon
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/EnderDragon.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/entity/EntityChangeBlockListener.java:[7,25] cannot access org.bukkit.entity.Enderman
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/Enderman.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/entity/EntityChangeBlockListener.java:[9,25] cannot access org.bukkit.entity.Fox
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/Fox.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/entity/EntityChangeBlockListener.java:[10,25] cannot access org.bukkit.entity.Ravager
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/Ravager.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/entity/EntityChangeBlockListener.java:[11,25] cannot access org.bukkit.entity.Silverfish
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/Silverfish.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/entity/EntityChangeBlockListener.java:[12,25] cannot access org.bukkit.entity.Turtle
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/Turtle.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/entity/EntityChangeBlockListener.java:[13,25] cannot access org.bukkit.entity.Wither
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/Wither.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/entity/EntityChangeBlockListener.java:[17,31] cannot access org.bukkit.event.entity.EntityChangeBlockEvent
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/entity/EntityChangeBlockEvent.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/command/LookupCommand.java:[19,26] cannot access org.bukkit.command.ConsoleCommandSender
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/command/ConsoleCommandSender.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/paper/PaperAdapter.java:[6,24] cannot access org.bukkit.block.Skull
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/Skull.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/world/StructureGrowListener.java:[10,18] cannot access org.bukkit.TreeType
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/TreeType.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/world/StructureGrowListener.java:[17,30] cannot access org.bukkit.event.world.StructureGrowEvent
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/event/world/StructureGrowEvent.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_20.java:[11,24] cannot access org.bukkit.block.ChiseledBookshelf
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/ChiseledBookshelf.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/bukkit/Bukkit_v1_20.java:[13,29] cannot access org.bukkit.block.sign.Side
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/sign/Side.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/thread/Scheduler.java:[8,28] cannot access org.bukkit.scheduler.BukkitTask
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/scheduler/BukkitTask.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/thread/Scheduler.java:[10,50] cannot access io.papermc.paper.threadedregions.scheduler.ScheduledTask
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/io/papermc/paper/threadedregions/scheduler/ScheduledTask.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/utility/ChestTool.java:[7,34] cannot access org.bukkit.block.data.type.Chest
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/block/data/type/Chest.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /CoreProtect/src/main/java/net/coreprotect/listener/player/CraftItemListener.java:[10,25] cannot access org.bukkit.entity.HumanEntity
[ERROR] bad class file: /.m2/repository/io/papermc/paper/paper-api/1.21-R0.1-SNAPSHOT/paper-api-1.21-R0.1-SNAPSHOT.jar(/org/bukkit/entity/HumanEntity.class)
[ERROR] class file has wrong version 65.0, should be 61.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