Stránka 1 z 1

Multiverse core

Napsal: 11 led 2015, 13:53
od MarekBurget
93.91.250.132:27373

Zdravím, robím pre hračov novy svet , pretože starý je poničeny, a chcem pridat novy, no mam tu problem.


Mam multiverse inventories na serveri, a ked spravim novy svet, hrači budu mat iny inventar, chcel by som spravit aby mali taky isty inventar ako v zakladnom svete.


Dakujem.

Re: Multiverse core

Napsal: 11 led 2015, 13:55
od DenOwq
Jednoduše ten world vypneš v configu? :D

Re: Multiverse core

Napsal: 11 led 2015, 13:55
od Escalator883
Pošli prosím config Multiverse-Inventories a pod akým názvom vytváraš nový Svet ?

Re: Multiverse core

Napsal: 11 led 2015, 14:00
od MarekBurget
Meno noveho svetu: world_2

Config multiverse inventories:

Spoiler: zobrazit

Kód: Vybrat vše

# Multiverse-Inventories Settings

# ===[ Multiverse Inventories Config ]===
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: true
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: []

Re: Multiverse core

Napsal: 11 led 2015, 14:30
od marty_
ne config, ale groups.yml :-)

ale nastavit si to muzes sam ukazka meho kodu:

Kód: Vybrat vše

# Multiverse-Inventories Groups


# To ADD, DELETE, and EDIT groups use the command /mvinv group.
# No support will be given for those who manually edit these groups.
groups:

  default:

    worlds:

    - senior

    - classic

    shares:

    - all


dle tohoto configu servery senior a classic maji mezi sebou vse nazdilene a ostatni nemaji nic.
Ty ostatni tu nemusim mit ani vypsane...
Proste jen ty ktere maji mit spolecne veci.

Re: Multiverse core

Napsal: 11 led 2015, 14:39
od MarekBurget
dakujem