Code Monkey home page Code Monkey logo

Comments (6)

 avatar commented on August 24, 2024

I just realised that.. when I completely remove the -baconcity from the config.. it works
But when I add it to either one of the groups it ignores it completely.

from multiverse-inventories.

gmcnew avatar gmcnew commented on August 24, 2024

This might be your problem (see line 1):

# Options for shares: inventory, exp, health, hunger, beds
# Worlds not listed in a group will have a separate personal inventory/stats/bed.
groups:
  EXPERIENCE:
    ...
    shares:
    - experience    <-- wrong
  HUNGER:
    worlds:
    ...
    shares:
    - hunger
  INVENTORIES:
    ...
    shares:
    - inventories
  HEALTH:
    ..
    shares:
    - health
  BED_SPAWNS
    ...
    shares:
    - bed spawns:    <-- wrong

edit: To clarify, what I suspect is going on is that since some of your "shares" settings are invalid, Multiverse-Inventories is defaulting to share everything. Since baconcity is in at least one of these groups with incorrect "shares" settings, it has everything shared with it.

from multiverse-inventories.

dumptruckman avatar dumptruckman commented on August 24, 2024

Several things.. 'experience' IS a valid share, 'bed spawns' is not, try 'beds'.

Also, you can set multiple shares for 1 group, if the worlds are the same, just add all the stuff those same worlds shares to the same group. Looks like you only want to separate out 'inventories' so you'd make a separate group for that like you did.

Make sure if you have '*' permission in your permission manager that you negate the bypass permissions which can be found on https://github.com/Multiverse/Multiverse-Inventories/wiki/Big-List-O-Permissions

Lastly, there WAS a bug that would cause all worlds in the same group to share everything no matter what you set shares to (probably your case). This was fixed in build #67 but I'd recommend using the latest #69

from multiverse-inventories.

gmcnew avatar gmcnew commented on August 24, 2024

Thanks dumptruckman. Also, is inventories a valid share? I meant to point it out above, but apparently I didn't.

from multiverse-inventories.

 avatar commented on August 24, 2024

Oh god.. what embarrassing mistakes..
I totally missed this line and took the groupnames from the wiki.. i knew something wasnt right ;)

You were right, it was the bug that caused all the troubles.
I changed the config(to inventory, exp and beds) and updatet to #69
Everything is working gorgeously now!

Thanks a lot! You are the best
Have a nice day!

from multiverse-inventories.

dumptruckman avatar dumptruckman commented on August 24, 2024

@gmcnew @Numn actually, I just added the possible names on the wiki here: https://github.com/Multiverse/Multiverse-Inventories/wiki/FAQ#wiki-sharing

edit: I should add inventories as a possibility...

from multiverse-inventories.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.