Help Needed Minecraft Groupmanager Plugin! Reward!

Discussion in 'Bukkit Help' started by roguecatfish, Jul 15, 2012.

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

    roguecatfish

    Hi i run a minecraft bukkit server called UltimatePVP, i need some help with my groupmanager plugin, i have made permissions for all of the ranks but whenever i launch my run.bat it breaks the config.yml and adds a bunch of random numbers behind the name. I will copy the perms into here.

    groups:
    Noob:
    default: true
    permissions:
    - essentials.kit.starter
    - essentials.help
    - essentials.list
    - essentials.motd
    - essentials.rules
    - essentials.spawn
    - -bukkit.command.kill
    inheritance:
    - g:groupmanager_default
    - g:bukkit_default
    - g:essentials_default
    - g:towny_default
    info:
    prefix: '&e'
    build: true
    suffix: ''
    Corporal:
    default: false
    permissions: []
    - essentials.kit.cordia
    - essentials.kit.coriron
    inheritance:
    - donator
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&3'
    build: true
    suffix: ''
    Sergeant:
    default: false
    permissions: []
    - essentials.kit.wserdia
    - essentials.kit.dserdia
    inheritance:
    - corporal
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&6'
    build: true
    suffix: ''
    Lieutenat:
    default: false
    permissions: []
    - essentials.kit.lieuprot
    - essentials.kit.lieudia
    - essentials.back
    inheritance:
    - sergeant
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&7'
    build: true
    suffix: ''
    Major:
    default: false
    permissions: []
    - essentials.kit.majprot
    - essentials.kit.majdia
    - essentials.back
    inheritance:
    - lieutenat
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&8'
    build: true
    suffix: ''
    General:
    default: false
    permissions: []
    - essentials.kit.genprot
    - essentials.kit.gendia
    inheritance:
    - major
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&9'
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions: []
    - -essentials.give
    - -bukkit.command.give
    - -essentials.gm
    - -essetials.gamemode
    - -bukkit.command.gamemode
    - -bukkit.command.gm
    - essentials.nick
    inheritance:
    - general
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator
    info:
    prefix: '&5'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions: []
    - essentials.give
    - bukkit.command.give
    - essentials.gm
    - essetials.gamemode
    - bukkit.command.gamemode
    - bukkit.command.gm
    inheritance:
    - moderator
    - g:groupmanager_admin
    - g:bukkit_admin
    - g:essentials_admin
    - g:towny_admin
    - g:vanish_admin
    info:
    prefix: '&c'
    build: true
    suffix: ''
    Owner:
    default: false
    permissions:
    - '*'
    - -vanish.*
    inheritance:
    - admin
    info:
    prefix: '&b'
    build: true
    suffix: ''

    Someone please get back to me ASAP if you help me i will give you a free donator rank on my server!
     
  2. Offline

    Yocole

    Well your first issue is that you have a number of errors showing up in your permissions.yml. You can check for errors in yml files by putting this into a yml parser. I use http://yaml-online-parser.appspot.com/.
     
  3. Offline

    roguecatfish

    It looks like it doesnt have any spacing when it actually does, it changed because i copied and pasted, if you want me to send you regular file ill be happy to. Oh and here is the error log that pops up when i do /reload or start the server.

    2012-07-15 17-54
    =============================== GM ERROR LOG ===============================

    java.lang.IllegalArgumentException: The following file couldn't pass on Parser.
    plugins\GroupManager\worlds\world\groups.yml
    at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(WorldDataHolder.java:493)
    at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(WorldDataHolder.java:413)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:621)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:583)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialWorldLoading(WorldsHolder.java:89)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad(WorldsHolder.java:79)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.resetWorldsHolder(WorldsHolder.java:71)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(WorldsHolder.java:60)
    at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:161)
    at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:85)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:552)
    at org.bukkit.Bukkit.reload(Bukkit.java:182)
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:479)
    at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:475)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:612)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:581)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: while parsing a block mapping
    in "<reader>", line 32, column 5:
    default: false
    ^
    expected <block end>, but found BlockEntry
    in "<reader>", line 34, column 5:
    - essentials.kit.cordia
    ^

    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:575)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
    at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(WorldDataHolder.java:488)
    ... 24 more

    ============================================================================
     
  4. Offline

    Jade

    Could you do [ code ] (Without the spaces between code and [])
    paste the file contents, and do [ /code] (without the space between [ and / )
    i.e.
    [code ]
    - admin
    info:
    prefix: '&b'
    build: true
    suffix: ''
    [/code ]
    ^Again, without the spaces
     
  5. Offline

    roguecatfish

     
  6. Offline

    Omnitv

    if there is any errors coming from youre console or GUI please post them
    Please post youre permissions.yml at pastie or pastebin.
    Pastebin http://pastebin.com/
    Pastie http://pastie.org/
    Or at the code box Symbol {}#
    and then link them here
     
  7. Offline

    roguecatfish

    Sorry im super new to this what is a code box symbol?
    And are you omnit? The guy who saved my server from the people from hack forums? (Just Wondering)
     
  8. Offline

    Omnitv

    Just use:
    Pastebin http://pastebin.com/
    Pastie http://pastie.org/

    What r u talking about? []_[]
     
  9. Offline

    roguecatfish

    Sorry just asking some guy named omnit came on my server when ppl were hacking me and told me so i banned them in time before they completely ruined my server.
     
  10. Offline

    Omnitv

    Hum... ok?
     
  11. Offline

    roguecatfish

    Ok i pasted the YAML in Pastebin.com now what happens?
     
  12. Offline

    Omnitv

    you link it here
     
  13. Offline

    roguecatfish

    http://pastebin.com/usVHbkeW Ok there

    Hi i run a minecraft bukkit server called UltimatePVP. I'm having some issues with my groupmanager plugin, whenever i /reload or restart the server it creates an error log (I'll paste below) that has a bunch of errors, and it breaks the config.yml and makes a file called like config395485495345.yml. Someone please get back to me! I'll paste both file links in description. Thanks in advance!
    http://pastebin.com/usVHbkeW Permissions
    http://pastebin.com/vqssuHU3 Error.log
    ip to server is ultimatearena.dyndns.org:25565

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

    Omnitv

  15. Offline

    roguecatfish

    What is @crazy_Z?
     
  16. Offline

    cray_Z

    this.
     
    Omnitv likes this.
  17. Offline

    roguecatfish

    So crazy_z you specialize in groupmanager? Then can you help me? Click the links and can you find out what is wrong with my perms
     
  18. Offline

    cray_Z

    The error isnt that huge, it just repeats.

    1. Caused by: while parsing a block mapping
    2. in "<reader>", line 32, column 5:
    3. default: false
    4. ^
    5. expected <block end>, but found BlockEntry
    6. in "<reader>", line 34, column 5:
    7. - essentials.kit.cordia

    hm. Are you sure that that is the right groups.yml? I see nothing about - essentials.kit.cordia

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

    roguecatfish

    Yeah that is the right one? So nothing is wrong with it?

    Ok so i deleted the error log and reloaded it and this is the new error log i got
    http://pastebin.com/PegWUH7m
    Oh and ps is there supposed to be a config.yml in the root of the folder right above globalgroups.yml because it keeps generating one

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

    cray_Z

    Not that I see,

    Is it really effecting anything while on the server?
     
  21. Offline

    roguecatfish

    Yes it is i cant use groupmanager at all and noone has access to any commands like /spawn /sethome everything is locked up. The error log still says there is something wrong with cordia and default

    Please help i really need help!

    Hi i run a minecraft bukkit server called UltimatePVP. I'm having some issues with my groupmanager plugin, whenever i /reload or restart the server it creates an error log (I'll paste below) that has a bunch of errors, and it breaks the config.yml and makes a file called like config395485495345.yml. Someone please get back to me! I'll paste both file links in description. I've tried using the permissions.yml too but it gives me the same error msg as the error.log does. Thanks in advance!
    http://pastebin.com/usVHbkeW Permissions
    http://pastebin.com/vqssuHU3 Error.log
    ip to server is ultimatearena.dyndns.org:25565

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

    Omnitv

  23. Offline

    roguecatfish

  24. Offline

    Omnitv

    No excuse for making another thread. just bump your thread.
     
  25. Offline

    roguecatfish

    What is bumping
     
  26. Offline

    c0mp

    Merged threads duplicate threads
     
  27. Offline

    jacklin213

    roguecatfish bump is when u type in bump and then post it to refresh the post so it comes on the top when people come into this section of forums

    well according to the paste bin link here ur spacing is all rong
    http://pastebin.com/usVHbkeW

    wait up did u download groupmanager from here?
    http://ess.ementalo.com/viewLog.html?buildTypeId=bt10&buildId=lastSuccessful&tab=artifacts&guest=1##
    and you only downloaded EssentialsGroupManager.jar

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

    cray_Z

    Yeah as jacklin213 said, spacing is very messed up
     
  29. Offline

    roguecatfish

    Ok well what do i do to fix it? Can you make a link to it with fixed spacing?

    Wait invite you to what?

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

    jacklin213

Thread Status:
Not open for further replies.

Share This Page