Çözüldü Dünya Değiştirince Grup Değişiyor.

Durum
Mesaj gönderimine kapalı.

Dangereus

Fırında Isıttığım İlk Taş
Katılım
28 Nisan 2015
Mesajlar
83
Elmaslar
7
Puanlar
0
Arkadaşlar ben skyblokda spawn yerinde kendime kurucu verdiğimde askyblock dünyasında hala oyuncu oluyorum. Spawnda kendime kurucu verdimde orman dünyasındada spawn dünyasındada diyer başka dünyalardada kurucu olmak istiyorum. Nasıl yapabilirim. Spawn dünyasında kendime /manuadd nick kurucu yaptığımda diyer dünyalardada kurucu olmak istiyorum
 

samoi

one is glad to be of service
Emekli

Discord:

mudlusamoi#5646

Katılım
28 Ekim 2014
Mesajlar
3.552
Elmaslar
1.383
Puanlar
19.760
Yaş
24
Yer
Bursa
Minecraft
smt287
Groupmanager > config.yml > mirrors > kısmının altında all_unnamed_worlds gibi bir şey yoksa oraya ekleyin. Örnek:
Kod:
  mirrors:
        world:
          world_nether:
          - users
          - groups
          world_the_end:
          - users
          - groups
          all_unnamed_worlds:
          - users
          - groups
 
I

IrfanDmn

Ziyaretçi
Merhaba, groupmanager dosyanın tamamını atarsan düzenleyip sana atarım. Bu konu hakkında çözüm yazılınca kavrayamıyorsunuz ve yine yapamıyorsunuz.
 

Dangereus

Fırında Isıttığım İlk Taş
Katılım
28 Nisan 2015
Mesajlar
83
Elmaslar
7
Puanlar
0
@smt287 o ayara baktım ancak ne yazdığınızdan nede configinden bir şey anlayabildim. Bana bir örnek yapıp atabilir misiniz buraya. World: Skyblock, market Yetki: Kurucu, Admin bunlar yeterli sanırım bunlarla bana örnek yaparsanız sevinirim[DOUBLEPOST=1513530877,1513002914][/DOUBLEPOST]@IrfanDmn yapmam gereken şey world_the_end in altına
all_unnamed_world
- users
- group
mu eklemek ?
 
I

IrfanDmn

Ziyaretçi
Hayır, worlda klasörü içinde ki world dışında tüm dünyaları silmen.
 

Dangereus

Fırında Isıttığım İlk Taş
Katılım
28 Nisan 2015
Mesajlar
83
Elmaslar
7
Puanlar
0
Hayır, worlda klasörü içinde ki world dışında tüm dünyaları silmen.
ama askyblock plugini yeni bir dünya oluşturuyor boş bir dünya birde ben birkaç dünya kullanıyorum
 

Puding Bey

Elimi tutan yoktu emanetime tutundum.
Katılım
8 Şubat 2017
Mesajlar
861
Elmaslar
712
Puanlar
15.120
Yaş
23
Yer
Suriye
Bana GroupManagerın içindeki bütün yazıları alttaki kod halinde atarmısınız.

Kod:
Bunun gibi kopyalayıp at
 

Dangereus

Fırında Isıttığım İlk Taş
Katılım
28 Nisan 2015
Mesajlar
83
Elmaslar
7
Puanlar
0
I

IrfanDmn

Ziyaretçi

Puding Bey

Elimi tutan yoktu emanetime tutundum.
Katılım
8 Şubat 2017
Mesajlar
861
Elmaslar
712
Puanlar
15.120
Yaş
23
Yer
Suriye

Dangereus

Fırında Isıttığım İlk Taş
Katılım
28 Nisan 2015
Mesajlar
83
Elmaslar
7
Puanlar
0
Bana GroupManagerın içindeki bütün yazıları alttaki kod halinde atarmısınız.

Kod:
Bunun gibi kopyalayıp at

Hocam buraya configin içindeki yazıları atın pc bozuk olduğundam bir şey yapamıyorum :(

Kod:
settings:
  config:
    # With this enabled anyone set as op has full permissions when managing GroupManager
    # The user will be able to promote players to the same group or even above.
    opOverrides: true
   
    # Default setting for 'mantoglevalidate'
    # true will cause GroupManager to attempt name matching by default.
    validate_toggle: true
   
  data:
    save:
      # How often GroupManager will save it's data back to groups and users.yml
      minutes: 10
      # Number of hours to retain backups (plugins/GroupManager/backup)
      hours: 24
     
  logging:
    # level of detail GroupManager will use when logging.
    # Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
    level: INFO
   
  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:
          world_nether:
          - users
          - groups
          world_the_end:
          - users
          - groups
    #  world2:      (World2 would have it's own set of user and groups files)
    #    world3:
    #    - users    (World3 would use the users.yml from world2, but it's own groups.yml)
    #    world4:
    #    - groups   (World4 would use the groups.yml from world2, but it's own users.yml)
    #  world5:
    #    - world6   (this would cause world6 to mirror both files from world5)
 

Puding Bey

Elimi tutan yoktu emanetime tutundum.
Katılım
8 Şubat 2017
Mesajlar
861
Elmaslar
712
Puanlar
15.120
Yaş
23
Yer
Suriye
Kod:
settings:
  config:
    # With this enabled anyone set as op has full permissions when managing GroupManager
    # The user will be able to promote players to the same group or even above.
    opOverrides: true
 
    # Default setting for 'mantoglevalidate'
    # true will cause GroupManager to attempt name matching by default.
    validate_toggle: true
 
  data:
    save:
      # How often GroupManager will save it's data back to groups and users.yml
      minutes: 10
      # Number of hours to retain backups (plugins/GroupManager/backup)
      hours: 24
   
  logging:
    # level of detail GroupManager will use when logging.
    # Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
    level: INFO
 
  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:
          world_nether:
          - users
          - groups
          world_the_end:
          - users
          - groups
    #  world2:      (World2 would have it's own set of user and groups files)
    #    world3:
    #    - users    (World3 would use the users.yml from world2, but it's own groups.yml)
    #    world4:
    #    - groups   (World4 would use the groups.yml from world2, but it's own users.yml)
    #  world5:
    #    - world6   (this would cause world6 to mirror both files from world5)
Sorunu galiba anladım dünya değiştirince hangi groupa atıyor ? users groubuna mı ?
 

Dangereus

Fırında Isıttığım İlk Taş
Katılım
28 Nisan 2015
Mesajlar
83
Elmaslar
7
Puanlar
0
@Puding bende oyuna giren oyuncular player gurubunda oluyor. Yani evet player gurubuna atıyor. (Server EU o yüzden gurubun adı player)
 

Puding Bey

Elimi tutan yoktu emanetime tutundum.
Katılım
8 Şubat 2017
Mesajlar
861
Elmaslar
712
Puanlar
15.120
Yaş
23
Yer
Suriye
Kendi GroupManager configi' nin dosyanın kopyasını al ve sonra benim attığımı config in içindeki hepsini sil bunları yapıştırır. ( 23 Dakikadır uğraşıyorum allah rızası için doğru çıksın :) )
Kod:
settings:
  config:
    # With this enabled anyone set as op has full permissions when managing GroupManager
    # The user will be able to promote players to the same group or even above.
    opOverrides: true
    # Default setting for 'mantoglevalidate'
    # true will cause GroupManager to attempt name matching by default.
    validate_toggle: true

  data:
    save:
      # How often GroupManager will save it's data back to groups and users.yml
      minutes: 10
      # Number of hours to retain backups (plugins/GroupManager/backup)
      hours: 24
 
  logging:
    # level of detail GroupManager will use when logging.
    # Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
    level: INFO

  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:
          world_nether:
          - users
          - groups
          world_the_end:
          - users
          - groups
          all_unnamed_worlds:
          - users
          - groups
    #  world2:      (World2 would have it's own set of user and groups files)
    #    world3:
    #    - users    (World3 would use the users.yml from world2, but it's own groups.yml)
    #    world4:
    #    - groups   (World4 would use the groups.yml from world2, but it's own users.yml)
    #  world5:
    #   - world6   (this would cause world6 to mirror both files from world5)
 
Son düzenleme:
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı