Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inventory of the creative mode is found on the survival mode after disconnection #525

Open
gortador opened this issue May 21, 2023 · 1 comment
Labels
Type: Assistance Request for help or poses a question.

Comments

@gortador
Copy link

gortador commented May 21, 2023

When I change gamemode and I go to creative, I make changes in my inventory in creative, then I log out, when I log back in my inventory from creative mode is found on my inventory from survival mode

Multiverse inventory 4.2.5
multiverse core 4.3.9
multiverse portal 4.2.2
multiverse netherportal 4.2.2

multiverse inventory config :

Multiverse-Inventories 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: true
  
  # 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 shares are "economy" and "last_location".
  use_optionals: []
@gortador gortador added the Type: Assistance Request for help or poses a question. label May 21, 2023
@zax71
Copy link
Member

zax71 commented Aug 19, 2023

use_game_mode_profiles: false You need to enable this for that feature to work.

When you modify your config and it resets, it's most likely because you did it while the server was on. You have to shutdown the server before making any changes to config files, or else your changes will be overwritten! Alternatively, you can use the /mv conf command to change config values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Assistance Request for help or poses a question.
Projects
None yet
Development

No branches or pull requests

2 participants