Problem MyTown NOT Working

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

lpb007

New Member
Jul 29, 2019
54
0
0
I Have Put Mytown into the mods and forgeperms (PEX Version in the mods folder)
i have put pex jars in the plugins this is the error i get.

2013-08-24 14:03:57 [SEVERE] java.lang.NoClassDefFoundError: net/minecraft/command/ICommand
2013-08-24 14:03:57 [SEVERE]at java.lang.Class.forName0(Native Method)
2013-08-24 14:03:57 [SEVERE]at java.lang.Class.forName(Unknown Source)
2013-08-24 14:03:57 [SEVERE]at cpw.mods.fml.common.FMLModContainer.parseSimpleFieldAnnotation(FMLModContainer.java:382)
2013-08-24 14:03:57 [SEVERE]at cpw.mods.fml.common.FMLModContainer.processFieldAnnotations(FMLModContainer.java:339)
2013-08-24 14:03:57 [SEVERE]at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:465)
2013-08-24 14:03:57 [SEVERE]at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
2013-08-24 14:03:57 [SEVERE]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-08-24 14:03:57 [SEVERE]at java.lang.reflect.Method.invoke(Unknown Source)
2013-08-24 14:03:57 [SEVERE]at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-08-24 14:03:57 [SEVERE]at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-08-24 14:03:57 [SEVERE]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-08-24 14:03:57 [SEVERE]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-08-24 14:03:57 [SEVERE]at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-08-24 14:03:57 [SEVERE]at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
2013-08-24 14:03:57 [SEVERE]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-08-24 14:03:57 [SEVERE]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-08-24 14:03:57 [SEVERE]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-08-24 14:03:57 [SEVERE]at java.lang.reflect.Method.invoke(Unknown Source)
2013-08-24 14:03:57 [SEVERE]at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-08-24 14:03:57 [SEVERE]at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-08-24 14:03:57 [SEVERE]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-08-24 14:03:57 [SEVERE]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-08-24 14:03:57 [SEVERE]at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-08-24 14:03:57 [SEVERE]at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
2013-08-24 14:03:57 [SEVERE]at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)
2013-08-24 14:03:57 [SEVERE]at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
2013-08-24 14:03:57 [SEVERE]at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351)
2013-08-24 14:03:57 [SEVERE]at ho.c(DedicatedServer.java:86)
2013-08-24 14:03:57 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613)
2013-08-24 14:03:57 [SEVERE]at fy.run(ThreadMinecraftServer.java:16)
2013-08-24 14:03:57 [SEVERE] Caused by: java.lang.ClassNotFoundException: net.minecraft.command.ICommand
2013-08-24 14:03:57 [SEVERE]at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:218)
2013-08-24 14:03:57 [SEVERE]at java.lang.ClassLoader.loadClass(Unknown Source)
2013-08-24 14:03:57 [SEVERE]at java.lang.ClassLoader.loadClass(Unknown Source)
2013-08-24 14:03:57 [SEVERE]... 30 more
2013-08-24 14:03:57 [SEVERE] Caused by: java.lang.NullPointerException
2013-08-24 14:03:57 [SEVERE]at org.objectweb.asm.ClassReader.<init>(Unknown Source)
2013-08-24 14:03:57 [SEVERE]at codechicken.core.asm.ClassHeirachyManager.transform(ClassHeirachyManager.java:80)
2013-08-24 14:03:57 [SEVERE]at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:261)
2013-08-24 14:03:57 [SEVERE]at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:206)
2013-08-24 14:03:57 [SEVERE]... 32 more
2013-08-24 14:03:57 [SEVERE] Encountered an unexpected exception NoClassDefFoundError
java.lang.NoClassDefFoundError: net/minecraft/command/ICommand
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.parseSimpleFieldAnnotation(FMLModContainer.java:382)
at cpw.mods.fml.common.FMLModContainer.processFieldAnnotations(FMLModContainer.java:339)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:465)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351)
at ho.c(DedicatedServer.java:86)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613)
at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.ClassNotFoundException: net.minecraft.command.ICommand
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:218)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 30 more
Caused by: java.lang.NullPointerException
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at codechicken.core.asm.ClassHeirachyManager.transform(ClassHeirachyManager.java:80)
at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:261)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:206)
... 32 more
2013-08-24 14:03:57 [SEVERE] This crash report has been saved to: C:\Users\Carl\Desktop\Bukkit\.\crash-reports\crash-2013-08-24_14.03.57-server.txt
 
I Recive the thing the mod MyTOwn requires mod Permissionsex to be availlable.[DOUBLEPOST=1377980030][/DOUBLEPOST]Is there a link tot he corect pex version of mytown?
 
Could Anyone Help me Out?

I Keep Getting this!

Recap:

I Put the lib in the mods
I Put the forgeperms into the mods
I Put the ForgeCBbridge in the plugins
I Downloaded PermissionsEx-1.19.5-package and i putted the jars in the plugins.

this is my error

01.09 22:42:56 [Server] INFO at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:261)
01.09 22:42:56 [Server] INFO at codechicken.core.asm.ClassHeirachyManager.transform(ClassHeirachyManager.java:80)
01.09 22:42:56 [Server] INFO at org.objectweb.asm.ClassReader.<init>(Unknown Source)
01.09 22:42:56 [Server] INFO Caused by: java.lang.NullPointerException
01.09 22:42:56 [Server] INFO ... 28 more
01.09 22:42:56 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source)
01.09 22:42:56 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source)
01.09 22:42:56 [Server] INFO at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:218)
01.09 22:42:56 [Server] INFO Caused by: java.lang.ClassNotFoundException: net.minecraft.command.ICommand
01.09 22:42:56 [Server] INFO at fy.run(ThreadMinecraftServer.java:16)
01.09 22:42:56 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613)
01.09 22:42:56 [Server] INFO at ho.c(DedicatedServer.java:86)
01.09 22:42:56 [Server] INFO at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351)
01.09 22:42:56 [Server] INFO at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
01.09 22:42:56 [Server] INFO at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)
01.09 22:42:56 [Server] INFO at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
01.09 22:42:56 [Server] INFO at com.google.common.eventbus.EventBus.post(EventBus.java:268)
01.09 22:42:56 [Server] INFO at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
01.09 22:42:56 [Server] INFO at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
01.09 22:42:56 [Server] INFO at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
01.09 22:42:56 [Server] INFO at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
01.09 22:42:56 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source)
01.09 22:42:56 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
01.09 22:42:56 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
01.09 22:42:56 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01.09 22:42:56 [Server] INFO at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
01.09 22:42:56 [Server] INFO at com.google.common.eventbus.EventBus.post(EventBus.java:268)
01.09 22:42:56 [Server] INFO at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
01.09 22:42:56 [Server] INFO at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
01.09 22:42:56 [Server] INFO at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
01.09 22:42:56 [Server] INFO at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
01.09 22:42:56 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source)
01.09 22:42:56 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
01.09 22:42:56 [Server] INFO at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
01.09 22:42:56 [Server] INFO at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:418)
01.09 22:42:56 [Server] INFO at java.lang.Class.forName(Unknown Source)
01.09 22:42:56 [Server] INFO at java.lang.Class.forName0(Native Method)
01.09 22:42:56 [Server] INFO java.lang.NoClassDefFoundError: net/minecraft/command/ICommand
01.09 22:42:56 [Server] SEVERE Encountered an unexpected exception NoClassDefFoundError
01.09 22:42:56 [Server] SEVERE ... 30 more
01.09 22:42:56 [Server] SEVERE at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:206)
01.09 22:42:56 [Server] SEVERE at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:261)
01.09 22:42:56 [Server] SEVERE at codechicken.core.asm.ClassHeirachyManager.transform(ClassHeirachyManager.java:80)
01.09 22:42:56 [Server] SEVERE at org.objectweb.asm.ClassReader.<init>(Unknown Source)
01.09 22:42:56 [Server] SEVERE Caused by: java.lang.NullPointerException
01.09 22:42:56 [Server] SEVERE ... 28 more
01.09 22:42:56 [Server] SEVERE at java.lang.ClassLoader.loadClass(Unknown Source)
01.09 22:42:56 [Server] SEVERE at java.lang.ClassLoader.loadClass(Unknown Source)
01.09 22:42:56 [Server] SEVERE at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:218)
01.09 22:42:56 [Server] SEVERE Caused by: java.lang.ClassNotFoundException: net.minecraft.command.ICommand
01.09 22:42:56 [Server] SEVERE at fy.run(ThreadMinecraftServer.java:16)
01.09 22:42:56 [Server] SEVERE at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613)
01.09 22:42:56 [Server] SEVERE at ho.c(DedicatedServer.java:86)
01.09 22:42:56 [Server] SEVERE at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351)
01.09 22:42:56 [Server] SEVERE at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
01.09 22:42:56 [Server] SEVERE at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)
01.09 22:42:56 [Server] SEVERE at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
01.09 22:42:56 [Server] SEVERE at com.google.common.eventbus.EventBus.post(EventBus.java:268)
01.09 22:42:56 [Server] SEVERE at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
01.09 22:42:56 [Server] SEVERE at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
01.09 22:42:56 [Server] SEVERE at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
01.09 22:42:56 [Server] SEVERE at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
01.09 22:42:56 [Server] SEVERE at java.lang.reflect.Method.invoke(Unknown Source)
01.09 22:42:56 [Server] SEVERE at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
01.09 22:42:56 [Server] SEVERE at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
01.09 22:42:56 [Server] SEVERE at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01.09 22:42:56 [Server] SEVERE at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
01.09 22:42:56 [Server] SEVERE at com.google.common.eventbus.EventBus.post(EventBus.java:268)
01.09 22:42:56 [Server] SEVERE at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
01.09 22:42:56 [Server] SEVERE at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
01.09 22:42:56 [Server] SEVERE at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
01.09 22:42:56 [Server] SEVERE at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
01.09 22:42:56 [Server] SEVERE at java.lang.reflect.Method.invoke(Unknown Source)
01.09 22:42:56 [Server] SEVERE at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
01.09 22:42:56 [Server] SEVERE at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
01.09 22:42:56 [Server] SEVERE at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:418)
01.09 22:42:56 [Server] SEVERE at java.lang.Class.forName(Unknown Source)
01.09 22:42:56 [Server] SEVERE at java.lang.Class.forName0(Native Method)
01.09 22:42:56 [Server] SEVERE java.lang.NoClassDefFoundError: net/minecraft/command/ICommand

I Also Put the mytown in the mods
 
Hey

If you're running mcpc with bukkit plugins you should not use the forge perms mod.

Use these mods and plugins and hopefully you'll make it work:
1. MyTown and MyTownLib in the Mods folder
2. ForgePermsCBBridge in the plugins folder
3. Vault bukkit plugin in the plugins folder http://dev.bukkit.org/bukkit-plugins/vault/
4. PermissionsEX bukkit plugin in the plugins folder http://dev.bukkit.org/bukkit-plugins/permissionsex/

Also, i had some problems with some buffer running out of memory and the server crashing with this setup, so I got a tip to add the following option to increase stability: -XX:MaxPermSize=128m

Hope this helps
 
02.09 11:35:59 [Server] SEVERE The mod MyTown (MyTown) requires mods [PermissionsEx] to be available