Plugin Specialist - Solving all your plugin problems!

Discussion in 'Bukkit Help' started by maxa2g, Apr 24, 2012.

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

    maxa2g

    Step one install CB 1.2.5
    Step two drop in essentials into plugins folder (Redownload the hole package so they are all the same build! IMPORTANT)
    Step 3 start server...

    Ive been doing my research on this one and i cant find a solution sorry =C maybe check your plugins one might be faulty (High chance)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  2. Offline

    Trandox

    Any chance you can get a hold of a config file for IPB for the Warrant plugin?
    Sayshal = tag
     
  3. Offline

    Sayshal

    Anyone who needs help let me know by simply tagging me in your reply or quoting this post. (@Sayshal = tag)

    I'm willing to help config help, permissions help, individual plugin help, and if you catch me in a good mood - teamviewer support! :D

    Thibar
    This error refers to one of the following:

    1. That page the plugin is trying to get to is a 404, 403, or 503 response.
    2. Your internet keeps cutting out disconnecting all players & generating internet-related plugin errors.
    3. Java is corrupted - reinstall it!

    Link to plugin page, and what's IPB?

    EDIT: You only have to type '@Sayshal' for it to notify me :p

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  4. Offline

    Trandox

  5. Offline

    Sayshal

  6. Offline

    Omnitv

    You go man. Ill keep giving a cookie for you! better yet ill ship a container. *Not really its a compliment though :)*
     
  7. Offline

    Sayshal

    Thanks.
     
  8. Offline

    Trandox

    Ok. Thanks
     
  9. Kind of a dumb question but, I'm trying to disable a plugin from working on one map while allowing it to work on a different map. How might I do this?
     
  10. Offline

    Sayshal

    Only way to really do is it with Permissions. Check out multiworld permissions with bPermissions or PermissionsEx.
     
  11. Offline

    THATFATNOOB

    Help installing setrank please? :)
     
  12. Offline

    maxa2g

    You mean the setrank plugin?
     
  13. Offline

    kidsdman

    I re-installed CB.jar 1.2.5, re-intalled essentials core 1.2.5 and did everything you said, but I'm stilling coming up with the "could not load essentials.jar" message. I have no other ideas, should I just try making another server?
     
  14. Offline

    Sayshal

    Put the error from the server.log into pastebin.com then paste that here please.
     
  15. Offline

    irongiant6

    plugins
    20:46:12 [INFO] Plugins (0):
    I installed the faction plugin, put it in the plugin directory, yet nothing happened. I tried restarting, I'm not sure if I should change the permissions or... Note I am stupid when it comes to this stuff.
     
  16. Offline

    Sayshal

    Can you take a screenshot of your plugins folder and put it on imgur.com or something?
     
  17. Offline

    irongiant6

    [​IMG]
    MassiveCraft Factions is in my plugins folder, yet the plugin will not work. It's probably an obvious problem but I am very stupid, so I'm not sure what to do.
     
  18. Offline

    Sayshal

    irongiant6 open that MassiveCraft folder and move the Factions.jar file to your /plugins folder. You only put the JAR in, not the whole folder.
     
  19. Offline

    THATFATNOOB

    Yes, sorry
     
  20. Offline

    irongiant6

    Well I got it to download, but it will say: "an internal error occurred" When I typed in /f help to see if it worked.


    07:01:08 [SEVERE] Could not pass event PlayerCommandPreprocessEvent to Factions
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:814)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NoClassDefFoundError
    at com.massivecraft.factions.listeners.FactionsPlayerListener.preventCommand(FactionsPlayerListener.java:455)
    at com.massivecraft.factions.P.handleCommand(P.java:183)
    at com.massivecraft.factions.zcore.MPlugin.handleCommand(MPlugin.java:217)
    at com.massivecraft.factions.zcore.MPluginSecretPlayerListener.onPlayerCommandPreprocess(MPluginSecretPlayerListener.java:29)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:592)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
    ... 12 more
    07:01:08 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'f' in plugin Factions v1.6.7
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NoClassDefFoundError
    at com.massivecraft.factions.listeners.FactionsPlayerListener.preventCommand(FactionsPlayerListener.java:455)
    at com.massivecraft.factions.P.handleCommand(P.java:183)
    at com.massivecraft.factions.P.onCommand(P.java:196)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more
     
  21. Offline

    nala3

    then you unpacked the jar..
     
  22. Offline

    irongiant6

    I figured that out, but "internal error" is still a problem.
     
  23. Offline

    maxa2g

    You need permissionsEX installed once that is you just drop the setrank plugin in and run your server =) (I think the commands only work through console though I haven't properly tested

    Hmm have you installed the latest version of factions?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  24. Offline

    Slaand

    What i can to do?
     
  25. Offline

    maxa2g

    This means that you need more ram...if this is from your home computer allocate more memory to the server if its a server hosting buy more =)
    I'd suggest www.nzbuild.co/serverhosting
    We run dual 6 core CPU with up to 96GB ram =D
     
  26. Offline

    irongiant6

    Yes, one from bukkit.com, the other from github. Neither of them worked.
     
  27. Offline

    maxa2g

    Hmm try a slightly older version but still make sure its 1.2.5
     
  28. Offline

    irongiant6

    I'll try.

    Not working. I'm not sure. Does it have something to do with permissions or server properties?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  29. Offline

    maxa2g

    Check what plugins Factions rely on to run, probably pEX/gm, also vault is a possiblity plus iconomy i cant check myself right now very busy
     
  30. Offline

    Omnitv

    96GB ram! im amazed! how did you do that.
     
Thread Status:
Not open for further replies.

Share This Page