Essentials Group manager help! [URGENT]

Discussion in 'Bukkit Help' started by PartyPoison98, Aug 16, 2012.

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

    PartyPoison98

    I cannot promote ANYONE! My bukkit and all my essentials plugins are up to date. Basically, when I try to do /manuaddp, it says something along the lines of 'Error is blocking this command, check logs then do /manload'.
    There was nothing in the server log so I just did /manload, it crashed my server and gave me this crash report:
    Code:
    Description: Exception in server tick loop
     
    org.bukkit.command.CommandException: Unhandled exception executing command 'manload' in plugin GroupManager v2.0 (2.9.3) (Phoenix)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492)
        at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:488)
        at net.minecraft.server.DedicatedServer.ah(DedicatedServer.java:248)
        at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
        at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:476)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.IllegalArgumentException
        at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:230)
        at org.anjocaido.groupmanager.GroupManager.onCommand(GroupManager.java:1702)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 8 more
    Caused by: java.lang.NullPointerException
        at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:163)
        ... 10 more
     
    Relevant Details:
    - Minecraft Version: 1.3.1
    - Operating System: Linux (amd64) version 2.6.18-308.4.1.el5
    - Java Version: 1.7.0_01, Oracle Corporation
    - Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    - Memory: 478594648 bytes (456 MB) / 771751936 bytes (736 MB) up to 771751936 bytes (736 MB)
    - JVM Flags: 2 total; -Xms768M -Xmx768M
    - Type: Dedicated Server
    - Is Modded: Definitely; 'craftbukkit'
    - Profiler Position: N/A (disabled)
    (and there was a bit here that just listed all the entities and players at the time)

    If ANYONE can help me, please respond as this problem is urgent!
     
  2. Offline

    PvM_Iain

    Probably best consulting the Essentials team with this :)
     
  3. Offline

    PartyPoison98

    How would I consult them?
     
  4. Offline

    almarri2008

  5. Offline

    PartyPoison98

    I get this with my groups.yml
    Code:
    ERROR:
     
    while parsing a block mapping
      in "<unicode string>", line 1, column 1:
        groups:
        ^
    expected <block end>, but found '-'
      in "<unicode string>", line 5, column 1:
        - essentials.help
        ^
    And this is my groups.yml
    Code:
    groups:
      Steve:
        default: true
        permissions:
    - essentials.help
    - essentials.motd
    - essentials.spawn
    - essentials.home
    - essentials.sethome
    - essentials.rules
    - essentials.balance
    - essentials.afk
    - essentials.kit.drugs
        - essentials.motd
        - essentials.balance
    - essentials.list
    -essentials.me
    - essentials.msg
        - essentials.signs.use.*
        - essentials.suicide   
        - essentials.tpaccept
        - essentials.tpdeny       
        - drugs.use
        - bukkit.command.me
        inheritance:
        info:
          prefix: '&a[Steve] &f'
          build: false
          suffix: ''
     
    Gangster:
        default: false
        permissions:
    - essentials.help
    - essentials.motd
    - essentials.spawn
    - essentials.home
    - essentials.sethome
    - essentials.rules
    - essentials.balance
    - essentials.afk
    - essentials.back
        - essentials.motd
    - essentials.back.ondeath
    - essentials.list
    -essentials.me
    - essentials.msg
    - essentials.sethome.gangster
        - essentials.pay
        - essentials.ping
        - essentials.signs.use.* 
        - essentials.suicide
    - essentials.tpa
        - essentials.tpaccept   
        - essentials.tpahere
        - essentials.tpdeny   
        - drugs.use   
      inheritance:
     
        info:
          prefix: '&c[Gangster] &f'
          build: true
          suffix: ''
     
    Criminal:
        default:false
        permissions:
        inheritance:
        -Gangster   
        info:
        prefix: '&6[Criminal] &f'
        build:true
        suffix''
     
    Moderator:
        default: false
        permissions:
        - essentials.kick
        - essentials.kick.notify
        - essentials.kill
        - essentials.kit.*
        - essentials.msg.magic
        - essentials.mute
        - essentials.nick.color
        - essentials.realname
        - essentials.seen.banreason
        - essentials.signs.create.*
        - essentials.signs.break.*
     
        - essentials.togglejail
        - essentials.top
        - essentials.tp
        - essentials.tp.others
        - essentials.tphere
        - essentials.tppos
        - essentials.tptoggle
        - essentials.whois
        - essentials.world
        - essentials.world.*
        - -essentials.plugin
        - groupmanager.mantogglevalidate
        - groupmanager.mansave
        - groupmanager.mangcheckp
        - groupmanager.manglistp
        - groupmanager.manucheckp
        - groupmanager.manulistp
    - essentials.warp
    - essentials.invsee
        - bukkit.command.teleport
        inheritance:
    - Gangster
        info:
          prefix: '&e[Mod] &f'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions:
    - essentials.ban
    - essentials.unban
    - essentials.setwarp
        - bukkit.command.time
        - bukkit.command.time.add
        - bukkit.command.time.set
        - bukkit.command.teleport
       
        inheritance:
        - moderator
        info:
          prefix: '&b[Admin] &f'
          Prefix: '&b[Admin]&f'
          build: true
          suffix: ''
     
      Owner:
        default: false
        permissions:
        - '*'
        inheritance:
        - admin
        info:
          prefix: '&4[Owner] &f'
          Prefix: '&4[Owner] &f'
          build: true
          suffix: ''
    BUMP this is a very big problem!!!!

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

    jacklin213

    posting fix now http://pastebin.com/Uh0CbWB3
    worst spacing ive ever seen
    always remeber to put a space between colons
    eg)
    default: true
    c the space ": t"
     
  7. Offline

    PartyPoison98

    jacklin213 Thank you so much! I can't believe it was such a simple problem!
     
  8. Offline

    jacklin213

  9. Offline

    PartyPoison98

    jacklin213 I think i MAY have done it again somehow, I'm not sure, i've checked all the colons but after adding some perms its broke again.

    Heres the file
    Code:
      groups:
         
          Steve:
            default: true
            permissions:
            - essentials.help
            - essentials.motd
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - essentials.rules
            - essentials.balance
            - essentials.afk
            - essentials.kit.drugs
            - essentials.motd
            - essentials.balance
            - essentials.list
            - essentials.me
            - essentials.msg
            - essentials.signs.use.*
            - essentials.suicide 
            - essentials.tpaccept
            - essentials.tpdeny     
            - drugs.use
            - bukkit.command.me
            info:
              prefix: '&a[Steve] &f'
              build: false
              suffix: ''
          Gangster:
            default: false
            permissions:
            - essentials.help
            - essentials.motd
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - essentials.rules
            - essentials.balance
            - essentials.afk
            - essentials.back
            - essentials.motd
            - essentials.back.ondeath
            - essentials.list
            - essentials.me
            - essentials.msg
            - essentials.sethome.gangster
            - essentials.pay
            - essentials.ping
            - essentials.signs.use.*
            - essentials.suicide
            - essentials.tpa
            - essentials.tpaccept 
            - essentials.tpahere
            - essentials.tpdeny 
            - drugs.use
            - essentials.sethome.multiple.gangster
            info:
              prefix: '&c[Gangster] &f'
              build: true
              suffix: ''
          Criminal:
            default: false
            permissions:
          - essentials.sethome.multiple.criminal
            inheritance:
            - Gangster 
            info:
              prefix: '&6[Criminal] &f'
              build: true
              suffix: ''
          Notorious:
            default: false
            permissions:
            - essentials.sethome.multiple.notorious
            inheritance:
            - Criminal
            info:
              prefix: '&c[Notorious] &f'
              build: true
          GangLeader:
            default:
            permissions:
            - essentials.sethome.multiple.Gangleader
            - factions.kit.fullplayer
            inheritance: 
            - Notorious
         
           
          Moderator:
            default: false
            permissions:
            - essentials.kick
            - essentials.kick.notify
            - essentials.kill
            - essentials.kit.*
            - essentials.msg.magic
            - essentials.mute
            - essentials.nick.color
            - essentials.realname
            - essentials.seen.banreason
            - essentials.signs.create.*
            - essentials.signs.break.*
            - essentials.togglejail
            - essentials.top
            - essentials.tp
            - essentials.tp.others
            - essentials.tphere
            - essentials.tppos
            - essentials.tptoggle
            - essentials.whois
            - essentials.world
            - essentials.world.*
            - -essentials.plugin
            - groupmanager.mantogglevalidate
            - groupmanager.mansave
            - groupmanager.mangcheckp
            - groupmanager.manglistp
            - groupmanager.manucheckp
            - groupmanager.manulistp
            - essentials.warp
            - essentials.invsee
            - bukkit.command.teleport
            - logblock.spawnTools
            - logblock.lookup       
            inheritance:
            - Gangster
            - GangLeader
            info:
              prefix: '&e[Mod] &f'
              build: true
              suffix: ''
          Admin:
            default: false
            permissions:
            - essentials.ban
            - essentials.unban
            - essentials.setwarp
            - bukkit.command.time
            - bukkit.command.time.add
            - bukkit.command.time.set
            - bukkit.command.teleport
            - logblock.*
            inheritance:
            - moderator
            - GangLeader
            info:
              Prefix: '&b[Admin] &f'
              build: true
              suffix: ''
          Owner:
            default: false
            permissions:
            - '*'
            inheritance:
            - admin
            info:
              prefix: '&4[Owner] &f'
              build: true
              suffix: ''
    
    and the YAML parser says this:
    ERROR:

    while parsing a block mapping
    in "<unicode string>", line 3, column 7:
    Steve:
    ^
    expected <block end>, but found '<block sequence start>'
    in "<unicode string>", line 65, column 8:
    - essentials.sethome.multiple.cr ...
    ^

    Seriously need help !

    My server cannot work until this is sorted!!

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

    jacklin213

    posting fix now
    EDIT: http://pastebin.com/WESFbD10 the fix
    you have bad spacing thats all. Apart from spacing only thing that was missing was line 82
    where u have "default: " and nothing after it
    Next time post your file to http://pastebin.com
    and link to forums
     
  11. Offline

    SlyShady

Thread Status:
Not open for further replies.

Share This Page