Problem/Bug Group Manager Groups

Discussion in 'Bukkit Help' started by scrollbook, Jan 16, 2019.

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

    scrollbook

    On my server that me and my friends play on, I am trying to create a owner group and a default group. When trying to move myself into the owner group using console, it gives me the following error message.

    Code:
    [WARNING] Unexpected exception while parsing console command "manuadd scrollbook Owner2"
    
    org.bukkit.command.CommandException: Unhandled exception executing command 'manuadd' in plugin GroupManager vGMBuildVer (Phoenix)
    
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.13.2.jar:git-Bukkit-0c715b3]
    
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:138) ~[craftbukkit-1.13.2.jar:git-Bukkit-0c715b3]
    
    at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchCommand(CraftServer.java:682) ~[craftbukkit-1.13.2.jar:git-Bukkit-0c715b3]
    
    at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchServerCommand(CraftServer.java:668) [craftbukkit-1.13.2.jar:git-Bukkit-0c715b3]
    
    at net.minecraft.server.v1_13_R2.DedicatedServer.handleCommandQueue(DedicatedServer.java:423) [craftbukkit-1.13.2.jar:git-Bukkit-0c715b3]
    
    at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:383) [craftbukkit-1.13.2.jar:git-Bukkit-0c715b3]
    
    at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:792) [craftbukkit-1.13.2.jar:git-Bukkit-0c715b3]
    
    at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:695) [craftbukkit-1.13.2.jar:git-Bukkit-0c715b3]
    
    at java.lang.Thread.run(Thread.java:813) [?:1.8.0_192]
    
    Caused by: java.lang.NullPointerException
    
    at org.anjocaido.groupmanager.GroupManager.onCommand(GroupManager.java:429) ~[?:?]
    
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.13.2.jar:git-Bukkit-0c715b3]
    
    ... 8 more
    If anyone knows whats wrong, please tell me.
     
  2. Offline

    timtower Administrator Administrator Moderator

  3. Offline

    scrollbook

    What do you mean by full server log? @timtower
     
  4. Offline

    timtower Administrator Administrator Moderator

    @scrollbook Full content of <server directory>/logs/latest.log
     
  5. Offline

    scrollbook

    Last edited: Jan 17, 2019
  6. Offline

    timtower Administrator Administrator Moderator

    @scrollbook Your groups.yml is broken, line 13 is missing a space.
     
  7. Offline

    scrollbook

    Ok, I have fixed that error and it now says 'All commands are locked due to an error. Check plugins/groupmanager/error.log or console and then try a '/manload'. when I try to add myself to the owner group.
     
  8. Offline

    timtower Administrator Administrator Moderator

    @scrollbook Then it is still broken, paste your groups.yml
     
  9. Offline

    scrollbook

  10. Offline

    timtower Administrator Administrator Moderator

    @scrollbook Line 12 is missing a colon, line 21 and 30 should not be possible.
     
  11. Offline

    scrollbook

    I fixed both of those errors, but it still says the 'All commands are locked' error when I try to add myself still. @timtower
     
  12. Offline

    timtower Administrator Administrator Moderator

    Then check your logs for errors.
    It is saying that because something is wrong.
    This is why I highly suggest to do permissions using commands, not with file edits.
     
  13. Offline

    scrollbook

    When I type manload into console, it gives an error message and at the top it says '[INFO] GroupManager version GMBuildVer (Phoenix) is disabled!', is this related? @timtower
     
  14. Offline

    timtower Administrator Administrator Moderator

    Startup of the server, if the plugin is dead then the plugin is dead. Then you can't do /manload
     
  15. Offline

    scrollbook

    I will try commands next, then. @timtower
     
Thread Status:
Not open for further replies.

Share This Page