New server

Discussion in 'Bukkit Help' started by BrushPainter, Feb 23, 2014.

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

    BrushPainter

    Hey guys, I already own a server and now I am creating a network. My minigames server I just made has a lot of unsolved issues. GroupManager is loaded in /plugins and it is green but the permissions are not working, for example I cannot do any commands at all. Also I get this error in the console when I type a GroupManager command:
    Code:
    23.02 14:27:54 [Server] INFO default: BrushPainter, leeteefifty
    23.02 14:27:44 [Server] INFO ... 13 more
    23.02 14:27:44 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    23.02 14:27:44 [Server] INFO at org.anjocaido.groupmanager.GroupManager.onCommand(GroupManager.java:410) ~[?:?]
    23.02 14:27:44 [Server] INFO Caused by: java.lang.NullPointerException
    23.02 14:27:44 [Server] INFO at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    23.02 14:27:44 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    23.02 14:27:44 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    23.02 14:27:44 [Server] INFO at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    23.02 14:27:44 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    23.02 14:27:44 [Server] INFO at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    23.02 14:27:44 [Server] INFO at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    23.02 14:27:44 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47) [craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    23.02 14:27:44 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) [craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    23.02 14:27:44 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:814) [craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    23.02 14:27:44 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:932) [craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    23.02 14:27:44 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:544) ~[craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    23.02 14:27:44 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:199) ~[craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    23.02 14:27:44 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    23.02 14:27:44 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'manload' in plugin GroupManager v2.0 (2.12.1) (Phoenix)
    23.02 14:27:44 [Server] ERROR null
    A couple of my plugins like PrisonBreak, ArenaPaintball and BattleArena are not loading in /plugins and are not creating a config/folder in my plugins folder. I think I have all the dependencies needed for them. Also when I type /prophunt (The plugin is loaded in /plugins by the way) it says "An internal error occurred while attempting to perform this command".

    Please help me guys I have to get it up asap.
     
  2. Offline

    Porgeyman

    It's something to do with Groupmanager for sure. Here's what I would do:
    Copy all your groupmanger groups.yml and put them in an only Yaml parser (http://yaml-online-parser.appspot.com/)
    Try the same with your users.yml

    If this doesn't work try re-tracing your steps see what was working until you find out what may have caused it. Might be a plugin that you added.
     
  3. Offline

    BrushPainter

    Porgeyman Ok thanks, do you have an idea why PropHunt isn't working correctly? Also why aren't PrisonBreak, ArenaPaintball and BattleArena loading?

    Porgeyman Thank you so much man, the parser helped. It was in my users.yml, I had a extra space.
     
  4. Offline

    Porgeyman

     
  5. Offline

    BrushPainter

    Ok thanks man.
     
Thread Status:
Not open for further replies.

Share This Page