I finally decided to look at my Minecraft Server console and noticed three standard errors with Level Up! in the form of NoSuchFileExceptions.
Details:
0) Forge 1.12.2 is installed on every machine
1) I've got the same version of Level Up! installed on several unique servers and clients
2) The missing files are:
Greetings!
I finally decided to look at my Minecraft Server console and noticed three standard errors with Level Up! in the form of NoSuchFileExceptions.
Details:
0) Forge 1.12.2 is installed on every machine
1) I've got the same version of Level Up! installed on several unique servers and clients
2) The missing files are:
2a) .\config\levelup2\json\skills\combat\combat_bonus.json
2b) .\config\levelup2\json\skills\crafting\craft_bonus.json
2c) .\config\levelup2\json\skills\mining\mining_bonus.json
3) The level up menu does not show up in game, nor does there appear to be any indicator in game that experience/levels are being obtained.
4) Reinstalling the mod (ie redownloading the file and putting it in the mods folder) does not resolve the issue.
.
I've included the error text below. Ideas? Mod authors?
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: java.nio.file.NoSuchFileException: C:\Users\FOLDER\AppData\Roaming\.minecraft.family\config\levelup2\json\skills\combat\combat_bonus.json
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.nio.file.Files.newByteChannel(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.nio.file.Files.newByteChannel(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.nio.file.spi.FileSystemProvider.newInputStream(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.nio.file.Files.newInputStream(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.nio.file.Files.newBufferedReader(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.nio.file.Files.newBufferedReader(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at levelup2.skills.SkillRegistry.loadFromJson(SkillRegistry.java:358)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at levelup2.skills.SkillRegistry.registerSkillProperties(SkillRegistry.java:344)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at levelup2.config.LevelUpConfig.registerSkillProperties(LevelUpConfig.java:128)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at levelup2.LevelUp2.postInit(LevelUp2.java:63)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.lang.reflect.Method.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.lang.reflect.Method.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:253)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.lang.reflect.Method.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:724)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:336)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.lang.Thread.run(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: java.nio.file.NoSuchFileException: C:\Users\FOLDER\AppData\Roaming\.minecraft.family\config\levelup2\json\skills\crafting\craft_bonus.json
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.nio.file.Files.newByteChannel(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.nio.file.Files.newByteChannel(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.nio.file.spi.FileSystemProvider.newInputStream(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.nio.file.Files.newInputStream(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.nio.file.Files.newBufferedReader(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.nio.file.Files.newBufferedReader(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at levelup2.skills.SkillRegistry.loadFromJson(SkillRegistry.java:358)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at levelup2.skills.SkillRegistry.registerSkillProperties(SkillRegistry.java:344)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at levelup2.config.LevelUpConfig.registerSkillProperties(LevelUpConfig.java:128)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at levelup2.LevelUp2.postInit(LevelUp2.java:63)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.lang.reflect.Method.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.lang.reflect.Method.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:253)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.lang.reflect.Method.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:724)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:336)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.lang.Thread.run(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: java.nio.file.NoSuchFileException: C:\Users\FOLDER\AppData\Roaming\.minecraft.family\config\levelup2\json\skills\mining\mining_bonus.json
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.nio.file.Files.newByteChannel(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.nio.file.Files.newByteChannel(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.nio.file.spi.FileSystemProvider.newInputStream(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.nio.file.Files.newInputStream(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.nio.file.Files.newBufferedReader(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.nio.file.Files.newBufferedReader(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at levelup2.skills.SkillRegistry.loadFromJson(SkillRegistry.java:358)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at levelup2.skills.SkillRegistry.registerSkillProperties(SkillRegistry.java:344)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at levelup2.config.LevelUpConfig.registerSkillProperties(LevelUpConfig.java:128)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at levelup2.LevelUp2.postInit(LevelUp2.java:63)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.lang.reflect.Method.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.lang.reflect.Method.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:253)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.lang.reflect.Method.invoke(Unknown Source)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:724)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:336)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
[10:36:56] [Server thread/INFO] [STDERR]: [levelup2.skills.SkillRegistry:loadFromJson:361]: at java.lang.Thread.run(Unknown Source)
Bump