Plugin Multiverse-Inventories problèmes entres mondes

Vityee

Bucheron
16 Février 2019
12
0
14
19
Bonjour,
j'ai un serveur avec 3 mondes:
- world (une survie avec son nether et son end)
world_nether
world_the_end
- Creatif (un créatif avec son nether et son end)
creatif_nether
creatif_the_end
et
- FK (une map FK avec son nether et son end)
FK_nether
FK_the_end

J'ai pas de soucis au niveau du spawn ou des permissions dans chaque monde mais je ne comprend pas comment faire avec Mutliverse-Inventories, actuellement seul ma survie a un inventaire connecté entre le nether et l'ender, mais si je vais dans l'ender ou le nether du fk par exemple je n'aurais pas le même stuff que dans l'overworld, est-ce que vous pourriez m'indiquer ce que je dois faire pour avoir ça ? merci d'avance
 

Niz

l | l | l | l | l
18 Août 2013
1 064
1
639
267
Bonjour !

Peux-tu nous montrer tes configurations pour le plugin Multiverse Inventories ?
Normalement tu dois créer un groupe pour chaque groupe de monde avec le même inventaire.

En espérant pouvoir t'aider.
 

Vityee

Bucheron
16 Février 2019
12
0
14
19
groups:
default:
worlds:
- world
- world_the_end
- world_nether
shares:
- all
ça c'est le groups.yml
settings:
# This is the locale you wish to use.
locale: en
# If this is true it will generate world groups for you based on MV worlds.
first_run: false
# If this is set to true, it will enable bypass permissions (Check the wiki for more info.)
use_bypass: false
# If set to true, any world not listed in a group will automatically use the settings for the default group!
default_ungrouped_worlds: false
# The default and suggested setting for this is FALSE.
# False means Multiverse-Inventories will not attempt to load or save any player data when they log in and out.
# That means that MINECRAFT will handle that exact thing JUST LIKE IT DOES NORMALLY.
# Changing this to TRUE will have Multiverse-Inventories save player data when they log out and load it when they log in.
# The biggest potential drawback here is that if your server crashes, player stats/inventories may be lost/rolled back!
save_load_on_log_in_out: false
# If this is set to true, players will have different inventories/stats for each game mode.
# Please note that old data migrated to the version that has this feature will have their data copied for both game modes.
use_game_mode_profiles: false
shares:
# When set to true, optional shares WILL be utilized in cases where a group does not cover their uses for a world.
# An example of this in action would be an ungrouped world using last_location. When this is true, players will return to their last location in that world.
# When set to false, optional shares WILL NOt be utilized in these cases, effectively disabling it for ungrouped worlds.
optionals_for_ungrouped_worlds: true
# You must specify optional shares you wish to use here or they will be ignored.
# The only built in optional share is "economy"
use_optionals: []
et ça c'est le config.yml

La liste de tout mes mondes:
world
world_nether
world_the_end
Creatif
Creatif_nether
Creatif_the_end
FK9
FK9_nether
FK9_the_end

Mon objectif c'est que l'inventaire dans le monde Creatif soit le même
et que dans FK9 aussi

Merci ^^

J'ai pas envie de devoir changer le groupe des joueurs quand ils changent de monde (si c'est comme GroupManager le principe de groupe) je veux juste que leur inventaire soit cohérent
 

Niz

l | l | l | l | l
18 Août 2013
1 064
1
639
267
Hello !

Je ne connais pas super bien le plugin donc je suis pas sûr de pouvoir t'aider proprement.
À mon avis, tu devrais créer un nouveau groupe en dessous du groupe default dans le fichier group.yml.
Un peu du style:
YAML:
groups:
   default:
      worlds:
      - world
      - world_the_end
      - world_nether
      shares:
      - all
   creatif:
      worlds:
      - creatif
      - creatif_the_end
      - creatif_nether
      shares:
      - all
   fk9:
      worlds:
      - fk9
      - fk9_the_end
      - fk9_nether
      shares:
      - all

Faut tester !

En espérant t'avoir aidé.

C'est bien ça, merci d'avoir pris le temps de m'aider !