Solved Multiverse-Inventrories help

Discussion in 'Bukkit Help' started by Dwarf_Tasael, Jul 27, 2012.

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

    Dwarf_Tasael

    Hello,

    So i have a problem. I have 7 different worlds in my server. These are the worlds: Survival, Survival_the_nether, Survival_end, pvp, pvp_the_nether, pvp_end and SpawnWorld

    So I want that people have the same inventories in:
    Survival, Survival_the_nether and Survival_end (1 inventorie for these worlds)

    pvp, pvp_the_nether and pvp_end(1 inventorie for these worlds)

    SpawnWorld (1 inventorie for this world)

    If somebody has a Pickaxe in Survival and he steps into a nether portal, i want him to keep the Pickaxe. But when he warps to pvp, pvp_nether, pvp_end, SpawnWorld i want that his inventory is empty again. But when he goes back to Survival, Survival_end, Survival_nether, i want him to have his pickaxe back.

    I have no idea how to configure it like this. So can somebody help me?

    I hope you understand my problem!

    Thanks in advance!

    p.s Sorry for my awfull english :p

    Anyone?

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

    whaling

    You should wait 24 hours before bumping a thread. 24 minutes isn't far too short, you've barely given anyone a chance to see this post.

    Anyway, the example in the Multiverse Inventories config.yml is actually pretty straightforward. Have a read through that file and then come back with any questions.
     
  3. Offline

    Dwarf_Tasael

    Thats in the config, i've already read that, but my english is not very good and i didn't really understand that? Do i have to make it like this:

    Or like this?




    I also have another question. I want to see in which world people are. So the chat is like this:
    [Survival][Admin]Dwarf_Tasael: Hi
    How can i do that?

    Btw sorry for the quick bump, but people in my server are making me crazy!
     
  4. Offline

    whaling

    It's only a bump if you post twice in a row, replying quickly is fine :)

    Should be more like this. (I think, haven't been able to test this- tell me if it works/doesn't work).

    Code:
    groups:
      default:
        worlds:
        - World_the_end
        - World_nether
        - World
        shares:
        - all
     
        pvp:
        - pvp_the_end
        - pvp_nether
        - pvp
        shares:
        - all
        survival:
        - survival_the_end
        - survival_nether
        - survial
        shares:
        - all
     
    
    Shouldn't need to put the Spawn one in, since it'd be independent by default.

    To put the world name in chat change the Essentials Core config.yml to read "prefixchat: 'true'".
     
  5. Offline

    Dwarf_Tasael

    I'm going to test the inventories now, but the prefix don't work. It's now like this in the chat: [][Admin]Dwarf_Tasael
     
  6. Offline

    whaling

    What other plugins do you have? EssentialsChat (for example) might be overriding it.
     
  7. Offline

    Dwarf_Tasael

    The multiverse-inventories doesn't work that way :s

    Yes i have essentials chat. Im going to look for that

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

    Necrodoom

    essentialschat isnt overriding, multiverse hooks to essentialschat, and adds [world] prefix.

    make sure worldnameprefix is true in multiverse config
     
  9. Offline

    Dwarf_Tasael

    This is the essentials chat config, i cant see anything wrong there...

    It's on true

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

    whaling

    Oh no! It works for me like that. Could you please put your multiverse-inventories config.yml, multiverse-core config.yml and worlds.yml on http://pastebin.com/?
     
  11. Offline

    Necrodoom

    what is the plugin that adds the [Admin] tag? essentialschat isnt adding that. you might have to merge the [admin] prefix into the format.
     
  12. Offline

    whaling

    Maybe a plugin list would be in order at this point.
     
  13. Offline

    Dwarf_Tasael

    its GroupManager. Part of essentials.

    Here you go:
    Inventories: http://pastebin.com/xtBEUYzF
    Core: http://pastebin.com/smdy7Ruf

    p.s. The Hardcore world is the pvp world
     
  14. Offline

    whaling

    Okay, that's (possibly) your problem, you didn't copy everything I posted :p
    Code:
    groups:
      default:
        worlds:
        - world_nether
        - world
        - world_the_end
        shares:
        - all
        Hardcore:
        - Hardcore_the_end
        - Hardcore_nether
        - Hardcore
        shares:
        - all
        survival:
        - Survival_the_end
        - Survival_nether
        - Survival
        shares:
        - all
    Try replacing what you've got with that.

    And can I have worlds.yml please?
     
  15. Offline

    Necrodoom

    use essentialschat format instead for group names, see if that works.
     
  16. Offline

    Dwarf_Tasael

    http://pastebin.com/j9y1phXJ

    World, World_Nether, World_The_End are not in use

    How do i do that?

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

    whaling

    Did you try what necrodoom said to do with group name prefixes?
    EDIT:
    Something like this:
    Code:
    group-formats:
     Default: '{DISPLAYNAME}: {MESSAGE}'
     Admins: '[Admin] {DISPLAYNAME}: {MESSAGE}'
    And did my suggested replacement for the inventories work?
     
  18. Offline

    Dwarf_Tasael

    trying it now

    The inventory thing still doesn't work :s

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

    whaling

    Darn. Post the updated multiverse-inventories config to pastebin please.
     
  20. Offline

    Dwarf_Tasael

  21. Offline

    whaling

    My mistake, I missed something. Replace with this:
    Code:
    groups:
      default:
        worlds:
        - world_nether
        - world
        - world_the_end
        shares:
        - all
      Hardcore:
        worlds:
        - Hardcore_the_end
        - Hardcore_nether
        - Hardcore
        shares:
        - all
       survival:
        worlds:
        - Survival_the_end
        - Survival_nether
        - Survival
        shares:
        - all
     
  22. Offline

    Dwarf_Tasael

    Im trying it out tognight. There are 12 players online atm and i've restartet the server 5 times now in the past 2 hours.

    Just tried it and it doesn't work :s I also can't find any think on internet

    Do you have more ideas?

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

    whaling

    Okay, this is my config.yml with modified names. If it doesn't work, then I have absolutely no idea what's going on, since it's working fine for me. If it does work I still have absolutely no what's going on because it doesn't seem any different to what I gave you earlier (syntax-wise anyway).
    http://pastebin.com/uZ0z7JKe
     
  24. Offline

    Dwarf_Tasael

    Omg!! Thank you! Thank you! Thank you! Thank you! Thank you!

    It finally works!!
     
  25. Offline

    whaling

    Mark this thread as solved then please. Click 'Thread Tools' (top right of your first post), then 'Edit Thread' and click '(No prefix)'. Change that to 'Solved' and you're done. :)
     
Thread Status:
Not open for further replies.

Share This Page