Minecraft TitleManager Hazır Türkçe Config

Alharu

İlerlemenin sırrı başlamaktır.
Mesajlar
145
En iyi cevaplar
20
Beğeniler
171
Puanları
560
Ruh hali
ec834e6f7af1511a31806347f85cbbaabc08402d.gif


Minecraft TitleManager Hazır Türkçe Config

Merhaba Gamer ailesi, bugün sizlere TitleManager'ı tanıtıp daha sonrasında sunucunuzda kullanabileceğiniz hazır türkçe config dosyasını paylaşacağım.

EKLENTİ HAKKINDA
TitleManager, sunucunuzda kayan mesajlar, tab listesi için bir üst bilgi ve alt bilgi ve bir scoreboard oluşturmanızı sağlar. Bunları kendinize göre istediğiniz şekilde düzenleyebilirsiniz. Ben bu konuda sizler için bunu hazır olarak sunacağım. Bu eklenti yalnızca 1.7 ve 1.15 arası sürümlerde çalışır. Birçok bu tarz eklenti bulunmasına rağmen TitleManager hem işlevliliğiyle hem de basit yapısıyla günümüzde de Minecraft sunucunuz için tercih edebileceğiniz güzel bir eklenti olduğunu söyleyebilirim.

EKLENTİ ÖZELLİKLERİ
-
Hoş geldiniz başlığı.
- İlk girişe özel karşılama mesajı.
- Oyuncu listesi (TAB) üst bilgisi ve alt bilgisi.
- Hoş geldiniz eylem çubuğu başlığı.
- Bu başlıkları gönderme komutları.
- Scoreboard kenar çubuğu.
- Zengin API animasyonlar.
- PlaceholderAPI desteği.

KOMUTLAR & İZİNLER
/tm bc [parametre] <mesaj>:
Sunucudaki herkese bir başlık mesajı gönderir. | titlemanager.command.broadcast
/tm abc [parametre] <mesaj>:
Sunucudaki herkese bir eylem çubuğu mesajı gönderir. | titlemanager.command.abroadcast
/tm msg [parametre] <oyuncu> <mesaj>:
Belirtilen oyuncuya bir başlık mesajı gönderir. | titlemanager.command.message
/tm amsg [parametre] <oyuncu> <mesaj>: Belirtilen oyuncuya bir eylem çubuğu mesajı gönderir. | titlemanager.command.amessage
/tm sb toggle: Scoreboard'ı açar / kapatır. | titlemanager.command.scoreboard
/tm animations:
Yüklü olan tüm animasyonları listeler. | titlemanager.command.animations
/tm scripts: Tüm yüklü skriptleri listeler. | titlemanager.command.scripts
/tm reload: Yapılandırma dosyasını, animasyonları ve komut dosyalarını yeniden yükler. | titlemanager.command.reload

HAZIR TÜRKÇE CONFİG

Aşağıdaki fotoğraflarda göründüğü gibi basit bir TAB ve Skor tablosu hazırladım. Siz bunu kendi sunucunuza göre düzenleyebilirsiniz. "FORUM GAMER" kısmına kendi sunucunuzun adını, "www .forum.gamer.com .tr" kısmına da kendi sunucunuzun internet adresini yazarak değiştirirsiniz. Diğer config dosyasında bulunan tüm İngilizce kısımları Türkçe olarak değiştirdim. Duyurular ve başlık gönderme gibi kısımları kendinize göre düzenleyebilirsiniz. İşte oyun içinden görseller;

"TAB Görünümü"
Screenshot_1.png


"Scoreboard Görünümü"
Screenshot_2.png


Not: Rütbe ve para için Vault eklentisi gereklidir.

TÜRKÇE CONFİG
JavaScript:
############################################################
# +------------------------------------------------------+ #
# |                       Notes                          | #
# +------------------------------------------------------+ #
############################################################

# Config comment style borrowed from the Essentials config.
#
# If you want to use special characters (ASCII, UTF-8 characters) in the config, you need to save the file as UTF-8.
#   - If you don't know how this is done, you can see the guide on the wiki: https://github.com/Puharesource/TitleManager/wiki/Unicode---UTF-8-characters-for-TitleManager
#
# Config errors, such as the plugin not loading or the config resetting can be fixed by ensuring that:
#   - No tabs are present: YAML only allows spaces.
#   - You have escaped all apostrophes or quotes in your text:
#      - If you surround your text with apostrophes like this 'don't', double all of your apostrophes like this: 'don''t'
#      - If you surround your text with quotes like this "Quote: "hello"", switch to apostrophes instead like this 'Quite: "hello"'.
#
# If you've got problems:
#   - Join the Discord server here: https://**********/U3Yyu6G
#   - Write a ticket on the Issue Tracker here: https://github.com/Puharesource/TitleManager/issues
#
# 1 second = 20 ticks
#
# For more information check: https://github.com/Puharesource/TitleManager/wiki

############################################################
# +------------------------------------------------------+ #
# |                       General                        | #
# +------------------------------------------------------+ #
############################################################

# Never change this value
config-version: 5

# Toggles debug mode, which prints additional information when the plugin does something.
debug: false

# Toggles whether or not all of the features of TitleManager will be toggled.
using-config: true

# Toggles whether or not all of the BungeeCord functionality will be toggled.
using-bungeecord: false

# (Feature only works on 1.7-1.8 Protocol Hack)
# Toggles whether or not 1.7 players will see actionbar messages when they're holding an item.
legacy-client-support: false

# Toggles whether or not the plugin should warn administrators if there's a new version out.
check-for-updates: true

# The locale used for some of the placeholders.
locale: 'en-US'

############################################################
# +------------------------------------------------------+ #
# |                     Player List                      | #
# +------------------------------------------------------+ #
############################################################

# Sets the header and footer of the player list. (Shown when you hold the TAB key.)

player-list:

  # Toggles this feature.
  enabled: true

  # Sets the header of the player list.
  #
  # Single line format.
  # header: 'My header text'
  #
  # Multiple line format.
  # header:
  # - 'My first line'
  # - 'My second line'
  # - 'My third line'
  header:
  - '&c&lFORUM &f&lGAMER'
  - ''

  # Sets the footer of the player list.
  #
  # Single line format.
  # footer: 'My footer text'
  #
  # Multiple line format.
  # footer:
  # - 'My first line'
  # - 'My second line'
  # - 'My third line'
  footer:
  - ''
  - '&7Sunucuda şu anda &a%{online} &7kişi oynuyor!'
  - ''
  - '&eVIP, Spawner, Anahtar ve daha fazlası için: &cwww.forum.gamer.com.tr'

############################################################
# +------------------------------------------------------+ #
# |                    Welcome Title                     | #
# +------------------------------------------------------+ #
############################################################

# Sets the title that is sent to the player when they join the server.

welcome-title:

  # Toggles this feature.
  enabled: true

  # The title shown.
  title: 'Forum Gamer Sunucusuna Hoşgeldin'

  # The subtitle shown.
  subtitle: 'Umarım sunucudan memnun kalırsın'

  # The time it takes for the title to fade into the screen. (In ticks)
  fade-in: 20

  # The time it takes for the title to stay on the screen. (In ticks)
  stay: 40

  # The time it takes for the title to fade out of the screen. (In ticks)
  fade-out: 20

  # The title shown when the player joins the server for the first time.
  first-join:

    # The title shown.
    title: 'Forum Gamer Sunucusuna Hoşgeldin'

    # The subtitle shown.
    subtitle: 'Bu senin sunucuya ilk girişin!'

############################################################
# +------------------------------------------------------+ #
# |                  Welcome Actionbar                   | #
# +------------------------------------------------------+ #
############################################################

# Sets the actionbar that is sent to the player when they join the server.

welcome-actionbar:

  # Toggles this feature.
  enabled: true

  # The message shown.
  title: ''

  # The message shown when the player joins the server for the first time.
  first-join: 'Forum Gamer Sunucusuna Hoşgeldin, bu senin ilk girişin!'

############################################################
# +------------------------------------------------------+ #
# |                     Placeholders                     | #
# +------------------------------------------------------+ #
############################################################

# Configures anything placeholder related.

placeholders:

  # The format used by the balance placeholder.
  number-format:

    # Toggles this feature.
    enabled: true

    # The format used.
    format: '#,###.##'

  # The format used by the server-time placeholder.
  # The format used can be found here: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  date-format: 'EEE, dd MMM yyyy HH:mm:ss z'

############################################################
# +------------------------------------------------------+ #
# |                      Scoreboard                      | #
# +------------------------------------------------------+ #
############################################################

# Sets the scoreboard (sidebar) that is sent to the player

scoreboard:

  # Toggles this feature
  enabled: true

  # The title displayed at the very top of the scoreboard
  # WARNING! (1.12 or below ONLY) The title must consist of 32 or less characters (this includes color codes)
  title: '&c&lFORUM &f&lGAMER'

  # The lines of the scoreboard (Maximum of 15 lines allowed)
  # Each line can only have 40 characters (this includes color codes)
  # Each line must also be unique, a work around would be to put a color code at the end your line, to make it unique.
  lines:
  - ''
  - '&8> &fAd: &a%{name}'
  - '&8> &fRütbe: &c%{group}'
  - '&r'
  - '&8> &fPara: &6%{balance} TL'
  - '&r&r'
  - '&8> &fSunucu: &aFaction'
  - '&8> &fPing: &a%{ping}'
  - '&r'
  - '&cwww.forum.gamer.com.tr'

############################################################
# +------------------------------------------------------+ #
# |                      Announcer                       | #
# +------------------------------------------------------+ #
############################################################

# Automatically send titles and/or actionbar messages to the players on the server.

announcer:

  # Toggles this feature.
  enabled: true

  # The announcements
  #
  # The format:
  #
  # announcement-name:
  #   interval: 60                        (Seconds, Default: 60)
  #   timings:
  #     fade-in: 20                       (Ticks, Default: 20)
  #     stay: 40                          (Ticks, Default: 40)
  #     fade-out: 20                      (Ticks, Default: 20)
  #   titles:
  #   - 'First title'                     (The title sent)
  #   - 'Second title\nSecond subtitle'   (The next title sent, this time using \n to split the title and subtitle from each other)
  #   actionbar:
  #   - 'First actionbar'                 (The actionbar message sent)
  #   - 'The next actionbar sent'         (The next actionbar message sent)
  announcements:
    my-announcement:
      interval: 60
      timings:
        fade-in: 20
        stay: 40
        fade-out: 20
      titles:
      - '&aBu 1. başlık announcement\n&aBu altyazı'
      - '&bBu 2. başlık announcement\n&bBu altyazı'
      actionbar:
      - '&aBu 1. eylem çubuğu duyurusu'
      - '&bBu 2. eylem çubuğu duyurusu'

############################################################
# +------------------------------------------------------+ #
# |                       Bandwidth                      | #
# +------------------------------------------------------+ #
############################################################

# Configures all of the bandwidth saving options.

bandwidth:
  # Prevents sending identical packets, lowering bandwidth (but might be more CPU intensive).
  prevent-duplicate-packets: true

  # The tick rate of the player list in milliseconds. (Lower = More bandwidth & CPU usage, Higher = Less bandwidth & CPU usage)
  player-list-ms-per-tick: 50

  # The tick rate of the scoreboard in milliseconds. (Lower = More bandwidth & CPU usage, Higher = Less bandwidth & CPU usage)
  scoreboard-ms-per-tick: 50

############################################################
# +------------------------------------------------------+ #
# |                       Messages                       | #
# +------------------------------------------------------+ #
############################################################

# Configures all of the messages sent to the users.

messages:
  # The message shown when a player doesn't have permission to run a command.
  no-permission: '&cBu komutu kullanma izniniz yok!'

  # The messages from the command /tm version
  command-version:
    description: 'Gives you the current running version of TitleManager'
    version: '&aSunucu %version &asürümü çalıştırıyor'

  # The messages from the command /tm reload
  command-reload:
    description: 'TitleManager`ı Yeniden Yükler'
    reloaded: '&aTitleManager yeniden yüklendi'

  # The messages from the command /tm animations
  command-animations:
    description: 'Yüklü tüm animasyonları görüntüler'
    format: '&aYüklü animasyonlar (&f%count&a): %animations'
    separator: '&f, &a'

  # The messages from the command /tm scripts
  command-scripts:
    description: 'Yüklü tüm skriptleri göüntüler'
    format: '&aYüklü skriptler (&f%count&a): %scripts'
    separator: '&f, &a'

  # The messages from the command /tm broadcast
  command-broadcast:
    description: 'Sunucuya bir başlık yayınlar'
    usage: '<title>|<title\nsubtitle>'
    title-sent: '"&r%title&a" &aisimli başlığı yayınladınız.'
    subtitle-sent: '"&r%subtitle&a" &aisimli altyazıyı yayınladınız.'
    both-sent: '"&r%title&a" "&r%subtitle&a" &aisimli başlıkları yayınladınız.'

  # The messages from the command /tm abroadcast
  command-abroadcast:
    description: 'Bir eylem çubuğu başlığını sunucuya yayınlar'
    usage: '<title>'
    sent: '"&r%title&a" &aisimli eylem çubuğu başlığını yayınladınız.'

  # The messages from the command /tm message
  command-message:
    description: 'Belirtilen oyuncuya bir başlık gönderir'
    usage: '<player> <title>|<title\nsubtitle>'
    title-sent: '&a%player isimli oyuncuya "&r%title&a" &abaşlığını gönderdin.'
    subtitle-sent: '&a%player isimli oyuncuya "&r%subtitle&a" &aaltyazıyı gönderdin.'
    both-sent: '&a%player isimli oyuncuya "&r%title&a" &ave "&r%subtitle&a" &abaşlıklarını gönderdin.'
    invalid-player: '&c%player is not a valid player.'

  # The messages from the command /tm amessage
  command-amessage:
    description: 'Belirtilen oyuncuya bir eylem çubuğu başlığı gönderir'
    usage: '<player> <title>'
    sent: '&a%player isimli oyuncuya "&r%title&a" &aeylem çubuğu başlığını gönderdin.'
    invalid-player: '&c%player geçerli bir oyuncu değil.'

  # The messages from the command /tm scoreboard
  command-scoreboard:
    description: 'Skorbordu açar veya kapatır.'
    usage: 'toggle'
    toggled-on: '&aSkor tablonuzu etkinleştirdiniz.'
    toggled-off: '&cSkor tablonuzu devre dışı bıraktınız.'

KURULUM
1.
Yukarıdaki Config dosyasının içindeki herşeyi kopyalayın.
2. Elinizdeki TitleManager Config dosyanın içindeki herşeyi silin ve yapıştırın.
3. Oyuna girip /tm reload komutunu yazın.
4. Daha sonrasında istediğiniz gibi düzenlemelerinizi yapabilirsiniz.

İyi forumlar!
 


Son düzenleme:

JU5T

Sudan Çıkmış
Mesajlar
2
En iyi cevaplar
0
Beğeniler
0
Puanları
10
Arkadaşlar Öncelikle Hayırlı Akşamlar ben scoreboard ta sadece o dünyadaki aktif kişileri nasıl yapabilirim kodu nedir anlamayanlar için mesela normalde Çevrimiçi için %{online} kullanılır ama ben sadece bulunduğum dünyadaki aktif kişileri göstermek için hangi kod yazmam gerek sevabına yardımcı olursanız sevinirim
 

JU5T

Sudan Çıkmış
Mesajlar
2
En iyi cevaplar
0
Beğeniler
0
Puanları
10
Arkadaşlar Öncelikle Hayırlı Akşamlar ben scoreboard ta sadece o dünyadaki aktif kişileri nasıl yapabilirim kodu nedir anlamayanlar için mesela normalde Çevrimiçi için %{online} kullanılır ama ben sadece bulunduğum dünyadaki aktif kişileri göstermek için hangi kod yazmam gerek sevabına yardımcı olursanız sevinirim
 

DawnBringer

Ağaç Yumruklayıcı
Mesajlar
13
En iyi cevaplar
0
Beğeniler
0
Puanları
30
Arkadaşlar Öncelikle Hayırlı Akşamlar ben scoreboard ta sadece o dünyadaki aktif kişileri nasıl yapabilirim kodu nedir anlamayanlar için mesela normalde Çevrimiçi için %{online} kullanılır ama ben sadece bulunduğum dünyadaki aktif kişileri göstermek için hangi kod yazmam gerek sevabına yardımcı olursanız sevinirim
%{world-online} yaparsan işini görür.
 

iBPlus

Ağaç Yumruklayıcı
Mesajlar
10
En iyi cevaplar
0
Beğeniler
0
Puanları
30
plugini reloadlayınca eski haline geri dönüyor?
 

Dostka

Ağaç Yumruklayıcı
Mesajlar
18
En iyi cevaplar
0
Beğeniler
4
Puanları
40
Ruh hali
Elinize sağlık güzel bir Çalışma olmuş :)
 

TheMustii

Sudan Çıkmış
Mesajlar
2
En iyi cevaplar
0
Beğeniler
0
Puanları
10
Ekli dosyayı görüntüle 153036

Minecraft TitleManager Hazır Türkçe Config

Merhaba Gamer ailesi, bugün sizlere TitleManager'ı tanıtıp daha sonrasında sunucunuzda kullanabileceğiniz hazır türkçe config dosyasını paylaşacağım.

EKLENTİ HAKKINDA
TitleManager, sunucunuzda kayan mesajlar, tab listesi için bir üst bilgi ve alt bilgi ve bir scoreboard oluşturmanızı sağlar. Bunları kendinize göre istediğiniz şekilde düzenleyebilirsiniz. Ben bu konuda sizler için bunu hazır olarak sunacağım. Bu eklenti yalnızca 1.7 ve 1.15 arası sürümlerde çalışır. Birçok bu tarz eklenti bulunmasına rağmen TitleManager hem işlevliliğiyle hem de basit yapısıyla günümüzde de Minecraft sunucunuz için tercih edebileceğiniz güzel bir eklenti olduğunu söyleyebilirim.

EKLENTİ ÖZELLİKLERİ
-
Hoş geldiniz başlığı.
- İlk girişe özel karşılama mesajı.
- Oyuncu listesi (TAB) üst bilgisi ve alt bilgisi.
- Hoş geldiniz eylem çubuğu başlığı.
- Bu başlıkları gönderme komutları.
- Scoreboard kenar çubuğu.
- Zengin API animasyonlar.
- PlaceholderAPI desteği.

KOMUTLAR & İZİNLER
/tm bc [parametre] <mesaj>:
Sunucudaki herkese bir başlık mesajı gönderir. | titlemanager.command.broadcast
/tm abc [parametre] <mesaj>:
Sunucudaki herkese bir eylem çubuğu mesajı gönderir. | titlemanager.command.abroadcast
/tm msg [parametre] <oyuncu> <mesaj>:
Belirtilen oyuncuya bir başlık mesajı gönderir. | titlemanager.command.message
/tm amsg [parametre] <oyuncu> <mesaj>: Belirtilen oyuncuya bir eylem çubuğu mesajı gönderir. | titlemanager.command.amessage
/tm sb toggle: Scoreboard'ı açar / kapatır. | titlemanager.command.scoreboard
/tm animations:
Yüklü olan tüm animasyonları listeler. | titlemanager.command.animations
/tm scripts: Tüm yüklü skriptleri listeler. | titlemanager.command.scripts
/tm reload: Yapılandırma dosyasını, animasyonları ve komut dosyalarını yeniden yükler. | titlemanager.command.reload

HAZIR TÜRKÇE CONFİG

Aşağıdaki fotoğraflarda göründüğü gibi basit bir TAB ve Skor tablosu hazırladım. Siz bunu kendi sunucunuza göre düzenleyebilirsiniz. "FORUM GAMER" kısmına kendi sunucunuzun adını, "www .forum.gamer.com .tr" kısmına da kendi sunucunuzun internet adresini yazarak değiştirirsiniz. Diğer config dosyasında bulunan tüm İngilizce kısımları Türkçe olarak değiştirdim. Duyurular ve başlık gönderme gibi kısımları kendinize göre düzenleyebilirsiniz. İşte oyun içinden görseller;

"TAB Görünümü"
Ekli dosyayı görüntüle 153059

"Scoreboard Görünümü"
Ekli dosyayı görüntüle 153061

Not: Rütbe ve para için Vault eklentisi gereklidir.

TÜRKÇE CONFİG
JavaScript:
############################################################
# +------------------------------------------------------+ #
# |                       Notes                          | #
# +------------------------------------------------------+ #
############################################################

# Config comment style borrowed from the Essentials config.
#
# If you want to use special characters (ASCII, UTF-8 characters) in the config, you need to save the file as UTF-8.
#   - If you don't know how this is done, you can see the guide on the wiki: https://github.com/Puharesource/TitleManager/wiki/Unicode---UTF-8-characters-for-TitleManager
#
# Config errors, such as the plugin not loading or the config resetting can be fixed by ensuring that:
#   - No tabs are present: YAML only allows spaces.
#   - You have escaped all apostrophes or quotes in your text:
#      - If you surround your text with apostrophes like this 'don't', double all of your apostrophes like this: 'don''t'
#      - If you surround your text with quotes like this "Quote: "hello"", switch to apostrophes instead like this 'Quite: "hello"'.
#
# If you've got problems:
#   - Join the Discord server here: https://**********/U3Yyu6G
#   - Write a ticket on the Issue Tracker here: https://github.com/Puharesource/TitleManager/issues
#
# 1 second = 20 ticks
#
# For more information check: https://github.com/Puharesource/TitleManager/wiki

############################################################
# +------------------------------------------------------+ #
# |                       General                        | #
# +------------------------------------------------------+ #
############################################################

# Never change this value
config-version: 5

# Toggles debug mode, which prints additional information when the plugin does something.
debug: false

# Toggles whether or not all of the features of TitleManager will be toggled.
using-config: true

# Toggles whether or not all of the BungeeCord functionality will be toggled.
using-bungeecord: false

# (Feature only works on 1.7-1.8 Protocol Hack)
# Toggles whether or not 1.7 players will see actionbar messages when they're holding an item.
legacy-client-support: false

# Toggles whether or not the plugin should warn administrators if there's a new version out.
check-for-updates: true

# The locale used for some of the placeholders.
locale: 'en-US'

############################################################
# +------------------------------------------------------+ #
# |                     Player List                      | #
# +------------------------------------------------------+ #
############################################################

# Sets the header and footer of the player list. (Shown when you hold the TAB key.)

player-list:

  # Toggles this feature.
  enabled: true

  # Sets the header of the player list.
  #
  # Single line format.
  # header: 'My header text'
  #
  # Multiple line format.
  # header:
  # - 'My first line'
  # - 'My second line'
  # - 'My third line'
  header:
  - '&c&lFORUM &f&lGAMER'
  - ''

  # Sets the footer of the player list.
  #
  # Single line format.
  # footer: 'My footer text'
  #
  # Multiple line format.
  # footer:
  # - 'My first line'
  # - 'My second line'
  # - 'My third line'
  footer:
  - ''
  - '&7Sunucuda şu anda &a%{online} &7kişi oynuyor!'
  - ''
  - '&eVIP, Spawner, Anahtar ve daha fazlası için: &cwww.forum.gamer.com.tr'

############################################################
# +------------------------------------------------------+ #
# |                    Welcome Title                     | #
# +------------------------------------------------------+ #
############################################################

# Sets the title that is sent to the player when they join the server.

welcome-title:

  # Toggles this feature.
  enabled: true

  # The title shown.
  title: 'Forum Gamer Sunucusuna Hoşgeldin'

  # The subtitle shown.
  subtitle: 'Umarım sunucudan memnun kalırsın'

  # The time it takes for the title to fade into the screen. (In ticks)
  fade-in: 20

  # The time it takes for the title to stay on the screen. (In ticks)
  stay: 40

  # The time it takes for the title to fade out of the screen. (In ticks)
  fade-out: 20

  # The title shown when the player joins the server for the first time.
  first-join:

    # The title shown.
    title: 'Forum Gamer Sunucusuna Hoşgeldin'

    # The subtitle shown.
    subtitle: 'Bu senin sunucuya ilk girişin!'

############################################################
# +------------------------------------------------------+ #
# |                  Welcome Actionbar                   | #
# +------------------------------------------------------+ #
############################################################

# Sets the actionbar that is sent to the player when they join the server.

welcome-actionbar:

  # Toggles this feature.
  enabled: true

  # The message shown.
  title: ''

  # The message shown when the player joins the server for the first time.
  first-join: 'Forum Gamer Sunucusuna Hoşgeldin, bu senin ilk girişin!'

############################################################
# +------------------------------------------------------+ #
# |                     Placeholders                     | #
# +------------------------------------------------------+ #
############################################################

# Configures anything placeholder related.

placeholders:

  # The format used by the balance placeholder.
  number-format:

    # Toggles this feature.
    enabled: true

    # The format used.
    format: '#,###.##'

  # The format used by the server-time placeholder.
  # The format used can be found here: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  date-format: 'EEE, dd MMM yyyy HH:mm:ss z'

############################################################
# +------------------------------------------------------+ #
# |                      Scoreboard                      | #
# +------------------------------------------------------+ #
############################################################

# Sets the scoreboard (sidebar) that is sent to the player

scoreboard:

  # Toggles this feature
  enabled: true

  # The title displayed at the very top of the scoreboard
  # WARNING! (1.12 or below ONLY) The title must consist of 32 or less characters (this includes color codes)
  title: '&c&lFORUM &f&lGAMER'

  # The lines of the scoreboard (Maximum of 15 lines allowed)
  # Each line can only have 40 characters (this includes color codes)
  # Each line must also be unique, a work around would be to put a color code at the end your line, to make it unique.
  lines:
  - ''
  - '&8> &fAd: &a%{name}'
  - '&8> &fRütbe: &c%{group}'
  - '&r'
  - '&8> &fPara: &6%{balance} TL'
  - '&r&r'
  - '&8> &fSunucu: &aFaction'
  - '&8> &fPing: &a%{ping}'
  - '&r'
  - '&cwww.forum.gamer.com.tr'

############################################################
# +------------------------------------------------------+ #
# |                      Announcer                       | #
# +------------------------------------------------------+ #
############################################################

# Automatically send titles and/or actionbar messages to the players on the server.

announcer:

  # Toggles this feature.
  enabled: true

  # The announcements
  #
  # The format:
  #
  # announcement-name:
  #   interval: 60                        (Seconds, Default: 60)
  #   timings:
  #     fade-in: 20                       (Ticks, Default: 20)
  #     stay: 40                          (Ticks, Default: 40)
  #     fade-out: 20                      (Ticks, Default: 20)
  #   titles:
  #   - 'First title'                     (The title sent)
  #   - 'Second title\nSecond subtitle'   (The next title sent, this time using \n to split the title and subtitle from each other)
  #   actionbar:
  #   - 'First actionbar'                 (The actionbar message sent)
  #   - 'The next actionbar sent'         (The next actionbar message sent)
  announcements:
    my-announcement:
      interval: 60
      timings:
        fade-in: 20
        stay: 40
        fade-out: 20
      titles:
      - '&aBu 1. başlık announcement\n&aBu altyazı'
      - '&bBu 2. başlık announcement\n&bBu altyazı'
      actionbar:
      - '&aBu 1. eylem çubuğu duyurusu'
      - '&bBu 2. eylem çubuğu duyurusu'

############################################################
# +------------------------------------------------------+ #
# |                       Bandwidth                      | #
# +------------------------------------------------------+ #
############################################################

# Configures all of the bandwidth saving options.

bandwidth:
  # Prevents sending identical packets, lowering bandwidth (but might be more CPU intensive).
  prevent-duplicate-packets: true

  # The tick rate of the player list in milliseconds. (Lower = More bandwidth & CPU usage, Higher = Less bandwidth & CPU usage)
  player-list-ms-per-tick: 50

  # The tick rate of the scoreboard in milliseconds. (Lower = More bandwidth & CPU usage, Higher = Less bandwidth & CPU usage)
  scoreboard-ms-per-tick: 50

############################################################
# +------------------------------------------------------+ #
# |                       Messages                       | #
# +------------------------------------------------------+ #
############################################################

# Configures all of the messages sent to the users.

messages:
  # The message shown when a player doesn't have permission to run a command.
  no-permission: '&cBu komutu kullanma izniniz yok!'

  # The messages from the command /tm version
  command-version:
    description: 'Gives you the current running version of TitleManager'
    version: '&aSunucu %version &asürümü çalıştırıyor'

  # The messages from the command /tm reload
  command-reload:
    description: 'TitleManager`ı Yeniden Yükler'
    reloaded: '&aTitleManager yeniden yüklendi'

  # The messages from the command /tm animations
  command-animations:
    description: 'Yüklü tüm animasyonları görüntüler'
    format: '&aYüklü animasyonlar (&f%count&a): %animations'
    separator: '&f, &a'

  # The messages from the command /tm scripts
  command-scripts:
    description: 'Yüklü tüm skriptleri göüntüler'
    format: '&aYüklü skriptler (&f%count&a): %scripts'
    separator: '&f, &a'

  # The messages from the command /tm broadcast
  command-broadcast:
    description: 'Sunucuya bir başlık yayınlar'
    usage: '<title>|<title\nsubtitle>'
    title-sent: '"&r%title&a" &aisimli başlığı yayınladınız.'
    subtitle-sent: '"&r%subtitle&a" &aisimli altyazıyı yayınladınız.'
    both-sent: '"&r%title&a" "&r%subtitle&a" &aisimli başlıkları yayınladınız.'

  # The messages from the command /tm abroadcast
  command-abroadcast:
    description: 'Bir eylem çubuğu başlığını sunucuya yayınlar'
    usage: '<title>'
    sent: '"&r%title&a" &aisimli eylem çubuğu başlığını yayınladınız.'

  # The messages from the command /tm message
  command-message:
    description: 'Belirtilen oyuncuya bir başlık gönderir'
    usage: '<player> <title>|<title\nsubtitle>'
    title-sent: '&a%player isimli oyuncuya "&r%title&a" &abaşlığını gönderdin.'
    subtitle-sent: '&a%player isimli oyuncuya "&r%subtitle&a" &aaltyazıyı gönderdin.'
    both-sent: '&a%player isimli oyuncuya "&r%title&a" &ave "&r%subtitle&a" &abaşlıklarını gönderdin.'
    invalid-player: '&c%player is not a valid player.'

  # The messages from the command /tm amessage
  command-amessage:
    description: 'Belirtilen oyuncuya bir eylem çubuğu başlığı gönderir'
    usage: '<player> <title>'
    sent: '&a%player isimli oyuncuya "&r%title&a" &aeylem çubuğu başlığını gönderdin.'
    invalid-player: '&c%player geçerli bir oyuncu değil.'

  # The messages from the command /tm scoreboard
  command-scoreboard:
    description: 'Skorbordu açar veya kapatır.'
    usage: 'toggle'
    toggled-on: '&aSkor tablonuzu etkinleştirdiniz.'
    toggled-off: '&cSkor tablonuzu devre dışı bıraktınız.'

KURULUM
1.
Yukarıdaki Config dosyasının içindeki herşeyi kopyalayın.
2. Elinizdeki TitleManager Config dosyanın içindeki herşeyi silin ve yapıştırın.
3. Oyuna girip /tm reload komutunu yazın.
4. Daha sonrasında istediğiniz gibi düzenlemelerinizi yapabilirsiniz.

İyi forumlar!

Ekli dosyayı görüntüle 153036

Minecraft TitleManager Hazır Türkçe Config

Merhaba Gamer ailesi, bugün sizlere TitleManager'ı tanıtıp daha sonrasında sunucunuzda kullanabileceğiniz hazır türkçe config dosyasını paylaşacağım.

EKLENTİ HAKKINDA
TitleManager, sunucunuzda kayan mesajlar, tab listesi için bir üst bilgi ve alt bilgi ve bir scoreboard oluşturmanızı sağlar. Bunları kendinize göre istediğiniz şekilde düzenleyebilirsiniz. Ben bu konuda sizler için bunu hazır olarak sunacağım. Bu eklenti yalnızca 1.7 ve 1.15 arası sürümlerde çalışır. Birçok bu tarz eklenti bulunmasına rağmen TitleManager hem işlevliliğiyle hem de basit yapısıyla günümüzde de Minecraft sunucunuz için tercih edebileceğiniz güzel bir eklenti olduğunu söyleyebilirim.

EKLENTİ ÖZELLİKLERİ
-
Hoş geldiniz başlığı.
- İlk girişe özel karşılama mesajı.
- Oyuncu listesi (TAB) üst bilgisi ve alt bilgisi.
- Hoş geldiniz eylem çubuğu başlığı.
- Bu başlıkları gönderme komutları.
- Scoreboard kenar çubuğu.
- Zengin API animasyonlar.
- PlaceholderAPI desteği.

KOMUTLAR & İZİNLER
/tm bc [parametre] <mesaj>:
Sunucudaki herkese bir başlık mesajı gönderir. | titlemanager.command.broadcast
/tm abc [parametre] <mesaj>:
Sunucudaki herkese bir eylem çubuğu mesajı gönderir. | titlemanager.command.abroadcast
/tm msg [parametre] <oyuncu> <mesaj>:
Belirtilen oyuncuya bir başlık mesajı gönderir. | titlemanager.command.message
/tm amsg [parametre] <oyuncu> <mesaj>: Belirtilen oyuncuya bir eylem çubuğu mesajı gönderir. | titlemanager.command.amessage
/tm sb toggle: Scoreboard'ı açar / kapatır. | titlemanager.command.scoreboard
/tm animations:
Yüklü olan tüm animasyonları listeler. | titlemanager.command.animations
/tm scripts: Tüm yüklü skriptleri listeler. | titlemanager.command.scripts
/tm reload: Yapılandırma dosyasını, animasyonları ve komut dosyalarını yeniden yükler. | titlemanager.command.reload

HAZIR TÜRKÇE CONFİG

Aşağıdaki fotoğraflarda göründüğü gibi basit bir TAB ve Skor tablosu hazırladım. Siz bunu kendi sunucunuza göre düzenleyebilirsiniz. "FORUM GAMER" kısmına kendi sunucunuzun adını, "www .forum.gamer.com .tr" kısmına da kendi sunucunuzun internet adresini yazarak değiştirirsiniz. Diğer config dosyasında bulunan tüm İngilizce kısımları Türkçe olarak değiştirdim. Duyurular ve başlık gönderme gibi kısımları kendinize göre düzenleyebilirsiniz. İşte oyun içinden görseller;

"TAB Görünümü"
Ekli dosyayı görüntüle 153059

"Scoreboard Görünümü"
Ekli dosyayı görüntüle 153061

Not: Rütbe ve para için Vault eklentisi gereklidir.

TÜRKÇE CONFİG
JavaScript:
############################################################
# +------------------------------------------------------+ #
# |                       Notes                          | #
# +------------------------------------------------------+ #
############################################################

# Config comment style borrowed from the Essentials config.
#
# If you want to use special characters (ASCII, UTF-8 characters) in the config, you need to save the file as UTF-8.
#   - If you don't know how this is done, you can see the guide on the wiki: https://github.com/Puharesource/TitleManager/wiki/Unicode---UTF-8-characters-for-TitleManager
#
# Config errors, such as the plugin not loading or the config resetting can be fixed by ensuring that:
#   - No tabs are present: YAML only allows spaces.
#   - You have escaped all apostrophes or quotes in your text:
#      - If you surround your text with apostrophes like this 'don't', double all of your apostrophes like this: 'don''t'
#      - If you surround your text with quotes like this "Quote: "hello"", switch to apostrophes instead like this 'Quite: "hello"'.
#
# If you've got problems:
#   - Join the Discord server here: https://**********/U3Yyu6G
#   - Write a ticket on the Issue Tracker here: https://github.com/Puharesource/TitleManager/issues
#
# 1 second = 20 ticks
#
# For more information check: https://github.com/Puharesource/TitleManager/wiki

############################################################
# +------------------------------------------------------+ #
# |                       General                        | #
# +------------------------------------------------------+ #
############################################################

# Never change this value
config-version: 5

# Toggles debug mode, which prints additional information when the plugin does something.
debug: false

# Toggles whether or not all of the features of TitleManager will be toggled.
using-config: true

# Toggles whether or not all of the BungeeCord functionality will be toggled.
using-bungeecord: false

# (Feature only works on 1.7-1.8 Protocol Hack)
# Toggles whether or not 1.7 players will see actionbar messages when they're holding an item.
legacy-client-support: false

# Toggles whether or not the plugin should warn administrators if there's a new version out.
check-for-updates: true

# The locale used for some of the placeholders.
locale: 'en-US'

############################################################
# +------------------------------------------------------+ #
# |                     Player List                      | #
# +------------------------------------------------------+ #
############################################################

# Sets the header and footer of the player list. (Shown when you hold the TAB key.)

player-list:

  # Toggles this feature.
  enabled: true

  # Sets the header of the player list.
  #
  # Single line format.
  # header: 'My header text'
  #
  # Multiple line format.
  # header:
  # - 'My first line'
  # - 'My second line'
  # - 'My third line'
  header:
  - '&c&lFORUM &f&lGAMER'
  - ''

  # Sets the footer of the player list.
  #
  # Single line format.
  # footer: 'My footer text'
  #
  # Multiple line format.
  # footer:
  # - 'My first line'
  # - 'My second line'
  # - 'My third line'
  footer:
  - ''
  - '&7Sunucuda şu anda &a%{online} &7kişi oynuyor!'
  - ''
  - '&eVIP, Spawner, Anahtar ve daha fazlası için: &cwww.forum.gamer.com.tr'

############################################################
# +------------------------------------------------------+ #
# |                    Welcome Title                     | #
# +------------------------------------------------------+ #
############################################################

# Sets the title that is sent to the player when they join the server.

welcome-title:

  # Toggles this feature.
  enabled: true

  # The title shown.
  title: 'Forum Gamer Sunucusuna Hoşgeldin'

  # The subtitle shown.
  subtitle: 'Umarım sunucudan memnun kalırsın'

  # The time it takes for the title to fade into the screen. (In ticks)
  fade-in: 20

  # The time it takes for the title to stay on the screen. (In ticks)
  stay: 40

  # The time it takes for the title to fade out of the screen. (In ticks)
  fade-out: 20

  # The title shown when the player joins the server for the first time.
  first-join:

    # The title shown.
    title: 'Forum Gamer Sunucusuna Hoşgeldin'

    # The subtitle shown.
    subtitle: 'Bu senin sunucuya ilk girişin!'

############################################################
# +------------------------------------------------------+ #
# |                  Welcome Actionbar                   | #
# +------------------------------------------------------+ #
############################################################

# Sets the actionbar that is sent to the player when they join the server.

welcome-actionbar:

  # Toggles this feature.
  enabled: true

  # The message shown.
  title: ''

  # The message shown when the player joins the server for the first time.
  first-join: 'Forum Gamer Sunucusuna Hoşgeldin, bu senin ilk girişin!'

############################################################
# +------------------------------------------------------+ #
# |                     Placeholders                     | #
# +------------------------------------------------------+ #
############################################################

# Configures anything placeholder related.

placeholders:

  # The format used by the balance placeholder.
  number-format:

    # Toggles this feature.
    enabled: true

    # The format used.
    format: '#,###.##'

  # The format used by the server-time placeholder.
  # The format used can be found here: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  date-format: 'EEE, dd MMM yyyy HH:mm:ss z'

############################################################
# +------------------------------------------------------+ #
# |                      Scoreboard                      | #
# +------------------------------------------------------+ #
############################################################

# Sets the scoreboard (sidebar) that is sent to the player

scoreboard:

  # Toggles this feature
  enabled: true

  # The title displayed at the very top of the scoreboard
  # WARNING! (1.12 or below ONLY) The title must consist of 32 or less characters (this includes color codes)
  title: '&c&lFORUM &f&lGAMER'

  # The lines of the scoreboard (Maximum of 15 lines allowed)
  # Each line can only have 40 characters (this includes color codes)
  # Each line must also be unique, a work around would be to put a color code at the end your line, to make it unique.
  lines:
  - ''
  - '&8> &fAd: &a%{name}'
  - '&8> &fRütbe: &c%{group}'
  - '&r'
  - '&8> &fPara: &6%{balance} TL'
  - '&r&r'
  - '&8> &fSunucu: &aFaction'
  - '&8> &fPing: &a%{ping}'
  - '&r'
  - '&cwww.forum.gamer.com.tr'

############################################################
# +------------------------------------------------------+ #
# |                      Announcer                       | #
# +------------------------------------------------------+ #
############################################################

# Automatically send titles and/or actionbar messages to the players on the server.

announcer:

  # Toggles this feature.
  enabled: true

  # The announcements
  #
  # The format:
  #
  # announcement-name:
  #   interval: 60                        (Seconds, Default: 60)
  #   timings:
  #     fade-in: 20                       (Ticks, Default: 20)
  #     stay: 40                          (Ticks, Default: 40)
  #     fade-out: 20                      (Ticks, Default: 20)
  #   titles:
  #   - 'First title'                     (The title sent)
  #   - 'Second title\nSecond subtitle'   (The next title sent, this time using \n to split the title and subtitle from each other)
  #   actionbar:
  #   - 'First actionbar'                 (The actionbar message sent)
  #   - 'The next actionbar sent'         (The next actionbar message sent)
  announcements:
    my-announcement:
      interval: 60
      timings:
        fade-in: 20
        stay: 40
        fade-out: 20
      titles:
      - '&aBu 1. başlık announcement\n&aBu altyazı'
      - '&bBu 2. başlık announcement\n&bBu altyazı'
      actionbar:
      - '&aBu 1. eylem çubuğu duyurusu'
      - '&bBu 2. eylem çubuğu duyurusu'

############################################################
# +------------------------------------------------------+ #
# |                       Bandwidth                      | #
# +------------------------------------------------------+ #
############################################################

# Configures all of the bandwidth saving options.

bandwidth:
  # Prevents sending identical packets, lowering bandwidth (but might be more CPU intensive).
  prevent-duplicate-packets: true

  # The tick rate of the player list in milliseconds. (Lower = More bandwidth & CPU usage, Higher = Less bandwidth & CPU usage)
  player-list-ms-per-tick: 50

  # The tick rate of the scoreboard in milliseconds. (Lower = More bandwidth & CPU usage, Higher = Less bandwidth & CPU usage)
  scoreboard-ms-per-tick: 50

############################################################
# +------------------------------------------------------+ #
# |                       Messages                       | #
# +------------------------------------------------------+ #
############################################################

# Configures all of the messages sent to the users.

messages:
  # The message shown when a player doesn't have permission to run a command.
  no-permission: '&cBu komutu kullanma izniniz yok!'

  # The messages from the command /tm version
  command-version:
    description: 'Gives you the current running version of TitleManager'
    version: '&aSunucu %version &asürümü çalıştırıyor'

  # The messages from the command /tm reload
  command-reload:
    description: 'TitleManager`ı Yeniden Yükler'
    reloaded: '&aTitleManager yeniden yüklendi'

  # The messages from the command /tm animations
  command-animations:
    description: 'Yüklü tüm animasyonları görüntüler'
    format: '&aYüklü animasyonlar (&f%count&a): %animations'
    separator: '&f, &a'

  # The messages from the command /tm scripts
  command-scripts:
    description: 'Yüklü tüm skriptleri göüntüler'
    format: '&aYüklü skriptler (&f%count&a): %scripts'
    separator: '&f, &a'

  # The messages from the command /tm broadcast
  command-broadcast:
    description: 'Sunucuya bir başlık yayınlar'
    usage: '<title>|<title\nsubtitle>'
    title-sent: '"&r%title&a" &aisimli başlığı yayınladınız.'
    subtitle-sent: '"&r%subtitle&a" &aisimli altyazıyı yayınladınız.'
    both-sent: '"&r%title&a" "&r%subtitle&a" &aisimli başlıkları yayınladınız.'

  # The messages from the command /tm abroadcast
  command-abroadcast:
    description: 'Bir eylem çubuğu başlığını sunucuya yayınlar'
    usage: '<title>'
    sent: '"&r%title&a" &aisimli eylem çubuğu başlığını yayınladınız.'

  # The messages from the command /tm message
  command-message:
    description: 'Belirtilen oyuncuya bir başlık gönderir'
    usage: '<player> <title>|<title\nsubtitle>'
    title-sent: '&a%player isimli oyuncuya "&r%title&a" &abaşlığını gönderdin.'
    subtitle-sent: '&a%player isimli oyuncuya "&r%subtitle&a" &aaltyazıyı gönderdin.'
    both-sent: '&a%player isimli oyuncuya "&r%title&a" &ave "&r%subtitle&a" &abaşlıklarını gönderdin.'
    invalid-player: '&c%player is not a valid player.'

  # The messages from the command /tm amessage
  command-amessage:
    description: 'Belirtilen oyuncuya bir eylem çubuğu başlığı gönderir'
    usage: '<player> <title>'
    sent: '&a%player isimli oyuncuya "&r%title&a" &aeylem çubuğu başlığını gönderdin.'
    invalid-player: '&c%player geçerli bir oyuncu değil.'

  # The messages from the command /tm scoreboard
  command-scoreboard:
    description: 'Skorbordu açar veya kapatır.'
    usage: 'toggle'
    toggled-on: '&aSkor tablonuzu etkinleştirdiniz.'
    toggled-off: '&cSkor tablonuzu devre dışı bıraktınız.'

KURULUM
1.
Yukarıdaki Config dosyasının içindeki herşeyi kopyalayın.
2. Elinizdeki TitleManager Config dosyanın içindeki herşeyi silin ve yapıştırın.
3. Oyuna girip /tm reload komutunu yazın.
4. Daha sonrasında istediğiniz gibi düzenlemelerinizi yapabilirsiniz.

İyi forumlar!
Kanka bende scoreboard gözükmüyor /tm sc toggle yazınca an internal error occurred while atempting
 

TheMustii

Sudan Çıkmış
Mesajlar
2
En iyi cevaplar
0
Beğeniler
0
Puanları
10
Kanka bende scoreboard gözükmüyor /tm sc toggle yazınca an internal error occurred while atempting to perform this command diyor
 

Üst