Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Error #105

Open
TwistedAsylumMC opened this issue Feb 14, 2018 · 0 comments
Open

Error #105

TwistedAsylumMC opened this issue Feb 14, 2018 · 0 comments

Comments

@TwistedAsylumMC
Copy link

When i load my server with FDevTools + latest zip from the repo

14.02 15:22:41 [Server] INFO import static org.junit.Assert.assertNotNull;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/inventory/InventoryTypeTest.java:3: error: static import from classes and interfaces
14.02 15:22:41 [Server] INFO import static org.junit.Assert.assertNotNull;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/inventory/InventoryTypeTest.java:5: error: package org.bukkit.event.inventory does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.event.inventory.InventoryType;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/inventory/InventoryTypeTest.java:6: error: package org.junit does not exist
14.02 15:22:41 [Server] INFO import org.junit.Test;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/pluginservice/PlayerChatEventsTest.java:3: error: package org.junit does not exist
14.02 15:22:41 [Server] INFO import static org.junit.Assert.assertEquals;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/pluginservice/PlayerChatEventsTest.java:3: error: static import only from classes and interfaces
14.02 15:22:41 [Server] INFO import static org.junit.Assert.assertEquals;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/pluginservice/PlayerChatEventsTest.java:5: error: package org.junit does not exist
14.02 15:22:41 [Server] INFO import org.junit.Test;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/enchantment/PokkitEnchantmentTest.java:3: error: package org.junit does not exist
14.02 15:22:41 [Server] INFO import static org.junit.Assert.assertNotNull;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/enchantment/PokkitEnchantmentTest.java:3: error: static import only from classes and interfaces
14.02 15:22:41 [Server] INFO import static org.junit.Assert.assertNotNull;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/enchantment/PokkitEnchantmentTest.java:4: error: package org.junit does not exist
14.02 15:22:41 [Server] INFO import static org.junit.Assert.assertTrue;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/enchantment/PokkitEnchantmentTest.java:4: error: static import only from classes and interfaces
14.02 15:22:41 [Server] INFO import static org.junit.Assert.assertTrue;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/enchantment/PokkitEnchantmentTest.java:6: error: package org.bukkit.enchantments does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.enchantments.Enchantment;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/enchantment/PokkitEnchantmentTest.java:7: error: package org.junit does not exist
14.02 15:22:41 [Server] INFO import org.junit.BeforeClass;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/enchantment/PokkitEnchantmentTest.java:8: error: package org.junit does not exist
14.02 15:22:41 [Server] INFO import org.junit.Test;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/enchantment/EnchantmentMetaTest.java:3: error: package org.junit does not exist
14.02 15:22:41 [Server] INFO import static org.junit.Assert.assertFalse;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/enchantment/EnchantmentMetaTest.java:3: error: static import only from classes and interfaces
14.02 15:22:41 [Server] INFO import static org.junit.Assert.assertFalse;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/enchantment/EnchantmentMetaTest.java:4: error: package org.junit does not exist
14.02 15:22:41 [Server] INFO import static org.junit.Assert.assertTrue;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/enchantment/EnchantmentMetaTest.java:4: error: static import only from classes and interfaces
14.02 15:22:41 [Server] INFO import static org.junit.Assert.assertTrue;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/enchantment/EnchantmentMetaTest.java:8: error: cannot find symbol
14.02 15:22:41 [Server] INFO import org.bukkit.Material;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class Material
14.02 15:22:41 [Server] INFO location: package org.bukkit
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/enchantment/EnchantmentMetaTest.java:9: error: package org.bukkit.enchantments does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.enchantments.Enchantment;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/enchantment/EnchantmentMetaTest.java:10: error: package org.bukkit.inventory.meta does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.inventory.meta.ItemMeta;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/enchantment/EnchantmentMetaTest.java:11: error: package org.junit does not exist
14.02 15:22:41 [Server] INFO import org.junit.BeforeClass;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/enchantment/EnchantmentMetaTest.java:12: error: package org.junit does not exist
14.02 15:22:41 [Server] INFO import org.junit.Test;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:7: error: cannot find symbol
14.02 15:22:41 [Server] INFO import org.bukkit.Color;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class Color
14.02 15:22:41 [Server] INFO location: package org.bukkit
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:8: error: cannot find symbol
14.02 15:22:41 [Server] INFO import org.bukkit.Material;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class Material
14.02 15:22:41 [Server] INFO location: package org.bukkit
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:9: error: package org.bukkit.inventory does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.inventory.ItemFactory;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:10: error: package org.bukkit.inventory does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.inventory.ItemStack;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:11: error: package org.bukkit.inventory.meta does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.inventory.meta.ItemMeta;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:15: error: cannot find symbol
14.02 15:22:41 [Server] INFO public final class PokkitItemFactory implements ItemFactory {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol: class ItemFactory
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:18: error: cannot find symbol
14.02 15:22:41 [Server] INFO public ItemMeta asMetaFor(ItemMeta meta, ItemStack stack) throws IllegalArgumentException {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class ItemMeta
14.02 15:22:41 [Server] INFO location: class PokkitItemFactory
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:18: error: cannot find symbol
14.02 15:22:41 [Server] INFO public ItemMeta asMetaFor(ItemMeta meta, ItemStack stack) throws IllegalArgumentException {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class ItemStack
14.02 15:22:41 [Server] INFO location: class PokkitItemFactory
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:18: error: cannot find symbol
14.02 15:22:41 [Server] INFO public ItemMeta asMetaFor(ItemMeta meta, ItemStack stack) throws IllegalArgumentException {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class ItemMeta
14.02 15:22:41 [Server] INFO location: class PokkitItemFactory
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:23: error: cannot find symbol
14.02 15:22:41 [Server] INFO public ItemMeta asMetaFor(ItemMeta meta, Material material) throws IllegalArgumentException {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class ItemMeta
14.02 15:22:41 [Server] INFO location: class PokkitItemFactory
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:23: error: cannot find symbol
14.02 15:22:41 [Server] INFO public ItemMeta asMetaFor(ItemMeta meta, Material material) throws IllegalArgumentException {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class Material
14.02 15:22:41 [Server] INFO location: class PokkitItemFactory
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:23: error: cannot find symbol
14.02 15:22:41 [Server] INFO public ItemMeta asMetaFor(ItemMeta meta, Material material) throws IllegalArgumentException {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class ItemMeta
14.02 15:22:41 [Server] INFO location: class PokkitItemFactory
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:38: error: cannot find symbol
14.02 15:22:41 [Server] INFO public boolean equals(ItemMeta meta1, ItemMeta meta2) throws IllegalArgumentException {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class ItemMeta
14.02 15:22:41 [Server] INFO location: class PokkitItemFactory
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:38: error: cannot find symbol
14.02 15:22:41 [Server] INFO public boolean equals(ItemMeta meta1, ItemMeta meta2) throws IllegalArgumentException {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class ItemMeta
14.02 15:22:41 [Server] INFO location: class PokkitItemFactory
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:50: error: cannot find symbol
14.02 15:22:41 [Server] INFO public Color getDefaultLeatherColor() {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class Color
14.02 15:22:41 [Server] INFO location: class PokkitItemFactory
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:55: error: cannot find symbol
14.02 15:22:41 [Server] INFO public ItemMeta getItemMeta(Material material) {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class Material
14.02 15:22:41 [Server] INFO location: class PokkitItemFactory
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:55: error: cannot find symbol
14.02 15:22:41 [Server] INFO public ItemMeta getItemMeta(Material material) {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class ItemMeta
14.02 15:22:41 [Server] INFO location: class PokkitItemFactory
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:59: error: cannot find symbol
14.02 15:22:41 [Server] INFO public ItemMeta getItemMeta(Material material, CompoundTag tag) {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class Material
14.02 15:22:41 [Server] INFO location: class PokkitItemFactory
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:59: error: cannot find symbol
14.02 15:22:41 [Server] INFO public ItemMeta getItemMeta(Material material, CompoundTag tag) {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class ItemMeta
14.02 15:22:41 [Server] INFO location: class PokkitItemFactory
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:100: error: cannot find symbol
14.02 15:22:41 [Server] INFO public boolean isApplicable(ItemMeta meta, ItemStack stack) throws IllegalArgumentException {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class ItemMeta
14.02 15:22:41 [Server] INFO location: class PokkitItemFactory
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:100: error: cannot find symbol
14.02 15:22:41 [Server] INFO public boolean isApplicable(ItemMeta meta, ItemStack stack) throws IllegalArgumentException {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class ItemStack
14.02 15:22:41 [Server] INFO location: class PokkitItemFactory
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:105: error: cannot find symbol
14.02 15:22:41 [Server] INFO public boolean isApplicable(ItemMeta meta, Material material) throws IllegalArgumentException {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class ItemMeta
14.02 15:22:41 [Server] INFO location: class PokkitItemFactory
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:105: error: cannot find symbol
14.02 15:22:41 [Server] INFO public boolean isApplicable(ItemMeta meta, Material material) throws IllegalArgumentException {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class Material
14.02 15:22:41 [Server] INFO location: class PokkitItemFactory
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/item/PokkitItemFactory.java:109: error: cannot find symbol
14.02 15:22:41 [Server] INFO private boolean isEqualToNull(ItemMeta meta) {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class ItemMeta
14.02 15:22:41 [Server] INFO location: class PokkitItemFactory
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/enchantment/PokkitEnchantmentTargetTest.java:3: error: package org.junit does not exist
14.02 15:22:41 [Server] INFO import static org.junit.Assert.assertNotNull;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/enchantment/PokkitEnchantmentTargetTest.java:3: error: static import only from classes and interfaces
14.02 15:22:41 [Server] INFO import static org.junit.Assert.assertNotNull;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/enchantment/PokkitEnchantmentTargetTest.java:5: error: package org.bukkit.enchantments does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.enchantments.EnchantmentTarget;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/enchantment/PokkitEnchantmentTargetTest.java:6: error: package org.junit does not exist
14.02 15:22:41 [Server] INFO import org.junit.Test;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/world/PokkitMaterialTest.java:3: error: package org.junit does not exist
14.02 15:22:41 [Server] INFO import static org.junit.Assert.assertEquals;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/world/PokkitMaterialTest.java:3: error: static import only from classes and interfaces
14.02 15:22:41 [Server] INFO import static org.junit.Assert.assertEquals;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/world/PokkitMaterialTest.java:7: error: cannot find symbol
14.02 15:22:41 [Server] INFO import org.bukkit.Material;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class Material
14.02 15:22:41 [Server] INFO location: package org.bukkit
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/world/PokkitMaterialTest.java:8: error: package org.junit does not exist
14.02 15:22:41 [Server] INFO import org.junit.Ignore;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/world/PokkitMaterialTest.java:9: error: package org.junit does not exist
14.02 15:22:41 [Server] INFO import org.junit.Test;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/ReflectionTest.java:3: error: package org.junit does not exist
14.02 15:22:41 [Server] INFO import static org.junit.Assert.assertEquals;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/ReflectionTest.java:3: error: static import only from classes and interfaces
14.02 15:22:41 [Server] INFO import static org.junit.Assert.assertEquals;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/test/java/nl/rutgerkok/pokkit/ReflectionTest.java:7: error: package org.junit does not exist
14.02 15:22:41 [Server] INFO import org.junit.Test;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/NotSoSimpleCommandMap.java:6: error: cannot find symbol
14.02 15:22:41 [Server] INFO import org.bukkit.Server;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class Server
14.02 15:22:41 [Server] INFO location: package org.bukkit
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/NotSoSimpleCommandMap.java:7: error: package org.bukkit.command does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.command.Command;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/NotSoSimpleCommandMap.java:8: error: package org.bukkit.command does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.command.SimpleCommandMap;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/NotSoSimpleCommandMap.java:28: error: cannot find symbol
14.02 15:22:41 [Server] INFO final class NotSoSimpleCommandMap extends SimpleCommandMap {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol: class SimpleCommandMap
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/NotSoSimpleCommandMap.java:46: error: cannot find symbol
14.02 15:22:41 [Server] INFO public NotSoSimpleCommandMap(Server server) {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class Server
14.02 15:22:41 [Server] INFO location: class NotSoSimpleCommandMap
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/NotSoSimpleCommandMap.java:51: error: cannot find symbol
14.02 15:22:41 [Server] INFO public boolean register(String label, String fallbackPrefix, Command command) {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class Command
14.02 15:22:41 [Server] INFO location: class NotSoSimpleCommandMap
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/NotSoSimpleCommandMap.java:32: error: cannot find symbol
14.02 15:22:41 [Server] INFO private final Command bukkit;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class Command
14.02 15:22:41 [Server] INFO location: class NotSoSimpleCommandMap.WrappedCommand
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/NotSoSimpleCommandMap.java:34: error: cannot find symbol
14.02 15:22:41 [Server] INFO public WrappedCommand(Command bukkit) {
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class Command
14.02 15:22:41 [Server] INFO location: class NotSoSimpleCommandMap.WrappedCommand
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:40: error: cannot find symbol
14.02 15:22:41 [Server] INFO import org.bukkit.BanList;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class BanList
14.02 15:22:41 [Server] INFO location: package org.bukkit
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:41: error: package org.bukkit.BanList does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.BanList.Type;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:42: error: cannot find symbol
14.02 15:22:41 [Server] INFO import org.bukkit.GameMode;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class GameMode
14.02 15:22:41 [Server] INFO location: package org.bukkit
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:43: error: cannot find symbol
14.02 15:22:41 [Server] INFO import org.bukkit.NamespacedKey;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class NamespacedKey
14.02 15:22:41 [Server] INFO location: package org.bukkit
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:44: error: cannot find symbol
14.02 15:22:41 [Server] INFO import org.bukkit.OfflinePlayer;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class OfflinePlayer
14.02 15:22:41 [Server] INFO location: package org.bukkit
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:45: error: cannot find symbol
14.02 15:22:41 [Server] INFO import org.bukkit.Server;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class Server
14.02 15:22:41 [Server] INFO location: package org.bukkit
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:46: error: cannot find symbol
14.02 15:22:41 [Server] INFO import org.bukkit.UnsafeValues;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class UnsafeValues
14.02 15:22:41 [Server] INFO location: package org.bukkit
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:47: error: package org.bukkit.Warning does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.Warning.WarningState;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:48: error: cannot find symbol
14.02 15:22:41 [Server] INFO import org.bukkit.World;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class World
14.02 15:22:41 [Server] INFO location: package org.bukkit
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:49: error: package org.bukkit.World does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.World.Environment;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:50: error: cannot find symbol
14.02 15:22:41 [Server] INFO import org.bukkit.WorldCreator;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO symbol:   class WorldCreator
14.02 15:22:41 [Server] INFO location: package org.bukkit
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:51: error: package org.bukkit.advancement does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.advancement.Advancement;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:52: error: package org.bukkit.boss does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.boss.BarColor;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:53: error: package org.bukkit.boss does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.boss.BarFlag;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:54: error: package org.bukkit.boss does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.boss.BarStyle;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:55: error: package org.bukkit.boss does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.boss.BossBar;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:56: error: package org.bukkit.command does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.command.CommandException;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:57: error: package org.bukkit.command does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.command.CommandSender;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:58: error: package org.bukkit.command does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.command.ConsoleCommandSender;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:59: error: package org.bukkit.command does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.command.PluginCommand;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:60: error: package org.bukkit.command does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.command.SimpleCommandMap;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:61: error: package org.bukkit.configuration.file does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.configuration.file.YamlConfiguration;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:62: error: package org.bukkit.entity does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.entity.Entity;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:63: error: package org.bukkit.entity does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.entity.Player;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:64: error: package org.bukkit.event.inventory does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.event.inventory.InventoryType;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:65: error: package org.bukkit.generator.ChunkGenerator does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.generator.ChunkGenerator.ChunkData;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:66: error: package org.bukkit.help does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.help.HelpMap;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:67: error: package org.bukkit.inventory does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.inventory.Inventory;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:68: error: package org.bukkit.inventory does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.inventory.InventoryHolder;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:69: error: package org.bukkit.inventory does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.inventory.ItemFactory;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:70: error: package org.bukkit.inventory does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.inventory.ItemStack;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:71: error: package org.bukkit.inventory does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.inventory.Merchant;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:41 [Server] INFO /plugins/Pokkit-master/src/main/java/org/bukkit/craftbukkit/v1_99_R9/CraftServer.java:72: error: package org.bukkit.inventory does not exist
14.02 15:22:41 [Server] INFO import org.bukkit.inventory.Recipe;
14.02 15:22:41 [Server] INFO ^
14.02 15:22:42 [Server] INFO Note: Some input files use or override a deprecated API.
14.02 15:22:42 [Server] INFO Note: Recompile with -Xlint:deprecation for details.
14.02 15:22:42 [Server] INFO Note: /plugins/Pokkit-master/src/main/java/nl/rutgerkok/pokkit/world/PokkitWorld.java uses unchecked or unsafe operations.
14.02 15:22:42 [Server] INFO Note: Recompile with -Xlint:unchecked for details.
14.02 15:22:42 [Server] INFO 100 errors
14.02 15:22:42 [Server] ERROR java.lang.ClassNotFoundException: nl.rutgerkok.pokkit.startup.NukkitHook
14.02 15:22:42 [Server] CRITICAL Could not load plugin 'project.name'```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant