Tanıtım TitleManager | Tanıtım | Addons | Türkçe Config

İşinize Yaradımı & Beğendinizmi?

  • Evet

  • Hayır


Sonuçlar yalnızca oylamadan sonra görülebilir.
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

ForestEdge

Ben mi deliyim, yoksa diğerleri mi?
Katılım
24 Nisan 2017
Mesajlar
491
Elmaslar
748
Puan
15.030
Konum
İstanbul

Discord:

forestedge#5714

titlemanager.png


Merhaba Arkadaşlar Bu Konumda Sizlere TitleManager Pluginini Tanıtacağım Ve Türkçeleştirilmiş Confingini Vereceğim İyi Seyirler...

Indirme Linki İçin Spigot :
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.


kmt.png


/tm help [TitleManager Komutlarını Gösterir.]

/tm reload [TitleManager Plugininin Confingini Reloadlar.]

/tm broadcast <text> [Ekranın Tam Ortasında Herkeze Mesajı Title Olarak Çıkarır.]

/tm message <player> <text> [Sadece <player> Kısmındaki Oyuncunun Ekranına Title Çıkarır.]

/tm abroadcast <text> [Herkezin Slotların Üzerindeki Kısmına Mesaj Yazar.]

/tm amessage <player> <text> [<player> In Slotlarının Üzerindeki Kısmına Mesaj Yazar.]

/tm version [TitleManager Plugininin Version Unu Söyler.]

/tm animations [TitleManager > Animations Kısmındaki Animationsları Söyler.]


Perm.png

titlemanager.command.message [/tm message Komutunu Kullanmak İçin Gerekli Olan Yetkidir.]

titlemanager.command.animations [/tm animations Komutunu Kullanmak İçin Gerekli Olan Yetkidir.]

titlemanager.command.scripts [/tm scripts Komutunu Kullanmak İçin Gerekli Olan Yetkidir.]

titlemanager.command.reload [/tm reload Komutunu Kullanmak İçin Gerekli Olan Yetkidir.]

titlemanager.command.broadcast [/tm broadcast Komutunu Kullanmak İçin Gerekli Olan Yetkidir.]

titlemanager.command.abroadcast [/tm abroadcast Komutunu Kullanmak İçin Gerekli Olan Yetkidir.]

titlemanager.command.amessage [/tm amessage Komutunu Kullanmak İçin Gerekli Olan Yetkidir.]


addn.png


%{player} [Oyuncunun Adı.]
%{world} [Bulunduğu Dünya.]
%{world-time} [Bulunduğu Dünyanın Saati.]
%{24h-world-time} [24 Saatlik Saat.]
%{12h-world-time} [12 Saatlik Saat.]
%{online} [Serverdaki Online Sayısı.]
%{ping} [Pinginiz.]
%{balance} [Paran.]
%{group} [Bulunduğu Grup.]
%{max} [Maximum Online.]

Animasyon Yapmak İçin :

- '${shine:[0;2;0][0;25;0][0;25;0][&c;&e]Animasyon}'

Yada TitleManager > Animations


rhhsddhf.png


2017-08-12_11.10.19.png


Kod:
############################################################
# +------------------------------------------------------+ #
# |                       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://discord.gg/NwdtW2d
#   - 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: 4

# 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

############################################################
# +------------------------------------------------------+ #
# |                     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:
  - '&8&m------------------------------------------------------------------'
  - ''
  - '${shine:[0;2;0][0;25;0][0;25;0][&c;&a]SunucuIsmin}'
  - ''

  # 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:
  - ''
  - '&aHosgeldin &c%{player}'
  - ''
  - '&aZaman: &c%{server-time}'
  - ''
  - '&AAcik : &c%{online} &aMaximum : &c%{max}'
  - ''
  - '&8&m------------------------------------------------------------------'

############################################################
# +------------------------------------------------------+ #
# |                    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: '&cSunucuIsmin &aHosgeldin %{player}'

  # The subtitle shown.
  subtitle: '&aIyi Eglenceler'

  # 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: '&CSunucuIsmin &aSunucumuza Hosgeldin %{player}'

    # The subtitle shown.
    subtitle: '&AHosgeldin!'

############################################################
# +------------------------------------------------------+ #
# |                  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: '&aSunucumuza Hosgeldin %{player}'

  # The message shown when the player joins the server for the first time.
  first-join: '&CSunucuIsmin &aSunucumuza Hosgeldin %{player}'

############################################################
# +------------------------------------------------------+ #
# |                     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'

############################################################
# +------------------------------------------------------+ #
# |                      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:
      - '&aBurayi TitleManager>Config.yml Den\n&aDegistirebilir Yada Silebilirsin'
      actionbar:
      - '&aBurayi TitleManager>Config.yml Den\n&aDegistirebilir Yada Silebilirsin'

############################################################
# +------------------------------------------------------+ #
# |                       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: '&cYou do not have permission to run that command!'

  # The messages from the command /tm version
  command-version:
    description: 'Gives you the current running version of TitleManager'
    version: '&aThe server is running %version'

  # The messages from the command /tm reload
  command-reload:
    description: 'TitleManager Reloadladın'
    reloaded: '&aTitleManager Reloadlandı'

  # The messages from the command /tm animations
  command-animations:
    description: 'Displays all loaded animations'
    format: '&aLoaded animations (&f%count&a): %animations'
    separator: '&f, &a'

  # The messages from the command /tm scripts
  command-scripts:
    description: 'Displays all loaded scripts'
    format: '&aLoaded scripts (&f%count&a): %scripts'
    separator: '&f, &a'

  # The messages from the command /tm broadcast
  command-broadcast:
    description: 'Broadcasts a title to the server'
    usage: '<title>|<title\nsubtitle>'
    title-sent: '&aYou have broadcasted the title "&r%title&a".'
    subtitle-sent: '&aYou have broadcasted the subtitle "&r%subtitle&a".'
    both-sent: '&aYou have broadcasted the titles "&r%title&a" "&r%subtitle&a".'

  # The messages from the command /tm abroadcast
  command-abroadcast:
    description: 'Broadcasts an actionbar title to the server'
    usage: '<title>'
    sent: '&aYou have broadcasted the actionbar title "&r%title&a".'

  # The messages from the command /tm message
  command-message:
    description: 'Sends a title to the specified player'
    usage: '<player> <title>|<title\nsubtitle>'
    title-sent: '&aYou have sent %player the title "&r%title&a".'
    subtitle-sent: '&aYou have sent %player the subtitle "&r%subtitle&a".'
    both-sent: '&aYou have sent %player the titles "&r%title&a" "&r%subtitle&a".'
    invalid-player: '&c%player is not a valid player.'

  # The messages from the command /tm amessage
  command-amessage:
    description: 'Sends an actionbar title to the specified player'
    usage: '<player> <title>'
    sent: '&aYou have sent %player the actionbar title "&r%title&a".'
    invalid-player: '&c%player is not a valid player.'



Beğendiyseniz Ve İşinize Yaradıysa Beğenmeyi Ve REP Vermeyi Unutmayın İyi Forumlar :)

 

Ekli dosyalar

  • rhhsddhf.png
    rhhsddhf.png
    21 KB · Görüntüleme: 499
Son düzenleme:
Ekli dosyayı görüntüle 13319

Merhaba Arkadaşlar Bu Konumda Sizlere TitleManager Pluginini Tanıtacağım Ve Türkçeleştirilmiş Confingini Vereceğim İyi Seyirler...

Indirme Linki İçin Spigot :
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.


Ekli dosyayı görüntüle 13320

/tm help [TitleManager Komutlarını Gösterir.]

/tm reload [TitleManager Plugininin Confingini Reloadlar.]

/tm broadcast <text> [Ekranın Tam Ortasında Herkeze Mesajı Title Olarak Çıkarır.]

/tm message <player> <text> [Sadece <player> Kısmındaki Oyuncunun Ekranına Title Çıkarır.]

/tm abroadcast <text> [Herkezin Slotların Üzerindeki Kısmına Mesaj Yazar.]

/tm amessage <player> <text> [<player> In Slotlarının Üzerindeki Kısmına Mesaj Yazar.]

/tm version [TitleManager Plugininin Version Unu Söyler.]

/tm animations [TitleManager > Animations Kısmındaki Animationsları Söyler.]

Ekli dosyayı görüntüle 13321

titlemanager.command.message [/tm message Komutunu Kullanmak İçin Gerekli Olan Yetkidir.]

titlemanager.command.animations [/tm animations Komutunu Kullanmak İçin Gerekli Olan Yetkidir.]

titlemanager.command.scripts [/tm scripts Komutunu Kullanmak İçin Gerekli Olan Yetkidir.]

titlemanager.command.reload [/tm reload Komutunu Kullanmak İçin Gerekli Olan Yetkidir.]

titlemanager.command.broadcast [/tm broadcast Komutunu Kullanmak İçin Gerekli Olan Yetkidir.]

titlemanager.command.abroadcast [/tm abroadcast Komutunu Kullanmak İçin Gerekli Olan Yetkidir.]

titlemanager.command.amessage [/tm amessage Komutunu Kullanmak İçin Gerekli Olan Yetkidir.]


Ekli dosyayı görüntüle 13322

%{player} [Oyuncunun Adı.]
%{world} [Bulunduğu Dünya.]
%{world-time} [Bulunduğu Dünyanın Saati.]
%{24h-world-time} [24 Saatlik Saat.]
%{12h-world-time} [12 Saatlik Saat.]
%{online} [Serverdaki Online Sayısı.]
%{ping} [Pinginiz.]
%{balance} [Paran.]
%{group} [Bulunduğu Grup.]
%{max} [Maximum Online.]

Animasyon Yapmak İçin :

- '${shine:[0;2;0][0;25;0][0;25;0][&c;&e]Animasyon}'

Yada TitleManager > Animations

Ekli dosyayı görüntüle 13327

Ekli dosyayı görüntüle 13328


Kod:
############################################################
# +------------------------------------------------------+ #
# |                       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://discord.gg/NwdtW2d
#   - 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: 4

# 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

############################################################
# +------------------------------------------------------+ #
# |                     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:
  - '&8&m------------------------------------------------------------------'
  - ''
  - '${shine:[0;2;0][0;25;0][0;25;0][&c;&a]SunucuIsmin}'
  - ''

  # 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:
  - ''
  - '&aHosgeldin &c%{player}'
  - ''
  - '&aZaman: &c%{server-time}'
  - ''
  - '&AAcik : &c%{online} &aMaximum : &c%{max}'
  - ''
  - '&8&m------------------------------------------------------------------'

############################################################
# +------------------------------------------------------+ #
# |                    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: '&cSunucuIsmin &aHosgeldin %{player}'

  # The subtitle shown.
  subtitle: '&aIyi Eglenceler'

  # 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: '&CSunucuIsmin &aSunucumuza Hosgeldin %{player}'

    # The subtitle shown.
    subtitle: '&AHosgeldin!'

############################################################
# +------------------------------------------------------+ #
# |                  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: '&aSunucumuza Hosgeldin %{player}'

  # The message shown when the player joins the server for the first time.
  first-join: '&CSunucuIsmin &aSunucumuza Hosgeldin %{player}'

############################################################
# +------------------------------------------------------+ #
# |                     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'

############################################################
# +------------------------------------------------------+ #
# |                      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:
      - '&aBurayi TitleManager>Config.yml Den\n&aDegistirebilir Yada Silebilirsin'
      actionbar:
      - '&aBurayi TitleManager>Config.yml Den\n&aDegistirebilir Yada Silebilirsin'

############################################################
# +------------------------------------------------------+ #
# |                       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: '&cYou do not have permission to run that command!'

  # The messages from the command /tm version
  command-version:
    description: 'Gives you the current running version of TitleManager'
    version: '&aThe server is running %version'

  # The messages from the command /tm reload
  command-reload:
    description: 'TitleManager Reloadladın'
    reloaded: '&aTitleManager Reloadlandı'

  # The messages from the command /tm animations
  command-animations:
    description: 'Displays all loaded animations'
    format: '&aLoaded animations (&f%count&a): %animations'
    separator: '&f, &a'

  # The messages from the command /tm scripts
  command-scripts:
    description: 'Displays all loaded scripts'
    format: '&aLoaded scripts (&f%count&a): %scripts'
    separator: '&f, &a'

  # The messages from the command /tm broadcast
  command-broadcast:
    description: 'Broadcasts a title to the server'
    usage: '<title>|<title\nsubtitle>'
    title-sent: '&aYou have broadcasted the title "&r%title&a".'
    subtitle-sent: '&aYou have broadcasted the subtitle "&r%subtitle&a".'
    both-sent: '&aYou have broadcasted the titles "&r%title&a" "&r%subtitle&a".'

  # The messages from the command /tm abroadcast
  command-abroadcast:
    description: 'Broadcasts an actionbar title to the server'
    usage: '<title>'
    sent: '&aYou have broadcasted the actionbar title "&r%title&a".'

  # The messages from the command /tm message
  command-message:
    description: 'Sends a title to the specified player'
    usage: '<player> <title>|<title\nsubtitle>'
    title-sent: '&aYou have sent %player the title "&r%title&a".'
    subtitle-sent: '&aYou have sent %player the subtitle "&r%subtitle&a".'
    both-sent: '&aYou have sent %player the titles "&r%title&a" "&r%subtitle&a".'
    invalid-player: '&c%player is not a valid player.'

  # The messages from the command /tm amessage
  command-amessage:
    description: 'Sends an actionbar title to the specified player'
    usage: '<player> <title>'
    sent: '&aYou have sent %player the actionbar title "&r%title&a".'
    invalid-player: '&c%player is not a valid player.'



Beğendiyseniz Ve İşinize Yaradıysa Beğenmeyi Ve REP Vermeyi Unutmayın İyi Forumlar :)

Konu tasarımı çok karışık biraz daha özen gösterseniz iyi olur.Paylaşımınız içinde sağ olun.
 
Güzel ve yararlı paylaşım olmuş.
Teşekkürler
 
Yararlı ama basit bir paylaşım olmuş ( tabi basit deyip keçmemek lazım yapamayanlar var)
Yinede paylaşımınız için teşekkürler :D
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst