· 6 years ago · Feb 21, 2020, 02:58 AM
1[21:54:04] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
2[21:54:04] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
3[21:54:04] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
4[21:54:04] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2838 for Minecraft 1.12.2 loading
5[21:54:04] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_231, running on Linux:amd64:5.0.0-37-generic, installed at /usr/lib/jvm/jdk1.8.0_231/jre
6[21:54:05] [main/INFO] [FML]: Searching /home/strix/Documents/nt-minepg/./mods for mods
7[21:54:05] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from spongeforge-1.12.2-2838-7.1.9.jar
8[21:54:05] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
9[21:54:05] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
10[21:54:05] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/home/strix/Documents/nt-minepg/./mods/spongeforge-1.12.2-2838-7.1.9.jar Service=LaunchWrapper Env=SERVER
11[21:54:05] [main/WARN] [FML]: The coremod SpongeCoremod (org.spongepowered.mod.SpongeCoremod) is not signed!
12[21:54:05] [main/INFO] [mixin]: Compatibility level set to JAVA_8
13[21:54:05] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
14[21:54:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
15[21:54:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
16[21:54:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
17[21:54:07] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
18[21:54:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
19[21:54:07] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
20[21:54:07] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@15923407
21[21:54:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
22[21:54:08] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
23[21:54:08] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
24[21:54:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
25[21:54:08] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
26[21:54:09] [main/WARN] [mixin]: @Mixin target net/minecraft/block/state/BlockStateContainer$StateImplementation is public in mixins.common.api.json:mcp.block.state.StateImplementationMixin_API and should be specified in value
27[21:54:14] [main/WARN] [mixin]: Static binding violation: PRIVATE @Overwrite method func_189509_E in mixins.common.core.json:world.WorldMixin cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
28[21:54:16] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
29[21:54:23] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
30[21:54:23] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2838 Initialized
31[21:54:23] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
32[21:54:23] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
33[21:54:23] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients
34[21:54:23] [Server thread/INFO] [Sponge]: Found mcmod.info at jar:file:/home/strix/Documents/nt-minepg/./mods/spongeforge-1.12.2-2838-7.1.9.jar!/mcmod.info
35[21:54:23] [Server thread/INFO] [Sponge]: Creating injector in stage 'PRODUCTION'
36[21:54:28] [Server thread/INFO] [FML]: Searching /home/strix/Documents/nt-minepg/./mods for mods
37[21:54:28] [Server thread/INFO] [FML]: Searching %s for plugins
38[21:54:30] [Server thread/INFO] [FML]: Disabling mod worldeditcuife2 it is client side only.
39[21:54:30] [Server thread/ERROR] [FML]: Unable to read a class file correctly
40java.lang.IllegalArgumentException: null
41 at org.objectweb.asm.ClassReader.<init>(Unknown Source) ~[asm-all-5.2.jar:5.2]
42 at org.objectweb.asm.ClassReader.<init>(Unknown Source) ~[asm-all-5.2.jar:5.2]
43 at org.objectweb.asm.ClassReader.<init>(Unknown Source) ~[asm-all-5.2.jar:5.2]
44 at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) [ASMModParser.class:?]
45 at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) [JarDiscoverer.class:?]
46 at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?]
47 at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
48 at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
49 at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
50 at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:425) [Loader.class:?]
51 at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:?]
52 at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?]
53 at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?]
54 at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
55 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
56 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_231]
57[21:54:30] [Server thread/ERROR] [FML]: There was a problem reading the entry META-INF/versions/9/module-info.class in the jar /home/strix/Documents/nt-minepg/./mods/plugins/NT-RPG-Sponge-7-2.1.0-SNAPSHOT-1.jar - probably a corrupt zip
58net.minecraftforge.fml.common.LoaderException: java.lang.IllegalArgumentException
59
60 at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:63) ~[ASMModParser.class:?]
61 at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) [JarDiscoverer.class:?]
62 at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?]
63 at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
64 at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
65 at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
66 at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:425) [Loader.class:?]
67 at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:?]
68 at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?]
69 at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?]
70 at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
71 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
72 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_231]
73Caused by: java.lang.IllegalArgumentException
74 at org.objectweb.asm.ClassReader.<init>(Unknown Source) ~[asm-all-5.2.jar:5.2]
75 at org.objectweb.asm.ClassReader.<init>(Unknown Source) ~[asm-all-5.2.jar:5.2]
76 at org.objectweb.asm.ClassReader.<init>(Unknown Source) ~[asm-all-5.2.jar:5.2]
77 at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) ~[ASMModParser.class:?]
78 ... 12 more
79[21:54:30] [Server thread/WARN] [FML]: Zip file NT-RPG-Sponge-7-2.1.0-SNAPSHOT-1.jar failed to read properly, it will be ignored
80net.minecraftforge.fml.common.LoaderException: java.lang.IllegalArgumentException
81
82 at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:63) ~[ASMModParser.class:?]
83 at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) ~[JarDiscoverer.class:?]
84 at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?]
85 at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
86 at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
87 at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
88 at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:425) [Loader.class:?]
89 at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:?]
90 at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?]
91 at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?]
92 at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
93 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
94 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_231]
95Caused by: java.lang.IllegalArgumentException
96 at org.objectweb.asm.ClassReader.<init>(Unknown Source) ~[asm-all-5.2.jar:5.2]
97 at org.objectweb.asm.ClassReader.<init>(Unknown Source) ~[asm-all-5.2.jar:5.2]
98 at org.objectweb.asm.ClassReader.<init>(Unknown Source) ~[asm-all-5.2.jar:5.2]
99 at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) ~[ASMModParser.class:?]
100 ... 12 more
101[21:54:30] [Server thread/INFO] [FML]: Forge Mod Loader has identified 28 mods to load
102[21:54:30] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
103[21:54:30] [Server thread/WARN] [FML]: Missing English translation for spongeapi: assets/spongeapi/lang/en_us.lang
104[21:54:30] [Server thread/WARN] [FML]: Missing English translation for spongeforge: assets/spongeforge/lang/en_us.lang
105[21:54:30] [Server thread/WARN] [FML]: Missing English translation for attributefix: assets/attributefix/lang/en_us.lang
106[21:54:30] [Server thread/WARN] [FML]: Missing English translation for customspawner: assets/customspawner/lang/en_us.lang
107[21:54:30] [Server thread/WARN] [FML]: Missing English translation for worldedit: assets/worldedit/lang/en_us.lang
108[21:54:30] [Server thread/WARN] [FML]: Missing English translation for nucleus: assets/nucleus/lang/en_us.lang
109[21:54:30] [Server thread/WARN] [FML]: Missing English translation for simplescavenger: assets/simplescavenger/lang/en_us.lang
110[21:54:30] [Server thread/WARN] [FML]: Missing English translation for itemizer: assets/itemizer/lang/en_us.lang
111[21:54:30] [Server thread/WARN] [FML]: Missing English translation for nt-rpg: assets/nt-rpg/lang/en_us.lang
112[21:54:30] [Server thread/WARN] [FML]: Missing English translation for totaleconomy: assets/totaleconomy/lang/en_us.lang
113[21:54:30] [Server thread/WARN] [FML]: Missing English translation for placeholderapi: assets/placeholderapi/lang/en_us.lang
114[21:54:30] [Server thread/WARN] [FML]: Missing English translation for blockcommand: assets/blockcommand/lang/en_us.lang
115[21:54:30] [Server thread/WARN] [FML]: Missing English translation for virtualchest: assets/virtualchest/lang/en_us.lang
116[21:54:30] [Server thread/WARN] [FML]: Missing English translation for bookmenus: assets/bookmenus/lang/en_us.lang
117[21:54:30] [Server thread/WARN] [FML]: Missing English translation for luckperms: assets/luckperms/lang/en_us.lang
118[21:54:30] [Server thread/WARN] [FML]: Missing English translation for command-utils: assets/command-utils/lang/en_us.lang
119[21:54:30] [Server thread/WARN] [FML]: Missing English translation for harvester: assets/harvester/lang/en_us.lang
120[21:54:30] [Server thread/WARN] [FML]: Missing English translation for byte-items: assets/byte-items/lang/en_us.lang
121[21:54:30] [Server thread/WARN] [FML]: Missing English translation for commandbooks: assets/commandbooks/lang/en_us.lang
122[21:54:30] [Server thread/INFO] [FML]: FML has found a non-mod file mysql-connector-java-5.1.38.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
123[21:54:30] [Server thread/INFO] [FML]: FML has found a non-mod file nashorn.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
124[21:54:30] [Server thread/INFO] [FML]: FML has found a non-mod file WorldEdit+CUI+Forge+Edition+2-2.1.2-mf-1.12-14.21.1.2387.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
125[21:54:31] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, spongeapi, sponge, spongeforge, architecturecraft, attributefix, customspawner, mocreatures, infernalmobs, journeymap, worldedit, nucleus, simplescavenger, itemizer, nt-rpg, totaleconomy, placeholderapi, blockcommand, virtualchest, bookmenus, luckperms, command-utils, harvester, byte-items, commandbooks] at CLIENT
126[21:54:31] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, spongeapi, sponge, spongeforge, architecturecraft, attributefix, customspawner, mocreatures, infernalmobs, journeymap, worldedit, nucleus, simplescavenger, itemizer, nt-rpg, totaleconomy, placeholderapi, blockcommand, virtualchest, bookmenus, luckperms, command-utils, harvester, byte-items, commandbooks] at SERVER
127[21:54:31] [Server thread/WARN] [Sponge]: There's no certificate fingerprint available
128[21:54:34] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
129[21:54:34] [Server thread/INFO] [FML]: Found 1333 ObjectHolder annotations
130[21:54:34] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
131[21:54:34] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
132[21:54:34] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
133[21:54:34] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
134[21:54:34] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: OUTDATED Target: 14.23.5.2847
135[21:54:34] [Forge Version Check/INFO] [forge.VersionCheck]: [spongeforge] Starting version check at https://files.minecraftforge.net/maven/org/spongepowered/spongeforge/promotions_slim.json
136[21:54:35] [Forge Version Check/INFO] [forge.VersionCheck]: [spongeforge] Found status: OUTDATED Target: 7.1.2
137[21:54:35] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Nucleus version 1.14.1-S7.1, running on Sponge API 7.1.0-ea50f0c2.
138[21:54:35] [Server thread/INFO] [nucleus]: Nucleus is now starting. Entering pre-init phase.
139[21:54:35] [Server thread/INFO] [nucleus]: Starting QuickStart Module Loader version 0.11.0 subsystem.
140[21:54:35] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: __
141[21:54:35] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: | |__) LuckPerms v4.3.75
142[21:54:35] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: |___ | Running on Sponge - SpongeForge
143[21:54:35] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]:
144[21:54:35] [Server thread/INFO] [luckperms]: Loading configuration...
145[21:54:36] [Server thread/INFO] [luckperms]: Loading storage provider... [MYSQL]
146[21:54:36] [Server thread/INFO] [me.lucko.luckperms.lib.hikari.HikariDataSource]: luckperms-hikari - Starting...
147[21:54:36] [Server thread/INFO] [me.lucko.luckperms.lib.hikari.HikariDataSource]: luckperms-hikari - Start completed.
148[21:54:37] [Server thread/INFO] [luckperms]: Loading messaging service... [SQL]
149[21:54:38] [Server thread/INFO] [luckperms]: Loading internal permission managers...
150[21:54:38] [Server thread/INFO] [luckperms]: Registering PermissionService...
151[21:54:38] [Server thread/INFO] [luckperms]: Performing initial data load...
152[21:54:38] [Server thread/INFO] [luckperms]: Successfully enabled. (took 2662ms)
153[21:54:39] [Server thread/INFO] [nt-rpg]: Adding addons/NT-RPG-Sponge-7-Skills-only-3.0.5.jar to classpath
154[21:54:39] [Server thread/INFO] [nt-rpg]: Loading jarfile /home/strix/Documents/nt-minepg/./mods/plugins/NT-RPG-Sponge-7-2.1.0-SNAPSHOT-1.jar
155[21:54:40] [Server thread/INFO] [nt-rpg]: Finished parsing of jarfile /home/strix/Documents/nt-minepg/./mods/plugins/NT-RPG-Sponge-7-2.1.0-SNAPSHOT-1.jar
156[21:54:40] [Server thread/INFO] [nt-rpg]: Registering listener classcz.neumimto.SkillListener
157[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mSkillListener[0m
158[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.BurningPrescense
159[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mBurningPrescense[0m
160[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.Portal
161[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mPortal[0m
162[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.Pandemic
163[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mPandemic[0m
164[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mDefaultManaRegenerationGlobal[0m
165[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.Wrestle
166[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mWrestle[0m
167[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.passive.ResoluteTechnique
168[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mResoluteTechnique[0m
169[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.passive.Basher
170[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mBasher[0m
171[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mClickComboActionComponentGlobal[0m
172[21:54:40] [Server thread/INFO] [nt-rpg]: Registering listener classcz.neumimto.rpg.sponge.listeners.SpongeDamageListener
173[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mSpongeDamageListener[0m
174[21:54:40] [Server thread/INFO] [nt-rpg]: Found Property container classcz.neumimto.rpg.api.entity.CommonProperties
175[21:54:40] [Server thread/INFO] [nt-rpg]: A new property mana; assigned id: 0
176[21:54:40] [Server thread/INFO] [nt-rpg]: A new property max_health; assigned id: 1
177[21:54:40] [Server thread/INFO] [nt-rpg]: A new property max_mana; assigned id: 2
178[21:54:40] [Server thread/INFO] [nt-rpg]: A new property reserved_health; assigned id: 3
179[21:54:40] [Server thread/INFO] [nt-rpg]: A new property reserved_mana; assigned id: 4
180[21:54:40] [Server thread/INFO] [nt-rpg]: A new property reserved_health_mult; assigned id: 5
181[21:54:40] [Server thread/INFO] [nt-rpg]: A new property reserved_mana_mult; assigned id: 6
182[21:54:40] [Server thread/INFO] [nt-rpg]: A new property health_regen; assigned id: 7
183[21:54:40] [Server thread/INFO] [nt-rpg]: A new property mana_regen; assigned id: 8
184[21:54:40] [Server thread/INFO] [nt-rpg]: A new property mana_regen_mult; assigned id: 9
185[21:54:40] [Server thread/INFO] [nt-rpg]: A new property experience_mult; assigned id: 10
186[21:54:40] [Server thread/INFO] [nt-rpg]: A new property health_cost_mult; assigned id: 11
187[21:54:40] [Server thread/INFO] [nt-rpg]: A new property mana_cost_mult; assigned id: 12
188[21:54:40] [Server thread/INFO] [nt-rpg]: A new property cooldown_reduce_mult; assigned id: 13
189[21:54:40] [Server thread/INFO] [nt-rpg]: A new property weapon_damage_bonus; assigned id: 14
190[21:54:40] [Server thread/INFO] [nt-rpg]: A new property walk_speed; assigned id: 15
191[21:54:40] [Server thread/INFO] [nt-rpg]: A new property physical_damage_bonus_mult; assigned id: 16
192[21:54:40] [Server thread/INFO] [nt-rpg]: A new property magic_damage_bonus_mult; assigned id: 17
193[21:54:40] [Server thread/INFO] [nt-rpg]: A new property fire_damage_bonus_mult; assigned id: 18
194[21:54:40] [Server thread/INFO] [nt-rpg]: A new property lightning_damage_bonus_mult; assigned id: 19
195[21:54:40] [Server thread/INFO] [nt-rpg]: A new property all_skills_bonus; assigned id: 20
196[21:54:40] [Server thread/INFO] [nt-rpg]: A new property projectile_damage_bonus; assigned id: 21
197[21:54:40] [Server thread/INFO] [nt-rpg]: A new property arrow_damage_mult; assigned id: 22
198[21:54:40] [Server thread/INFO] [nt-rpg]: Registering listener classcz.neumimto.rpg.sponge.gui.vanilla.VanillaGuiListener
199[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mVanillaGuiListener[0m
200[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.passive.Dampen
201[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mDampen[0m
202[21:54:40] [Server thread/INFO] [nt-rpg]: Registering listener classcz.neumimto.rpg.sponge.listeners.RpgListener
203[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mRpgListener[0m
204[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.passive.Dodge
205[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mDodge[0m
206[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.SkillMegabolt
207[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mSkillMegabolt[0m
208[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.Bandage
209[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mBandage[0m
210[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.SkillTeleport
211[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mSkillTeleport[0m
212[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.Despair
213[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mDespair[0m
214[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.SkillInvisibility
215[21:54:40] [Server thread/INFO] [nt-rpg]: Registering listener classcz.neumimto.skills.active.SkillInvisibility
216[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mSkillInvisibility[0m
217[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.SkillSpeed
218[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mSkillSpeed[0m
219[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.passive.Critical
220[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mCritical[0m
221[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.SkillLightning
222[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mSkillLightning[0m
223[21:54:40] [Server thread/INFO] [nt-rpg]: Registering listener classcz.neumimto.rpg.sponge.inventory.SpongeInventoryService
224[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mSpongeInventoryService[0m
225[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.BattleCharge
226[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mBattleCharge[0m
227[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mSilenceGlobal[0m
228[21:54:40] [Server thread/INFO] [nt-rpg]: Registering listener classcz.neumimto.rpg.sponge.entities.configuration.SpongeMobSettingsDao
229[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mSpongeMobSettingsDao[0m
230[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.Dementia
231[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mDementia[0m
232[21:54:40] [Server thread/INFO] [nt-rpg]: Registering listener classcz.neumimto.rpg.sponge.listeners.InventoryListener
233[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mInventoryListener[0m
234[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.SkillFireball
235[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mSkillFireball[0m
236[21:54:40] [Server thread/INFO] [nt-rpg]: Registering listener classcz.neumimto.rpg.sponge.listeners.BasicListener
237[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mBasicListener[0m
238[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.Conductivity
239[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mConductivity[0m
240[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.SkillJump
241[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mSkillJump[0m
242[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.Astronomy
243[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mAstronomy[0m
244[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.passive.EnderPearl
245[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mEnderPearl[0m
246[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.GroupHeal
247[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mGroupHeal[0m
248[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.IceBolt
249[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mIceBolt[0m
250[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.ShadowRun
251[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mShadowRun[0m
252[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.Multibolt
253[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mMultibolt[0m
254[21:54:40] [Server thread/INFO] [nt-rpg]: Registering listener classcz.neumimto.rpg.sponge.gui.VanillaMessaging
255[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mVanillaMessaging[0m
256[21:54:40] [Server thread/INFO] [nt-rpg]: Registering listener classcz.neumimto.rpg.sponge.listeners.ComboListener
257[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mComboListener[0m
258[21:54:40] [Server thread/INFO] [nt-rpg]: Found Property container classcz.neumimto.rpg.sponge.properties.SpongeDefaultProperties
259[21:54:40] [Server thread/INFO] [nt-rpg]: A new property physical_damage_protection_mult; assigned id: 23
260[21:54:40] [Server thread/INFO] [nt-rpg]: A new property magic_damage_protection_mult; assigned id: 24
261[21:54:40] [Server thread/INFO] [nt-rpg]: A new property fire_damage_protection_mult; assigned id: 25
262[21:54:40] [Server thread/INFO] [nt-rpg]: A new property lightning_damage_protection_mult; assigned id: 26
263[21:54:40] [Server thread/INFO] [nt-rpg]: A new property ice_damage_bonus_mult; assigned id: 27
264[21:54:40] [Server thread/INFO] [nt-rpg]: A new property ice_damage_protection_mult; assigned id: 28
265[21:54:40] [Server thread/INFO] [nt-rpg]: A new property other_projectile_damage_mult; assigned id: 29
266[21:54:40] [Server thread/INFO] [nt-rpg]: Registering listener classcz.neumimto.rpg.sponge.listeners.DebugListener
267[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mDebugListener[0m
268[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.Empathy
269[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mEmpathy[0m
270[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.SkillSoulbind
271[21:54:40] [Server thread/INFO] [nt-rpg]: Registering listener classcz.neumimto.skills.active.SkillSoulbind
272[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mSkillSoulbind[0m
273[21:54:40] [Server thread/INFO] [nt-rpg]: Registering listener classcz.neumimto.rpg.sponge.gui.ItemLoreBuilderService
274[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mItemLoreBuilderService[0m
275[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.DropTNT
276[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mDropTNT[0m
277[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.GrapplingHook
278[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mGrapplingHook[0m
279[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.Fissure
280[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mFissure[0m
281[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.Stun
282[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mStun[0m
283[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.BrainSap
284[21:54:40] [Server thread/INFO] [nt-rpg]: Registering listener classcz.neumimto.skills.active.BrainSap
285[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mBrainSap[0m
286[21:54:40] [Server thread/INFO] [nt-rpg]: Registering listener classcz.neumimto.rpg.sponge.listeners.EntityLifecycleListener
287[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mEntityLifecycleListener[0m
288[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.passive.Drain
289[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mDrain[0m
290[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.Arrowstorm
291[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mArrowstorm[0m
292[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.Web
293[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mWeb[0m
294[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.passive.SkillPotion
295[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mSkillPotion[0m
296[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.Harmtouch
297[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mHarmtouch[0m
298[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.ManaShield
299[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mManaShield[0m
300[21:54:40] [Server thread/INFO] [nt-rpg]: registering skill cz.neumimto.skills.active.Slow
301[21:54:40] [Server thread/INFO] [nt-rpg]: ClassLoader for [1;32mnet.minecraft.launchwrapper.LaunchClassLoader@67424e82[0m loaded class [0;32mSlow[0m
302[21:54:40] [Server thread/INFO] [nt-rpg]: Loading localization from language en
303[21:54:40] [Server thread/INFO] [nt-rpg]: Loading localization from file core_localization_en.properties
304[21:54:40] [Server thread/INFO] [nt-rpg]: Loading Weapon configuration
305[21:54:40] [Server thread/INFO] [nt-rpg]: - Loading WeaponClass Blades
306[21:54:40] [Server thread/INFO] [nt-rpg]: - Reading "Items" config sectionBlades
307[21:54:40] [Server thread/INFO] [nt-rpg]: - Loading WeaponClass Swords
308[21:54:40] [Server thread/INFO] [nt-rpg]: - Reading "Items" config sectionSwords
309[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Swords/minecraft:diamond_sword
310[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Swords/minecraft:golden_sword
311[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Swords/minecraft:iron_sword
312[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Swords/minecraft:stone_sword
313[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Swords/minecraft:wooden_sword
314[21:54:40] [Server thread/INFO] [nt-rpg]: A new property blades_damage_bonus; assigned id: 30
315[21:54:40] [Server thread/INFO] [nt-rpg]: A new property blades_damage_mult; assigned id: 31
316[21:54:40] [Server thread/INFO] [nt-rpg]: - Loading WeaponClass Cleaving
317[21:54:40] [Server thread/INFO] [nt-rpg]: - Reading "Items" config sectionCleaving
318[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Cleaving/minecraft:diamond_axe
319[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Cleaving/minecraft:golden_axe
320[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Cleaving/minecraft:iron_axe
321[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Cleaving/minecraft:stone_axe
322[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Cleaving/minecraft:wooden_axe
323[21:54:40] [Server thread/INFO] [nt-rpg]: A new property cleaving_damage_bonus; assigned id: 32
324[21:54:40] [Server thread/WARN] [nt-rpg]: Properties configuration section not found, skipping
325[21:54:40] [Server thread/INFO] [nt-rpg]: - Loading WeaponClass Bows
326[21:54:40] [Server thread/INFO] [nt-rpg]: - Reading "Items" config sectionBows
327[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Bows/minecraft:bow
328[21:54:40] [Server thread/WARN] [nt-rpg]: Properties configuration section not found, skipping
329[21:54:40] [Server thread/INFO] [nt-rpg]: - Loading WeaponClass Blunt
330[21:54:40] [Server thread/INFO] [nt-rpg]: - Reading "Items" config sectionBlunt
331[21:54:40] [Server thread/INFO] [nt-rpg]: - Loading WeaponClass Tools
332[21:54:40] [Server thread/INFO] [nt-rpg]: - Reading "Items" config sectionTools
333[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Tools/minecraft:diamond_hoe
334[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Tools/minecraft:golden_hoe
335[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Tools/minecraft:iron_hoe
336[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Tools/minecraft:stone_hoe
337[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Tools/minecraft:wooden_hoe
338[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Tools/minecraft:diamond_shovel
339[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Tools/minecraft:golden_shovel
340[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Tools/minecraft:iron_shovel
341[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Tools/minecraft:stone_shovel
342[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Tools/minecraft:wooden_shovel
343[21:54:40] [Server thread/INFO] [nt-rpg]: A new property tools_damage_bonus; assigned id: 34
344[21:54:40] [Server thread/INFO] [nt-rpg]: - Loading WeaponClass Pickaxes
345[21:54:40] [Server thread/INFO] [nt-rpg]: - Reading "Items" config sectionPickaxes
346[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Pickaxes/minecraft:diamond_pickaxe
347[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Pickaxes/minecraft:golden_pickaxe
348[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Pickaxes/minecraft:iron_pickaxe
349[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Pickaxes/minecraft:stone_pickaxe
350[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Pickaxes/minecraft:wooden_pickaxe
351[21:54:40] [Server thread/INFO] [nt-rpg]: A new property pickaxes_damage_bonus; assigned id: 35
352[21:54:40] [Server thread/INFO] [nt-rpg]: A new property blunt_weapons_damage_mult; assigned id: 36
353[21:54:40] [Server thread/INFO] [nt-rpg]: Loading Armor configuration
354[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Armor/minecraft:diamond_boots
355[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Armor/minecraft:diamond_leggings
356[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Armor/minecraft:diamond_chestplate
357[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Armor/minecraft:diamond_helmet
358[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Armor/minecraft:golden_boots
359[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Armor/minecraft:golden_leggings
360[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Armor/minecraft:golden_chestplate
361[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Armor/minecraft:golden_helmet
362[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Armor/minecraft:iron_boots
363[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Armor/minecraft:iron_leggings
364[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Armor/minecraft:iron_chestplate
365[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Armor/minecraft:iron_helmet
366[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Armor/minecraft:chainmail_boots
367[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Armor/minecraft:chainmail_leggings
368[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Armor/minecraft:chainmail_chestplate
369[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Armor/minecraft:chainmail_helmet
370[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Armor/minecraft:leather_boots
371[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Armor/minecraft:leather_leggings
372[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Armor/minecraft:leather_chestplate
373[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Armor/minecraft:leather_helmet
374[21:54:40] [Server thread/INFO] [nt-rpg]: Loading Shields configuration
375[21:54:40] [Server thread/INFO] [nt-rpg]: - Added managed Item Shield/minecraft:shield
376[21:54:40] [Server thread/ERROR] [nt-rpg]: [0;31mCould not find inventory type [0;32mbaubles.get.cap.BaublesContainer[0;31m defined in ItemGroups.conf. Is the mod loaded? Is the class name correct? If you are unsure restart plugin with debug mode ON and interact with desired inventory
377[21:54:40] [Server thread/INFO] [nt-rpg]: - found 36 Properties
378[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mcooldown_reduce_mult[0m" in the file max_server_property_values.properties
379[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
380[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32marrow_damage_mult[0m" in the file max_server_property_values.properties
381[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
382[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mtools_damage_bonus[0m" in the file max_server_property_values.properties
383[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
384[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mmana_regen[0m" in the file max_server_property_values.properties
385[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
386[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mphysical_damage_bonus_mult[0m" in the file max_server_property_values.properties
387[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
388[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mall_skills_bonus[0m" in the file max_server_property_values.properties
389[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
390[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mmax_mana[0m" in the file max_server_property_values.properties
391[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
392[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mother_projectile_damage_mult[0m" in the file max_server_property_values.properties
393[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
394[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mreserved_health_mult[0m" in the file max_server_property_values.properties
395[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
396[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mhealth_cost_mult[0m" in the file max_server_property_values.properties
397[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
398[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mcleaving_damage_bonus[0m" in the file max_server_property_values.properties
399[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
400[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mfire_damage_protection_mult[0m" in the file max_server_property_values.properties
401[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
402[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mblades_damage_mult[0m" in the file max_server_property_values.properties
403[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
404[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mmana_cost_mult[0m" in the file max_server_property_values.properties
405[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
406[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mlightning_damage_bonus_mult[0m" in the file max_server_property_values.properties
407[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
408[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mlightning_damage_protection_mult[0m" in the file max_server_property_values.properties
409[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
410[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mmagic_damage_protection_mult[0m" in the file max_server_property_values.properties
411[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
412[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mmana_regen_mult[0m" in the file max_server_property_values.properties
413[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
414[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mexperience_mult[0m" in the file max_server_property_values.properties
415[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
416[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mblunt_weapons_damage_mult[0m" in the file max_server_property_values.properties
417[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
418[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mhealth_regen[0m" in the file max_server_property_values.properties
419[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
420[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mwalk_speed[0m" in the file max_server_property_values.properties
421[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
422[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mblades_damage_bonus[0m" in the file max_server_property_values.properties
423[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
424[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mmagic_damage_bonus_mult[0m" in the file max_server_property_values.properties
425[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
426[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mice_damage_protection_mult[0m" in the file max_server_property_values.properties
427[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
428[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mreserved_health[0m" in the file max_server_property_values.properties
429[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
430[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mreserved_mana[0m" in the file max_server_property_values.properties
431[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
432[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mreserved_mana_mult[0m" in the file max_server_property_values.properties
433[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
434[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mweapon_damage_bonus[0m" in the file max_server_property_values.properties
435[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
436[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mmax_health[0m" in the file max_server_property_values.properties
437[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
438[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mice_damage_bonus_mult[0m" in the file max_server_property_values.properties
439[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
440[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mmana[0m" in the file max_server_property_values.properties
441[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
442[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mpickaxes_damage_bonus[0m" in the file max_server_property_values.properties
443[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
444[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mfire_damage_bonus_mult[0m" in the file max_server_property_values.properties
445[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
446[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mphysical_damage_protection_mult[0m" in the file max_server_property_values.properties
447[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
448[21:54:40] [Server thread/INFO] [nt-rpg]: Missing property "[0;32mprojectile_damage_bonus[0m" in the file max_server_property_values.properties
449[21:54:40] [Server thread/INFO] [nt-rpg]: - Appending the file and setting its default value to 1000; You might want to reconfigure that file.
450[21:54:41] [Server thread/INFO] [STDOUT]: [jdk.nashorn.internal.scripts.Script$Recompilation$62$1676A$\^eval\_:log:49]: [NTRPG-JS]registerGlobalEffects, 0
451[21:54:41] [Server thread/INFO] [STDOUT]: [jdk.nashorn.internal.scripts.Script$Recompilation$62$1676A$\^eval\_:log:49]: [NTRPG-JS]registerSkills, 0
452[21:54:41] [Server thread/INFO] [nt-rpg]: Loading file /home/strix/Documents/nt-minepg/./config/nt-rpg/addons/Skills-Definition.conf
453[21:54:41] [Server thread/INFO] [nt-rpg]: Loading skills from file Skills-Definition.conf
454[21:54:43] [Server thread/INFO] [STDOUT]: [jdk.nashorn.internal.scripts.Script$Recompilation$62$1676A$\^eval\_:log:49]: [NTRPG-JS]registerAttributes, 0
455[21:54:43] [Server thread/INFO] [nt-rpg]: JS resources loaded.
456[21:54:43] [Server thread/INFO] [nt-rpg]: Preloading class definition file human.conf
457[21:54:43] [Server thread/INFO] [nt-rpg]: Loading class definition file human.conf
458[21:54:43] [Server thread/WARN] [Sponge]: /***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
459[21:54:43] [Server thread/WARN] [Sponge]: /* Could not pass FMLPreInitializationEvent */
460[21:54:43] [Server thread/WARN] [Sponge]: /***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
461[21:54:43] [Server thread/WARN] [Sponge]: /* Could not pass the event FMLPreInitializationEvent to an Event Listener! */
462[21:54:43] [Server thread/WARN] [Sponge]: /* */
463[21:54:43] [Server thread/WARN] [Sponge]: /* Since the event can be modified during the event's listener,
464 there could be adverse side effects of the exception occuring
465such that duplications or other game breaking issues could exist.
466Due to the nature of the exception, this is not likely an exception
467that is covered by SpongeForge or Forge itself, and therefor should
468be reported to the mod/plugin author first prior to reporting to
469Sponge or Forge. */
470[21:54:43] [Server thread/WARN] [Sponge]: /* Owning Mod/Plugin: nt-rpg */
471[21:54:43] [Server thread/WARN] [Sponge]: /* Exception: */
472[21:54:43] [Server thread/WARN] [Sponge]: /* java.lang.IllegalArgumentException: */
473[21:54:43] [Server thread/WARN] [Sponge]: /* Can not set int field */
474[21:54:43] [Server thread/WARN] [Sponge]: /* cz.neumimto.rpg.api.entity.players.c */
475[21:54:43] [Server thread/WARN] [Sponge]: /* asses.ClassDefinition.skillpointsPer */
476[21:54:43] [Server thread/WARN] [Sponge]: /* evel to null value */
477[21:54:43] [Server thread/WARN] [Sponge]: /* sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:167) */
478[21:54:43] [Server thread/WARN] [Sponge]: /* sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:171) */
479[21:54:43] [Server thread/WARN] [Sponge]: /* sun.reflect.UnsafeIntegerFieldAccessorImpl.set(UnsafeIntegerFieldAccessorImpl.java:80) */
480[21:54:43] [Server thread/WARN] [Sponge]: /* java.lang.reflect.Field.set(Field.java:764) */
481[21:54:43] [Server thread/WARN] [Sponge]: /* com.electronwill.nightconfig.core.conversion.ObjectConverter.convertToObject(ObjectConverter.java:293) */
482[21:54:43] [Server thread/WARN] [Sponge]: /* com.electronwill.nightconfig.core.conversion.ObjectConverter.toObject(ObjectConverter.java:101) */
483[21:54:43] [Server thread/WARN] [Sponge]: /* com.electronwill.nightconfig.core.conversion.ObjectConverter.toObject(ObjectConverter.java:114) */
484[21:54:43] [Server thread/WARN] [Sponge]: /* cz.neumimto.rpg.common.persistance.dao.ClassDefinitionDao.parseClassFiles(ClassDefinitionDao.java:67) */
485[21:54:43] [Server thread/WARN] [Sponge]: /* cz.neumimto.rpg.common.classes.ClassServiceImpl.load(ClassServiceImpl.java:106) */
486[21:54:43] [Server thread/WARN] [Sponge]: /* cz.neumimto.rpg.common.AbstractRpg.init(AbstractRpg.java:285) */
487[21:54:43] [Server thread/WARN] [Sponge]: /* cz.neumimto.rpg.sponge.SpongeRpg.init(SpongeRpg.java:90) */
488[21:54:43] [Server thread/WARN] [Sponge]: /* cz.neumimto.rpg.sponge.SpongeRpgPlugin.initializeApi(SpongeRpgPlugin.java:124) */
489[21:54:43] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.listener.GamePreInitializationEventListener_SpongeRpgPlugin_initializeApi21.handle(Unknown Source) */
490[21:54:43] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95) */
491[21:54:43] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:381) */
492[21:54:43] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:454) */
493[21:54:43] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:415) */
494[21:54:43] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:259) */
495[21:54:43] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:378) */
496[21:54:43] [Server thread/WARN] [Sponge]: /* sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) */
497[21:54:43] [Server thread/WARN] [Sponge]: /* sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) */
498[21:54:43] [Server thread/WARN] [Sponge]: /* sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) */
499[21:54:43] [Server thread/WARN] [Sponge]: /* java.lang.reflect.Method.invoke(Method.java:498) */
500[21:54:43] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) */
501[21:54:43] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) */
502[21:54:43] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) */
503[21:54:43] [Server thread/WARN] [Sponge]: /* com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) */
504[21:54:43] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) */
505[21:54:43] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) */
506[21:54:43] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.EventBus.post(EventBus.java:217) */
507[21:54:43] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) */
508[21:54:43] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) */
509[21:54:43] [Server thread/WARN] [Sponge]: /* sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) */
510[21:54:43] [Server thread/WARN] [Sponge]: /* sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) */
511[21:54:43] [Server thread/WARN] [Sponge]: /* sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) */
512[21:54:43] [Server thread/WARN] [Sponge]: /* java.lang.reflect.Method.invoke(Method.java:498) */
513[21:54:43] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) */
514[21:54:43] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) */
515[21:54:43] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) */
516[21:54:43] [Server thread/WARN] [Sponge]: /* com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) */
517[21:54:43] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) */
518[21:54:43] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) */
519[21:54:43] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.EventBus.post(EventBus.java:217) */
520[21:54:43] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.LoadController.redirect$zza000$forgeImpl$PostEvent(LoadController.java:568) */
521[21:54:43] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) */
522[21:54:43] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627) */
523[21:54:43] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) */
524[21:54:43] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) */
525[21:54:43] [Server thread/WARN] [Sponge]: /* net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) */
526[21:54:43] [Server thread/WARN] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) */
527[21:54:43] [Server thread/WARN] [Sponge]: /* java.lang.Thread.run(Thread.java:748) */
528[21:54:43] [Server thread/WARN] [Sponge]: /***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
529[21:54:43] [Server thread/WARN] [Sponge]: commandbooks: It is no longer required to include the plugin id when specifying a Key id through Key.Builder#id. This is deprecated and may be removed later. The plugin id will be retrieved from the current PluginContainer in the cause stack. Key: commandbooks:command_book_commands
530[21:54:43] [Server thread/WARN] [itemizer]: This version use a new config file format for items.
531[21:54:43] [Server thread/INFO] [itemizer]: path to file
532[21:54:43] [Server thread/INFO] [itemizer]: 1 affix loaded from configuration.
533[21:54:43] [Server thread/INFO] [itemizer]: path to file
534[21:54:43] [Server thread/INFO] [itemizer]: 92 items to save in configuration : [[ItemBean(id=1, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:coal, quantity=1}, thirdParties=[], affix=null), ItemBean(id=2, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:coal, quantity=1}, thirdParties=[], affix=null), ItemBean(id=3, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:coal, quantity=1}, thirdParties=[], affix=null), ItemBean(id=4, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:coal, quantity=1}, thirdParties=[], affix=null), ItemBean(id=5, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:diamond, quantity=1}, thirdParties=[], affix=null), ItemBean(id=21, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:iron_ingot, quantity=1}, thirdParties=[], affix=null), ItemBean(id=22, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:iron_ingot, quantity=1}, thirdParties=[], affix=null), ItemBean(id=23, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:iron_ingot, quantity=1}, thirdParties=[], affix=null), ItemBean(id=24, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:diamond, quantity=1}, thirdParties=[], affix=null), ItemBean(id=41, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:leather, quantity=1}, thirdParties=[], affix=null), ItemBean(id=42, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:leather, quantity=1}, thirdParties=[], affix=null), ItemBean(id=43, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:leather, quantity=1}, thirdParties=[], affix=null), ItemBean(id=61, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:paper, quantity=1}, thirdParties=[], affix=null), ItemBean(id=100, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:glass_bottle, quantity=1}, thirdParties=[], affix=null), ItemBean(id=101, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:potion, quantity=1}, thirdParties=[], affix=null), ItemBean(id=102, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:potion, quantity=1}, thirdParties=[], affix=null), ItemBean(id=300, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:potion, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1000, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:wooden_pickaxe, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1001, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:stone_pickaxe, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1002, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:iron_pickaxe, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1011, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:golden_pickaxe, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1003, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:diamond_pickaxe, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1020, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:wooden_axe, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1021, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:stone_axe, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1022, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:iron_axe, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1023, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:diamond_axe, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1100, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:wooden_sword, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1101, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:stone_sword, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1102, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:iron_sword, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1103, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:diamond_sword, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1200, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:wooden_shovel, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1201, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:stone_shovel, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1202, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:iron_shovel, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1203, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:diamond_shovel, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1300, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:wooden_hoe, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1301, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:stone_hoe, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1302, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:iron_hoe, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1303, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:diamond_hoe, quantity=1}, thirdParties=[], affix=null), ItemBean(id=1414, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:diamond_axe, quantity=1}, thirdParties=[], affix=null), ItemBean(id=4001, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:bow, quantity=1}, thirdParties=[], affix=null), ItemBean(id=4002, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:bow, quantity=1}, thirdParties=[], affix=null), ItemBean(id=4003, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:bow, quantity=1}, thirdParties=[], affix=null), ItemBean(id=4004, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:bow, quantity=1}, thirdParties=[], affix=null), ItemBean(id=4010, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:bow, quantity=1}, thirdParties=[], affix=null), ItemBean(id=4011, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:bow, quantity=1}, thirdParties=[], affix=null), ItemBean(id=5000, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:wooden_shovel, quantity=1}, thirdParties=[], affix=null), ItemBean(id=5001, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:stone_shovel, quantity=1}, thirdParties=[], affix=null), ItemBean(id=5002, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:iron_shovel, quantity=1}, thirdParties=[], affix=null), ItemBean(id=5003, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:iron_shovel, quantity=1}, thirdParties=[], affix=null), ItemBean(id=5004, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:diamond_shovel, quantity=1}, thirdParties=[], affix=null), ItemBean(id=7100, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:leather_boots, quantity=1}, thirdParties=[], affix=null), ItemBean(id=7101, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:leather_helmet, quantity=1}, thirdParties=[], affix=null), ItemBean(id=7102, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:leather_leggings, quantity=1}, thirdParties=[], affix=null), ItemBean(id=7103, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:leather_chestplate, quantity=1}, thirdParties=[], affix=null), ItemBean(id=7110, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:leather_boots, quantity=1}, thirdParties=[], affix=null), ItemBean(id=7111, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:leather_helmet, quantity=1}, thirdParties=[], affix=null), ItemBean(id=7112, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:leather_leggings, quantity=1}, thirdParties=[], affix=null), ItemBean(id=7113, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:leather_chestplate, quantity=1}, thirdParties=[], affix=null), ItemBean(id=7120, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:golden_boots, quantity=1}, thirdParties=[], affix=null), ItemBean(id=7121, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:golden_helmet, quantity=1}, thirdParties=[], affix=null), ItemBean(id=7122, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:golden_leggings, quantity=1}, thirdParties=[], affix=null), ItemBean(id=7123, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:golden_chestplate, quantity=1}, thirdParties=[], affix=null), ItemBean(id=8100, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:leather_boots, quantity=1}, thirdParties=[], affix=null), ItemBean(id=8101, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:leather_helmet, quantity=1}, thirdParties=[], affix=null), ItemBean(id=8102, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:leather_leggings, quantity=1}, thirdParties=[], affix=null), ItemBean(id=8103, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:leather_chestplate, quantity=1}, thirdParties=[], affix=null), ItemBean(id=8110, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:leather_boots, quantity=1}, thirdParties=[], affix=null), ItemBean(id=8111, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:leather_helmet, quantity=1}, thirdParties=[], affix=null), ItemBean(id=8112, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:leather_leggings, quantity=1}, thirdParties=[], affix=null), ItemBean(id=8113, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:leather_chestplate, quantity=1}, thirdParties=[], affix=null), ItemBean(id=8120, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:chainmail_boots, quantity=1}, thirdParties=[], affix=null), ItemBean(id=8121, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:chainmail_helmet, quantity=1}, thirdParties=[], affix=null), ItemBean(id=8122, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:chainmail_leggings, quantity=1}, thirdParties=[], affix=null), ItemBean(id=8123, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:chainmail_chestplate, quantity=1}, thirdParties=[], affix=null), ItemBean(id=9100, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:golden_boots, quantity=1}, thirdParties=[], affix=null), ItemBean(id=9101, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:golden_helmet, quantity=1}, thirdParties=[], affix=null), ItemBean(id=9102, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:golden_leggings, quantity=1}, thirdParties=[], affix=null), ItemBean(id=9103, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:golden_chestplate, quantity=1}, thirdParties=[], affix=null), ItemBean(id=9110, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:golden_boots, quantity=1}, thirdParties=[], affix=null), ItemBean(id=9111, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:golden_helmet, quantity=1}, thirdParties=[], affix=null), ItemBean(id=9112, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:golden_leggings, quantity=1}, thirdParties=[], affix=null), ItemBean(id=9113, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:golden_chestplate, quantity=1}, thirdParties=[], affix=null), ItemBean(id=9120, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:iron_boots, quantity=1}, thirdParties=[], affix=null), ItemBean(id=9121, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:iron_helmet, quantity=1}, thirdParties=[], affix=null), ItemBean(id=9122, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:iron_leggings, quantity=1}, thirdParties=[], affix=null), ItemBean(id=9123, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:iron_chestplate, quantity=1}, thirdParties=[], affix=null), ItemBean(id=9130, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:diamond_boots, quantity=1}, thirdParties=[], affix=null), ItemBean(id=9131, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:diamond_helmet, quantity=1}, thirdParties=[], affix=null), ItemBean(id=9132, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:diamond_leggings, quantity=1}, thirdParties=[], affix=null), ItemBean(id=9133, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:diamond_chestplate, quantity=1}, thirdParties=[], affix=null), ItemBean(id=9500, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:paper, quantity=1}, thirdParties=[], affix=null), ItemBean(id=9999, itemStackSnapshot=SpongeItemStackSnapshot{itemType=minecraft:gold_nugget, quantity=1}, thirdParties=[], affix=null)]]
535[21:54:43] [Server thread/INFO] [itemizer]: 92 items loaded from configuration.
536[21:54:43] [Server thread/INFO] [itemizer]: path to file
537[21:54:43] [Server thread/INFO] [itemizer]: 1 pools loaded from configuration.
538[21:54:43] [Server thread/INFO] [itemizer]: path to file
539[21:54:43] [Server thread/INFO] [itemizer]: No config file set for /home/strix/Documents/nt-minepg/./config/itemizer/craft.conf default config will be loaded
540[21:54:43] [Server thread/WARN] [itemizer]: Default config not found
541[21:54:43] [Server thread/INFO] [itemizer]: 0 crafting recipes loaded from configuration.
542[21:54:43] [Server thread/INFO] [command-utils]:
543bStats metrics is present in 3 plugins on this server.
544Presently, none of them are allowed to send data.
545Presently, the following 3 plugins are not allowed to send data:
546[CommandUtils, PlaceholderAPI, VirtualChest]
547To change the enabled/disabled state of any bStats use in a plugin, visit the Sponge config!
548[21:54:43] [Server thread/INFO] [BookMenus]: BookMenus Initializing...
549[21:54:44] [Server thread/WARN] [Sponge]: Could not find facing owning class, assigning fallback id: architecturecraft:block_sawbench_facing
550[21:54:44] [Server thread/INFO] [FML]: Applying holder lookups
551[21:54:44] [Server thread/INFO] [FML]: Holder lookups applied
552[21:54:44] [Server thread/INFO] [FML]: Applying holder lookups
553[21:54:44] [Server thread/INFO] [FML]: Holder lookups applied
554[21:54:44] [Server thread/INFO] [mocreatures]: Registering entities...
555[21:54:44] [Server thread/INFO] [mocreatures]: Entity registration complete.
556[21:54:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `sponge` for name `human`, expected `spongeforge`. This could be a intended override, but in most cases indicates a broken mod.
557[21:54:44] [Server thread/INFO] [FML]: Applying holder lookups
558[21:54:44] [Server thread/INFO] [FML]: Holder lookups applied
559[21:54:44] [Server thread/INFO] [FML]: Applying holder lookups
560[21:54:44] [Server thread/INFO] [FML]: Holder lookups applied
561[21:54:44] [Server thread/INFO] [FML]: Injecting itemstacks
562[21:54:44] [Server thread/INFO] [FML]: Itemstack injection complete
563[21:54:44] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
564[21:54:44] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL
565[21:54:44] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
566[21:54:44] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on *:25565
567[21:54:45] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using epoll channel type
568[21:54:45] [Server thread/INFO] [FML]: Applying holder lookups
569[21:54:45] [Server thread/INFO] [FML]: Holder lookups applied
570[21:54:45] [Server thread/INFO] [nucleus]: Nucleus is now entering the init phase.
571[21:54:45] [Server thread/INFO] [BookMenus]: BookMenus Initialized!
572[21:54:45] [Server thread/INFO] [com.zaxxer.hikari.HikariDataSource]: HikariPool-1 - Starting...
573[21:54:45] [Server thread/INFO] [com.zaxxer.hikari.HikariDataSource]: HikariPool-1 - Start completed.
574[21:54:45] [Server thread/INFO] [harvester]: Number of Block in configuration : 0
575[21:54:45] [Server thread/INFO] [harvester]: Number of drops in configuration : 2
576[21:54:45] [Server thread/INFO] [harvester]: Load global configuration
577[21:54:45] [Server thread/INFO] [harvester]: world
578[21:54:45] [Server thread/INFO] [harvester]: HARVESTER initialized.
579[21:54:45] [Server thread/INFO] [byte-items]: ByteItems loaded: 2.4.1
580[21:54:45] [Server thread/INFO] [nucleus]: Nucleus is now entering the post-init phase.
581[21:54:45] [Server thread/INFO] [nucleus]: Nucleus is now loading and enabling modules. This may take a few seconds.
582[21:54:46] [Server thread/INFO] [nucleus]: Starting phase: PREENABLE
583[21:54:46] [Server thread/INFO] [nucleus]: Starting phase: ENABLE
584[21:54:48] [Server thread/INFO] [nucleus]: Starting phase: POSTENABLE
585[21:54:48] [Server thread/INFO] [nucleus]: Nucleus language set to "en-GB"
586[21:54:48] [Server thread/INFO] [nucleus]: Nucleus has completed loading modules.
587[21:54:48] [Server thread/INFO] [nucleus]: Nucleus has completed server initialisation tasks. Waiting for game server to start to complete the final tasks.
588[21:54:48] [Server thread/INFO] [infernalmobs]: InfernalMobsCore load() completed! Modifiers ready: 27, config file at: /home/strix/Documents/nt-minepg/config/infernalmobs.cfg
589[21:54:48] [Server thread/INFO] [FML]: Injecting itemstacks
590[21:54:48] [Server thread/INFO] [FML]: Itemstack injection complete
591[21:54:48] [Server thread/INFO] [virtualchest]: Try to load the PlaceholderAPI service ...
592[21:54:48] [Server thread/INFO] [command-utils]: Loaded CommandUtils: 2.4.0
593[21:54:48] [Server thread/INFO] [worldedit]: WorldEdit for Forge (version 6.1.10-SNAPSHOT) is loaded
594[21:54:48] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 28 mods
595[21:54:49] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "nt-minepg"
596[21:54:49] [Server thread/INFO] [Sponge]: Checking for worlds that need to be migrated...
597[21:54:49] [Server thread/INFO] [Sponge]: No worlds were found in need of migration.
598[21:54:49] [Server thread/WARN] [Sponge]: World [DIM-17] (-17) is attempting to be registered as an existing dimension but it's dimension id has already been registered for folder [null]. This means the world has been copied outside of Sponge. This is not a supported configuration.
599[21:54:49] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
600[21:54:49] [Server thread/INFO] [FML]: Applying holder lookups
601[21:54:49] [Server thread/INFO] [FML]: Holder lookups applied
602[21:54:50] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.EntityCreature from class drzhark.mocreatures.entity.MoCEntityMob
603[21:54:50] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.EntityCreature from class drzhark.mocreatures.entity.MoCEntityMob
604[21:54:50] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.EntityCreature from class drzhark.mocreatures.entity.MoCEntityMob
605[21:54:50] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.EntityCreature from class drzhark.mocreatures.entity.MoCEntityMob
606[21:54:52] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 488 advancements
607[21:54:52] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 6 advancement trees
608[21:54:53] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for world nt-minepg (minecraft:overworld/0)
609[21:54:54] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 16%
610[21:54:55] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 86%
611[21:54:55] [Server thread/INFO] [Sponge]: Loading world [nt-minepg] (minecraft:overworld/0)
612[21:54:56] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 488 advancements
613[21:54:56] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 6 advancement trees
614[21:54:56] [Server thread/INFO] [Sponge]: Loading world [DIM-1] (minecraft:nether/-1)
615[21:54:56] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 488 advancements
616[21:54:56] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 6 advancement trees
617[21:54:57] [Server thread/INFO] [Sponge]: Loading world [DIM1] (minecraft:the_end/1)
618[21:54:57] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 488 advancements
619[21:54:57] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 6 advancement trees
620[21:54:57] [Server thread/INFO] [Sponge]: Loading world [DIM-17] (mocreatures:wyvern_lair/-17)
621[21:54:57] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (9.022s)! For help, type "help" or "?"
622[21:54:57] [Server thread/INFO] [nucleus]: Nucleus is performing final tasks before server startup completes.
623[21:54:57] [Server thread/INFO] [nucleus]: Nucleus has started.
624[21:54:57] [Server thread/INFO] [BookMenus]: Registering BookMenus commands...
625[21:54:58] [Server thread/INFO] [BookMenus]: BookMenus commands registered!
626[21:54:59] [Server thread/INFO] [itemizer]: ITEMIZER initialized.
627[21:54:59] [Server thread/INFO] [virtualchest]: Start loading config ...
628[21:54:59] [Server thread/INFO] [virtualchest]: Loading config complete.
629[21:55:00] [Server thread/INFO] [totaleconomy]: Total Economy Started
630[21:55:00] [Server thread/INFO] [commandbooks]: CommandBooks version 1.6.0 enabled!
631[21:55:00] [Server thread/INFO] [nucleus]: Server ran the command: /say Server started!
632[21:55:00] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: [Server] Server started!