Stránka 1 z 1

Prosím o pomoc u pluginu multiverse

Napsal: 11 dub 2012, 18:05
od eakethet
37118

Zdravím, včera sem si přidal na server plugin multiverse a k němu příslušející plugin MultiVerse inventories.
Vytvořil sem nový svět, jen pro vip, kde by byla možnost locků atd. ale chci aby se při přecházení mezi normal světem a tim vip smazal inventory.
Tady je config, co s tím? :D

Kód: Vybrat vše

# ===[ Multiverse Inventories Config ]===
settings:
  # This is the locale you wish to use.
  locale: en
  # Level of debugging information to display.
  # 0 = off, 1-3 increasing amount of debug spam.
  debug_level: 0
  # If this is true it will generate world groups for you based on MV worlds.
  first_run: false
# This is where you configure your world groups
# example below:
#    groups:
#      example_group:
#        worlds:
#        - world1
#        - world2
#        shares:
#        - all
# In this example, world1 and world2 will share everything sharable.
# When things are shared this means they are the SAME for each world listed in the group.
# Options for shares: inventory, exp, health, hunger, beds
# Worlds not listed in a group will have a separate personal inventory/stats/bed.
groups:
  default:
    worlds:
    - world_nether
    - world
    - world_the_end
    - VIP_SVET
    shares:
    - world_nether
    - world
    - world_the_end

Re: Prosím o pomoc u pluginu multiverse

Napsal: 11 dub 2012, 18:06
od Vojko
Aj do shares pripíš názov sveta ...

Re: Prosím o pomoc u pluginu multiverse

Napsal: 11 dub 2012, 18:07
od nejento
Právě, že ho musí odebrat ze seznamu.
Worlds not listed in a group will have a separate personal inventory/stats/bed.

Světy nezapsané ve skupině budou mít oddělené osobní inventáře/statistiky/postele.

To znamená, že si musíš ještě připsat skupinu se stejným jménem jako máš v permissionech a ten svět jim tam taky nedat :)

Re: Prosím o pomoc u pluginu multiverse

Napsal: 11 dub 2012, 21:49
od Sejsel

Kód: Vybrat vše

groups:
  default:
    worlds:
    - world_nether
    - world
    - world_the_end
    shares:
    - inventory
    - exp
    - health
    - hunger
    - beds
  vip:
    worlds:
    - VIP_SVET
    shares:
    - inventory
    - exp
    - health
    - hunger
    - beds

Re: Prosím o pomoc u pluginu multiverse

Napsal: 12 dub 2012, 16:24
od eakethet
Díky moc, karma+