Bukkit GUI and JSONAPI not working/crashing

Discussion in 'Bukkit Help' started by InuYasha86000, Sep 9, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    InuYasha86000

    hey everyone, i'm trying to figure out why the JSONAPI keeps crashing upon startup of my bukkit server, i'm running the 1.7.9 R2.0 and I jeep getting this error:
    Code:
    [01:06:40] [Server thread/INFO]: Starting minecraft server version 1.7.9
    [01:06:40] [Server thread/INFO]: Loading properties
    [01:06:40] [Server thread/INFO]: Default game type: SURVIVAL
    [01:06:40] [Server thread/INFO]: Generating keypair
    [01:06:40] [Server thread/INFO]: Starting Minecraft server on *:25567
    [01:06:41] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks (MC: 1.7.9) (Implementing API version 1.7.9-R0.2)
    [01:06:41] [Server thread/WARN]: Plugin `Train_Carts v1.73.0' uses the space-character (0x20) in its name `Train Carts' - this is discouraged
    [01:06:41] [Thread-8/WARN]: Could not get information about this CraftBukkit version; perhaps you are running a custom one?: IOException
    [01:06:41] [Thread-8/WARN]: Could not get latest artifact information: IOException
    [01:06:42] [Server thread/ERROR]: Could not load 'plugins/JSONAPI-5.6.0-mc1.7.9-R0.2-SNAPSHOT.jar' in folder 'plugins'
    org.bukkit.plugin.UnknownDependencyException: Vault
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:216) [craftbukkit179.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugins(CraftServer.java:355) [craftbukkit179.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.bukkit.craftbukkit.v1_7_R3.CraftServer.<init>(CraftServer.java:317) [craftbukkit179.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.PlayerList.<init>(PlayerList.java:68) [craftbukkit179.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit179.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit179.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit179.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit179.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    [01:06:42] [Server thread/INFO]: [Chairs] Loading Chairs v4.1
    [01:06:42] [Server thread/INFO]: [SpecialHeads] Loading SpecialHeads v4.0
    [01:06:42] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.1.28 (Phoenix)
    [01:06:42] [Server thread/INFO]: [SignEdit] Loading SignEdit v3.3.9
    [01:06:42] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.2
    [01:06:42] [Server thread/INFO]: [CS] Loading CS v1.0
    [01:06:42] [Server thread/INFO]: [mcore] Loading mcore v7.2.1
    [01:06:42] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b691
    [01:06:42] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.4.0
    [01:06:42] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.7.9) has not yet been tested! Proceed with caution.
    [01:06:42] [Server thread/INFO]: [uCars] Loading uCars v18
    [01:06:42] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
    [01:06:42] [Server thread/INFO]: [HorseProtect] Loading HorseProtect v1.4.2
    [01:06:42] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
    [01:06:42] [Server thread/INFO]: [Factions] Loading Factions v2.4.0
    [01:06:42] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.13.1
    [01:06:42] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
    [01:06:42] [Server thread/INFO]: [CreativeGates] Loading CreativeGates v2.5.0
    [01:06:42] [Server thread/INFO]: [BKCommonLib] Loading BKCommonLib v1.58
    [01:06:43] [Server thread/INFO]: [Train_Carts] Loading Train_Carts v1.73.0
    [01:06:43] [Server thread/INFO]: [mcore] Enabling mcore v7.2.1
    [01:06:43] [Server thread/INFO]: [mcore 7.2.1] === ENABLE START ===
    [01:06:43] [Server thread/INFO]: [mcore 7.2.1] §eLoading Playerdat datas...
    [01:06:43] [Server thread/INFO]: [mcore 7.2.1] §eLoading Cachefile datas...
    [01:06:43] [Server thread/INFO]: [mcore 7.2.1] §eLoading Onlineplayer datas...
    [01:06:43] [Server thread/INFO]: [mcore 7.2.1] §eLoading Registry datas...
    [01:06:43] [Server thread/INFO]: [mcore 7.2.1] §eLoading Dbmojangapi datas...
    [01:06:43] [Server thread/INFO]: [mcore 7.2.1] §bPlayer Strings Found: §d0
    [01:06:43] [Server thread/INFO]: [mcore 7.2.1] §bPlayer Strings Cached: §d0
    [01:06:43] [Server thread/INFO]: [mcore 7.2.1] §bPlayer Strings Remaining: §d0
    [01:06:43] [Server thread/INFO]: [mcore 7.2.1] §eNow fetching the remaining players from Mojang API ...
    [01:06:43] [Server thread/INFO]: [mcore 7.2.1] §e ... done!
    [01:06:43] [Server thread/INFO]: [mcore 7.2.1] §eSaving Cachefile...
    [01:06:43] [Server thread/INFO]: [mcore 7.2.1] §eSetup of IdUtil took §d110§ems.
    [01:06:43] [Server thread/INFO]: [mcore 7.2.1] === ENABLE §aCOMPLETE §e(Took §d295ms§e) ===
    [01:06:43] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.4.0
    [01:06:43] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
    [01:06:43] [Server thread/INFO]: [mcore 7.2.1] §aActivated §eintegration with §dProtocolLib
    [01:06:43] [Server thread/INFO]: [BKCommonLib] Enabling BKCommonLib v1.58
    [01:06:43] [Server thread/INFO]: [BKCommonLib] BKCommonLib is running on CraftBukkit (git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks) : v1_7_R3 (Minecraft 1.7.9)
    [01:06:44] [Server thread/INFO]: [BKCommonLib] [Network] Now using the ProtocolLib library to provide Packet Listener and Monitor support
    [01:06:44] [Server thread/INFO]: [BKCommonLib] Now a plugin, a new server implementation tomorrow???
    [01:06:44] [Server thread/INFO]: BKCommonLib version 1.58 enabled! (0.103s)
    [01:06:44] [Server thread/INFO]: Preparing level "The Valley"
    [01:06:44] [Server thread/INFO]: Preparing start region for level 0 (Seed: 2404094274689949696)
    [01:06:45] [Server thread/INFO]: Preparing spawn area: 0%
    [01:06:46] [Server thread/INFO]: Preparing spawn area: 82%
    [01:06:46] [Server thread/INFO]: Preparing start region for level 1 (Seed: -3909925184395820525)
    [01:06:47] [Server thread/INFO]: Preparing start region for level 2 (Seed: 2404094274689949696)
    [01:06:47] [Server thread/INFO]: [Chairs] Enabling Chairs v4.1
    [01:06:47] [Server thread/INFO]: [Chairs] Loaded ignore list. (Count = 0)
    [01:06:47] [Server thread/INFO]: [Chairs] Allowed block: WOOD_STAIRS => 0.7
    [01:06:47] [Server thread/INFO]: [Chairs] Allowed block: SPRUCE_WOOD_STAIRS => 0.7
    [01:06:47] [Server thread/INFO]: [Chairs] Allowed block: JUNGLE_WOOD_STAIRS => 0.7
    [01:06:47] [Server thread/INFO]: [Chairs] Allowed block: BIRCH_WOOD_STAIRS => 0.7
    [01:06:47] [Server thread/INFO]: [Chairs] Allowed block: SANDSTONE_STAIRS => 0.7
    [01:06:47] [Server thread/INFO]: [Chairs] Allowed block: COBBLESTONE_STAIRS => 0.7
    [01:06:47] [Server thread/INFO]: [Chairs] Allowed block: BRICK_STAIRS => 0.7
    [01:06:47] [Server thread/INFO]: [Chairs] Allowed block: SMOOTH_STAIRS => 0.7
    [01:06:47] [Server thread/INFO]: [Chairs] Allowed block: NETHER_BRICK_STAIRS => 0.7
    [01:06:47] [Server thread/INFO]: [Chairs] Allowed block: QUARTZ_STAIRS => 0.7
    [01:06:47] [Server thread/INFO]: [Chairs] Allowed block: ACACIA_STAIRS => 0.7
    [01:06:47] [Server thread/INFO]: [Chairs] Allowed block: DARK_OAK_STAIRS => 0.7
    [01:06:47] [Server thread/INFO]: [SpecialHeads] Enabling SpecialHeads v4.0
    [01:06:47] [Server thread/INFO]: [SpecialHeads] loading config...
    [01:06:47] [Server thread/INFO]: [SpecialHeads] loading heads...
    [01:06:47] [Server thread/INFO]: [SpecialHeads] loading messages...
    [01:06:47] [Server thread/INFO]: [SpecialHeads] loading commands...
    [01:06:47] [Server thread/INFO]: [SpecialHeads] loading listeners...
    [01:06:47] [Server thread/INFO]: [SpecialHeads] plugin ready!
    [01:06:47] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.1.28 (Phoenix)
    [01:06:47] [Server thread/INFO]: GroupManager - INFO - World Found: the valley
    [01:06:47] [Server thread/INFO]: GroupManager - INFO - World Found: world
    [01:06:47] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
    [01:06:47] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    [01:06:47] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
    [01:06:47] [Server thread/INFO]: GroupManager version 2.1.28 (Phoenix) is enabled!
    [01:06:47] [Server thread/INFO]: [SignEdit] Enabling SignEdit v3.3.9
    [01:06:47] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.2
    [01:06:47] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
    [01:06:47] [Server thread/INFO]: [CS] Enabling CS v1.0
    [01:06:47] [Server thread/INFO]: [CS] CS v1.0 by Cornyfisch is now enabled!
    [01:06:47] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b691
    [01:06:47] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b691
    [01:06:48] [Server thread/INFO]: Preparing start region for level 3 (Seed: -4026614182267697738)
    [01:06:49] [Server thread/INFO]: Preparing start region for level 4 (Seed: 8273570472534601379)
    [01:06:50] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Nether
    [01:06:50] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
    [01:06:50] [Server thread/INFO]: Preparing start region for level 5 (Seed: -3834188081425680421)
    [01:06:51] [Server thread/INFO]: Preparing spawn area for City, 52%
    [01:06:52] [Server thread/INFO]: Preparing spawn area for City, 93%
    [01:06:53] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
    [01:06:53] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b691 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
    [01:06:53] [Server thread/INFO]: [uCars] Enabling uCars v18
    [01:06:53] [Server thread/INFO]: [uCars] uCars has been enabled!
    [01:06:53] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
    [01:06:53] [Server thread/INFO]: [WorldGuard] (The Valley) TNT ignition is PERMITTED.
    [01:06:53] [Server thread/INFO]: [WorldGuard] (The Valley) Lighters are PERMITTED.
    [01:06:53] [Server thread/INFO]: [WorldGuard] (The Valley) Lava fire is blocked.
    [01:06:53] [Server thread/INFO]: [WorldGuard] (The Valley) Fire spread is UNRESTRICTED.
    [01:06:53] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'The Valley'
    [01:06:53] [Server thread/INFO]: [WorldGuard] (The Valley_nether) TNT ignition is PERMITTED.
    [01:06:53] [Server thread/INFO]: [WorldGuard] (The Valley_nether) Lighters are PERMITTED.
    [01:06:53] [Server thread/INFO]: [WorldGuard] (The Valley_nether) Lava fire is blocked.
    [01:06:53] [Server thread/INFO]: [WorldGuard] (The Valley_nether) Fire spread is UNRESTRICTED.
    [01:06:53] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'The Valley_nether'
    [01:06:53] [Server thread/INFO]: [WorldGuard] (The Valley_the_end) TNT ignition is PERMITTED.
    [01:06:53] [Server thread/INFO]: [WorldGuard] (The Valley_the_end) Lighters are PERMITTED.
    [01:06:53] [Server thread/INFO]: [WorldGuard] (The Valley_the_end) Lava fire is blocked.
    [01:06:53] [Server thread/INFO]: [WorldGuard] (The Valley_the_end) Fire spread is UNRESTRICTED.
    [01:06:53] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'The Valley_the_end'
    [01:06:53] [Server thread/INFO]: [WorldGuard] (AnimeHeaven) TNT ignition is PERMITTED.
    [01:06:53] [Server thread/INFO]: [WorldGuard] (AnimeHeaven) Lighters are PERMITTED.
    [01:06:53] [Server thread/INFO]: [WorldGuard] (AnimeHeaven) Lava fire is blocked.
    [01:06:53] [Server thread/INFO]: [WorldGuard] (AnimeHeaven) Fire spread is UNRESTRICTED.
    [01:06:53] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'AnimeHeaven'
    [01:06:53] [Server thread/INFO]: [WorldGuard] (Outback) TNT ignition is PERMITTED.
    [01:06:53] [Server thread/INFO]: [WorldGuard] (Outback) Lighters are PERMITTED.
    [01:06:53] [Server thread/INFO]: [WorldGuard] (Outback) Lava fire is blocked.
    [01:06:53] [Server thread/INFO]: [WorldGuard] (Outback) Fire spread is UNRESTRICTED.
    [01:06:53] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Outback'
    [01:06:53] [Server thread/INFO]: [WorldGuard] (City) TNT ignition is PERMITTED.
    [01:06:53] [Server thread/INFO]: [WorldGuard] (City) Lighters are PERMITTED.
    [01:06:53] [Server thread/INFO]: [WorldGuard] (City) Lava fire is blocked.
    [01:06:53] [Server thread/INFO]: [WorldGuard] (City) Fire spread is UNRESTRICTED.
    [01:06:53] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'City'
    [01:06:53] [Server thread/INFO]: [WorldGuard] 9 regions loaded for 'The Valley'
    [01:06:53] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'The Valley_nether'
    [01:06:53] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'The Valley_the_end'
    [01:06:53] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'AnimeHeaven'
    [01:06:53] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'Outback'
    [01:06:53] [Server thread/INFO]: [WorldGuard] 18 regions loaded for 'City'
    [01:06:53] [Server thread/INFO]: [HorseProtect] Enabling HorseProtect v1.4.2
    [01:06:53] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
    [01:06:54] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
    [01:06:54] [Server thread/INFO]: [Factions] Enabling Factions v2.4.0
    [01:06:54] [Server thread/INFO]: [Factions 2.4.0] === ENABLE START ===
    [01:06:55] [Server thread/INFO]: [Factions 2.4.0] === ENABLE COMPLETE (Took 278ms) ===
    [01:06:55] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.13.1
    [01:06:55] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
    [01:06:55] [Server thread/INFO]: [CreativeGates] Enabling CreativeGates v2.5.0
    [01:06:55] [Server thread/INFO]: [CreativeGates 2.5.0] === ENABLE START ===
    [01:06:55] [Server thread/INFO]: [CreativeGates 2.5.0] === ENABLE COMPLETE (Took 84ms) ===
    [01:06:55] [Server thread/INFO]: [Train_Carts] Enabling Train_Carts v1.73.0
    [01:07:03] [Server thread/INFO]: [Train_Carts] 19 Trains have been loaded in 4 worlds. (23 Minecarts)
    [01:07:03] [Server thread/INFO]: [Train_Carts] 0 detector rail regions loaded covering 0 blocks
    [01:07:03] [Server thread/INFO]: [Train_Carts] Restoring trains and loading nearby chunks...
    [01:07:03] [Server thread/INFO]: Train_Carts version 1.73.0 enabled! (8.103s)
    [01:07:03] [Server thread/INFO]: [CS] Loaded successfully the container file!
    [01:07:03] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
    [01:07:06] [Server thread/INFO]: Done (22.763s)! For help, type "help" or "?"
    [01:07:06] [Server thread/INFO]: [mcore 7.2.1] ============================================
    [01:07:06] [Server thread/INFO]: [mcore 7.2.1] We are preparing for Mojangs switch to UUIDs.
    [01:07:06] [Server thread/INFO]: [mcore 7.2.1] Learn more at: https://forums.bukkit.org/threads/psa-the-switch-to-uuids-potential-plugin-server-breakage.250915/
    [01:07:06] [Server thread/INFO]: [mcore 7.2.1] Loading Playerdat datas...
    [01:07:07] [Server thread/INFO]: [mcore 7.2.1] Loading Cachefile datas...
    [01:07:07] [Server thread/INFO]: [mcore 7.2.1] Loading Onlineplayer datas...
    [01:07:07] [Server thread/INFO]: [mcore 7.2.1] Loading Registry datas...
    [01:07:07] [Server thread/INFO]: [mcore 7.2.1] Loading Dbmojangapi datas...
    [01:07:07] [Server thread/INFO]: [mcore 7.2.1] Player Strings Found: 0
    [01:07:07] [Server thread/INFO]: [mcore 7.2.1] Player Strings Cached: 0
    [01:07:07] [Server thread/INFO]: [mcore 7.2.1] Player Strings Remaining: 0
    [01:07:07] [Server thread/INFO]: [mcore 7.2.1] Now fetching the remaining players from Mojang API ...
    [01:07:07] [Server thread/INFO]: [mcore 7.2.1]  ... done!
    [01:07:07] [Server thread/INFO]: [mcore 7.2.1] Saving Cachefile...
    [01:07:07] [Server thread/INFO]: [mcore 7.2.1] Now updating database for plugins that are ready ...
    [01:07:07] [Server thread/INFO]: [mcore 7.2.1] Pre update factions_mplayer.
    [01:07:07] [Server thread/INFO]: [mcore 7.2.1] Post update factions_mplayer. Took 1ms. 0/3 changed.
    [01:07:07] [Server thread/INFO]: [mcore 7.2.1] Pre update factions_uplayer@default.
    [01:07:07] [Server thread/INFO]: [mcore 7.2.1] Post update factions_uplayer@default. Took 2ms. 0/10 changed.
    [01:07:07] [Server thread/INFO]: [mcore 7.2.1]  ... done!
    [01:07:07] [Server thread/INFO]: [mcore 7.2.1] (database saving will now commence which might lock the server for a while)
    [01:07:07] [Server thread/INFO]: [mcore 7.2.1] ============================================
    [01:07:07] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
    [01:07:10] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2602ms behind, skipping 52 tick(s)
    [01:07:12] [Server thread/INFO]: [ProtocolLib] The updater did not find an update, and nothing was downloaded.
    [01:10:06] [Server thread/INFO]: CONSOLE: Stopping the server..
    [01:10:06] [Server thread/INFO]: Stopping server
    [01:10:06] [Server thread/INFO]: [Train_Carts] Disabling Train_Carts v1.73.0
    [01:10:06] [Server thread/INFO]: Train_Carts disabled!
    [01:10:06] [Server thread/INFO]: [BKCommonLib] Disabling BKCommonLib v1.58
    [01:10:06] [Server thread/INFO]: [CreativeGates] Disabling CreativeGates v2.5.0
    [01:10:06] [Server thread/INFO]: [CreativeGates 2.5.0] Disabled
    [01:10:06] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.13.1
    [01:10:06] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.13.1
    [01:10:06] [Server thread/INFO]: [Factions] Disabling Factions v2.4.0
    [01:10:06] [Server thread/INFO]: [Factions 2.4.0] Disabled
    [01:10:06] [Server thread/INFO]: [Essentials] Disabling Essentials v2.13.1
    [01:10:06] [Server thread/INFO]: [HorseProtect] Disabling HorseProtect v1.4.2
    [01:10:06] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v5.9
    [01:10:06] [Server thread/INFO]: [uCars] Disabling uCars v18
    [01:10:06] [Server thread/INFO]: [uCars] Successfully unhooked all plugins!
    [01:10:06] [Server thread/INFO]: [uCars] uCars has been disabled!
    [01:10:07] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v3.4.0
    [01:10:07] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5-b691
    [01:10:07] [Server thread/INFO]: [mcore 7.2.1] Deactivated integration with ProtocolLib
    [01:10:07] [Server thread/INFO]: [mcore] Disabling mcore v7.2.1
    [01:10:07] [Server thread/INFO]: [mcore 7.2.1] Disabled
    [01:10:07] [Server thread/INFO]: [CS] Disabling CS v1.0
    [01:10:07] [Server thread/INFO]: [CS] CS v1.0 by Cornyfisch is now disabled!
    [01:10:07] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v5.6.2
    [01:10:07] [Server thread/INFO]: [SignEdit] Disabling SignEdit v3.3.9
    [01:10:07] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.1.28 (Phoenix)
    [01:10:07] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
    [01:10:07] [Server thread/INFO]: GroupManager version 2.1.28 (Phoenix) is disabled!
    [01:10:07] [Server thread/INFO]: [SpecialHeads] Disabling SpecialHeads v4.0
    [01:10:07] [Server thread/INFO]: [SpecialHeads]  bye bye! :*
    [01:10:07] [Server thread/INFO]: [Chairs] Disabling Chairs v4.1
    [01:10:07] [Server thread/INFO]: [Chairs] Saved ignore list. (Count = 0)
    [01:10:07] [Server thread/INFO]: Saving players
    [01:10:07] [Server thread/INFO]: Saving worlds
    [01:10:07] [Server thread/INFO]: Saving chunks for level 'The Valley'/Overworld
    [01:10:07] [Server thread/INFO]: Saving chunks for level 'The Valley_nether'/Nether
    [01:10:07] [Server thread/INFO]: Saving chunks for level 'The Valley_the_end'/The End
    [01:10:07] [Server thread/INFO]: Saving chunks for level 'AnimeHeaven'/Overworld
    [01:10:07] [Server thread/INFO]: Saving chunks for level 'Outback'/Overworld
    [01:10:07] [Server thread/INFO]: Saving chunks for level 'City'/Overworld
    
    I hope i'm not just being a gimp with this, any and all help is appreciated.
     
  2. Offline

    billywhiteMC

    Try temporarily removing plugins (I'd suggest starting with vault, and then more recent plugins) and seeing if this has any effect
     
  3. Offline

    mrCookieSlime

    MrSparkzz likes this.
  4. Offline

    InuYasha86000

    where do I obtain vault? and that would have been nice to know it needed vault when I downloaded it but nowhere on the jsonapi site does it show it needed vault.
     
  5. Offline

    MrSparkzz

  6. Offline

    InuYasha86000

    you are a .... sir, but that was great, I was getting confused due to other vault plugins, but thank you, that's why I love communities like this lol.

    I tried adding in the salt to the config file and now it's erroring out again, the salt was not added into the config by default.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 14, 2016
Thread Status:
Not open for further replies.

Share This Page