Solved /kits Not working? (Tested usual things)

Discussion in 'Bukkit Help' started by penguinben, Jan 4, 2013.

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

    penguinben

    Right, here is the problem:


    Donators do not have the ability to use /kit ________
    They did up until the start of the new year, now they cannot.


    The plugins whichwe use:
    Group Manager
    Essentials
    Autorank
    Autoannounce
    Multiverse (kits do not work in normal world)
    No cheat
    World border
    world guard
    CraftBukkit (1.4.6)

    Things we have already tried:
    Installing any updated plugins, that may be out of date. Deleting existing plugins and rewriting the plugin nodes.


    Essentials config file:
    http://pastebin.com/LAiciz3k

    Group Manager groups file:
    http://pastebin.com/yRx9awmP


    This problem has plauged us and since the server is going public very soon, we wish to fix the problem ASAP!:D
     
  2. Offline

    frdmn

  3. Offline

    penguinben

    out of interest, what was the type?

    i just added it, and group Manager got an error,:
    http://pastebin.com/RVwh5iJY

    thus, it does not work, i shall try to add it again though

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

    frdmn

  5. Offline

    penguinben


    It seems to be that before the raw data, when I coped it over, the character ":" was automatically being rejected.
    I copied the raw data over and it now works!
    Many thanks!:D
    We have a second (some what related) problem with essentials:

    With multiverse, upon entering the donatorLand, players inventories and ranks and use of /kits is removed, I have set the config on world edit for the inventory to be kept, but it does not? Is this something to do with group manager
     
  6. Offline

    frdmn

    on WorldEdit? WorldEdit doesn't handle player inventories. Do you mean Multiverse-Inventories?
     
  7. Offline

    penguinben

    Indeed I do! However it does not explain why the groups leave?
    I think that it is the global groups maybe?!
     
  8. Offline

    frdmn

    No, to share a inventory between 2 worlds, you need to adjust the plugins/Multiverse-Inventories/groups.yml

    You need to set up a permission groups for that world as well :)
     
  9. Offline

    penguinben

    Ok, I shall do the inventories bit;


    However, I want players to keep the same rank when they to to donator land the end etc...
     
  10. Offline

    frdmn

    Then you need the identical groups in both worlds... Simply copy the already set up groups.yml into the folder of the other world. :)
     
  11. Offline

    penguinben

    Surely I will have to add them to that rank in the donator world too?
     
  12. Offline

    frdmn

    Yep, or you just mirror the userfiles in those two worlds :)
     
  13. Offline

    penguinben

    Is there no way for it to do it automatically once I add it to one world?
     
  14. Offline

    frdmn

    Yes there is. Like a said... there's mirror feature in GroupManager's config.yml.

    Try something like this:

    Code:
      mirrors:
            world:
              donatorworld:
              - users
     
  15. Offline

    penguinben

    We just tried this again, it does not work.
    Players eget the eroor: "you do not have access to this command".

    Please help!
     
  16. Offline

    darkforce100

    Are you on mac or pc?
     
  17. Offline

    Necrodoom

    paste startup log and your groups.yml again.
     
  18. Offline

    penguinben

    erm, how do i find the start up logs? Here is my current config:
    http://pastebin.com/qgZQFPRE
     
  19. Offline

    Necrodoom

    multiple errors:
    you give giving 'essentials.kits' and 'essentials.kit.kitname', the only correct is:
    'essentials.kit' and 'essentials.kits.kitname'
    also, dots in group names (V.I.P) not allowed.
     
  20. Offline

    penguinben

    aye, i added that yesterday (the "s") after it stopped working!
    We have now got it fixed, a player logged onto the server, and saw we were having problems, and actually fixed it for us! :DD

    Thanks for all your help!:D
     
  21. Offline

    frdmn

    Could you let the community know, how you fixed it in specific? If someone else has a similar problem?
     
  22. Offline

    Necrodoom

    il save you the time, he gave wrong permissions (essentials.kits instead of essentials.kit, essentials.kit.kitname instead of essentials.kits.kitname)
     
  23. Offline

    frdmn

    Oh, sorry, i didn't read your reply above. Thanks :)
     
  24. Offline

    penguinben

    In actual fact we did not. We only changed it to that after everything else failed, we just thought that in some miracle it may do something. The person who fixed it - Ttegle has our complete thanks for fixing it though.

    -The spelling error was known to us, but it did not work before we ADDED the error.

    Also, multiverse Inventories are done, Thanks Frdmn.
     
Thread Status:
Not open for further replies.

Share This Page