GRRR!!! I give up! PEX!

Discussion in 'Bukkit Help' started by MineCraft MOBA, Mar 20, 2013.

?

Am I stupid, or blind?

  1. Stupid

    1 vote(s)
    50.0%
  2. Blind

    1 vote(s)
    50.0%
Thread Status:
Not open for further replies.
  1. Offline

    MineCraft MOBA

    No matter what I do...
    4 spaces... 2 spaces... NOTIHNG will work!

    Heres the permissions...

    http://pastebin.com/XjA62y8t

    Heres my Console Log...

    http://pastebin.com/qGfmbHkU

    GAH! I give up... Just... take it away, and fix it! Please :(

    (It keeps saying I don't have access to ANY commands. No matter what group I put myself in. It only works SOMETIMES if i'm OP. But never when i'm not OP.)

    I hope its an easy fix. I think I'm just stupid. Well it's 12:35 now. I'm off to bed, i'll check what you guys say in the morning. Thanks for the help!
     
  2. Offline

    MysteryManX

    Well your code checks out fine. However, I did notice a few errors within your startup log:

    Code:
    2013-03-20 08:25:13 [SEVERE] Could not load 'plugins/mobdisguise.jar' in folder 'plugins'
    Code:
    2013-03-20 08:25:14 [WARNING] [NoCheatPlus] Could not set up native access for your specific Minecraft + server-mod version.
    Code:
    2013-03-20 08:25:16 [WARNING] --- Missing entries -------------------------------
    2013-03-20 08:25:16 [WARNING] * MISSING 147(GOLD_PLATE / SOLID IGN_PASSABLE GROUND GROUND_HEIGHT)
    2013-03-20 08:25:16 [WARNING] * MISSING 148(IRON_PLATE / SOLID IGN_PASSABLE GROUND GROUND_HEIGHT)
    2013-03-20 08:25:16 [WARNING] * MISSING 149(REDSTONE_COMPARATOR_OFF / IGN_PASSABLE GROUND GROUND_HEIGHT)
    2013-03-20 08:25:16 [WARNING] * MISSING 150(REDSTONE_COMPARATOR_ON / IGN_PASSABLE GROUND GROUND_HEIGHT)
    2013-03-20 08:25:16 [WARNING] * MISSING 151(DAYLIGHT_DETECTOR / SOLID IGN_PASSABLE GROUND GROUND_HEIGHT)
    2013-03-20 08:25:16 [WARNING] * MISSING 152(REDSTONE_BLOCK / SOLID IGN_PASSABLE GROUND GROUND_HEIGHT)
    2013-03-20 08:25:16 [WARNING] * MISSING 153(QUARTZ_ORE / SOLID GROUND)
    2013-03-20 08:25:16 [WARNING] * MISSING 154(HOPPER / SOLID IGN_PASSABLE GROUND GROUND_HEIGHT)
    2013-03-20 08:25:16 [WARNING] * MISSING 155(QUARTZ_BLOCK / SOLID GROUND)
    2013-03-20 08:25:16 [WARNING] * MISSING 156(QUARTZ_STAIRS / STAIRS SOLID IGN_PASSABLE GROUND HEIGHT100 XZ100 GROUND_HEIGHT)
    2013-03-20 08:25:16 [WARNING] * MISSING 157(ACTIVATOR_RAIL / IGN_PASSABLE)
    2013-03-20 08:25:16 [WARNING] * MISSING 158(DROPPER / SOLID GROUND)
    Check that your plugins are up-to-date.
     
  3. The NoCheatPlus warnings are no problem with that server version, there will be a release soon which "removes" them. NCP just uses some compatibility mode to make those blocks playable, since breaking times have not been set up yet.

    MobDisguise seems long outdated (it is accessing CraftBukkit internals from before CB 1.4.5-R1.0, you need an update for 1.5 for that one).

    "inherit" <- are you sure that is correct? I am using PEX with "inheritance". You can use the command "pex group Iron parents add default" to make sure the inheritance is updated correctly, then open the file and check.

    Access to which command is a problem ? Most commands need permissions, if you don't have permission you can't use it (i guess you know that though), so we need to know what you try and what does not work / what happens in more detail.
     
    DuneRacoon likes this.
  4. Offline

    joereider

    He added the permission "Overlord" when he did the command. To add yourself to a group, do /pex user <Name> group add <Group>
     
  5. Offline

    Lolmewn

    Always run your .yml files through a parser to see if the syntax is fine
     
  6. Offline

    Iroh

    You have 6 spaces in stead of 4 for the permission nodes.
     
  7. Offline

    MineCraft MOBA

    Okay, so I read through all of these.

    I think its inactive. I couldn't find any more updates on the dev page.

    I kinda said I know this was the case in my post... I changed it and it still didn't work.

    I was doing the command "Pex user Narwhal79 add Overlord" Not "Pex user Narwhal79 group add Overlord" Maybe that's the problem? I will check.

    As for now, thanks for the help guys, I'll keep you updated! Just give me like 5 minutes to try all this different shtuffs...

    Okay, I tried doing "Pex user Narwhal79 group add Overlord" instead this time, and when I try to do the /kits Overlord it says... "java.lang.string cannot be cast to java.lang.number" I'm so confused D:

    It still says I do not have permissions for every other command though... hmmmm

    I'll keep trying stuff. Someone reply! I'm trying to get the server up and running today!

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

    Necrodoom

    kits error is you messing up the delay for kit. paste essentials config.yml.
     
  9. Offline

    MineCraft MOBA

    Ahhhh, that would make sense. I set the delay for the kit to 15000 so 25 minutes approximately. So now I need to wait 25 minutes to check again? And yet still, the Dota plugin isnt allowing me to chose a team. Is there another permission I need to add to allow that to work? Thanks again guys, your helping quite a bit!

    Okay, so Nicknames are now working for overlord. The suffix's/prefix's are working as well. Still getting the "java.lang.string cannot be cast to java.lang.number" error in game, no matter how long I wait. Maybe I should try a different kit plugin, and not essentials? Along side with this problem, every time I reset the server, and I rejoin, I do not have the permissions I had when I put myself in a group. I think this may have to do with the DOTA plugin resetting everything on server restart? Is there a way to change that?

    [Never mind, I am pretty sure I fixed the resetting permissions problem. I'll keep testing it]

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

    Necrodoom

    i said that you messed up the delay, not that the delay is too long. if you paste the essentials config.yml, it would take 1 minute to fix it.
     
  11. Offline

    MineCraft MOBA

Thread Status:
Not open for further replies.

Share This Page