Groupmanager Sorunu *Acil

KillOfDeath

Sudan Çıkmış
En iyi cevaplar
0
Arkadaslar groupmanager da nedense;
plugins>groupmanager>worlds>
kisminda 2 tane dosya var.
Biri world klasoru
Digeri kendi dunyamin adi
ben bunu nasil tek bi klasorde toplarim acil yardim.
 

Tuloen

Marangoz
En iyi cevaplar
0
Groupmanager > config.yml kısmına geliniz

Kod:
  mirrors:
        # Worlds listed here have their settings mirrored in their children.
        # The first element 'world' is the main worlds name
        # subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
        # the same user/groups files as the parent.
        # Each child world can be configured to mirror the 'groups', 'users' or both files from it's parent.
        world:
kısmına şu kodu ekleyin world kısmına
Kod:
          all_unnamed_worlds:
          - users
          - groups
 

jattousero

Ağaç Yumruklayıcı
En iyi cevaplar
0
Peki bunu nasıl şöyle yaparız. mesela faction adlı bir mapımız var orda admin. fakat skyblock adlı ayrı bir mapımız daha var orda ise Oyuncu ?
 

KillOfDeath

Sudan Çıkmış
En iyi cevaplar
0
mirrors:
# Worlds listed here have their settings mirrored in their children.
# The first element 'world' is the main worlds name, and is the parent world.
# subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
# the same user/groups files as the parent.
# the element 'all_unnamed_worlds' specifies all worlds that aren't listed, and automatically mirrors them to it's parent.
# Each child world can be configured to mirror the 'groups', 'users' or both files from its parent.
world:
world_nether:
- users
- groups
world_the_end:
- users
- groups
all_unnamed_worlds:
- users
- groups

Burasi benim config dosyam ama henuz duzelmedi.

Kod:
  mirrors:
        # Worlds listed here have their settings mirrored in their children.
        # The first element 'world' is the main worlds name, and is the parent world.
        # subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
        # the same user/groups files as the parent.
        # the element 'all_unnamed_worlds' specifies all worlds that aren't listed, and automatically mirrors them to it's parent.
        # Each child world can be configured to mirror the 'groups', 'users' or both files from its parent.
        world:
          world_nether:
          - users
          - groups
          world_the_end:
          - users
          - groups
          all_unnamed_worlds:
          - users
          - groups
Bu
 
Üst