HyperionDev
Her zaman, en iyisi!
- Katılım
- 15 Şubat 2018
- Mesajlar
- 715
- Elmaslar
- 494
- Puan
- 15.860
- Konum
- Bursa
- Discord İzni

- Minecraft
- HyperionDev
Discord:
efekurban
Arkadaşlar sunucumda titlemanager kullanmaktayım, bu plugin normal bir şekilde çalışırken birden bire ben ScoreBoard eklediğimde/değiştirdiğimde her zaman hata veriyor. Gerekli şeyler aşağıda yer almaktadır.
+olarak sunucuyu resledikten sonra plugin kırmızı yazmaya başladı.
# Never change this value
config-version: 5
# Toggles debug mode, which prints additional information when the plugin does something.
debug: true
# 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: 'tr-TR'
player-list:
enabled: true
header:
- ''
- ' &aOPSkyBlock '
- ''
- ' &aHoşgeldin&7: &f%{player} &eYetkin&7: &f%{group} &eÇevrimiçi Oyuncular&7: &f%{safe-online}'
- ''
footer:
- ''
- '&bVIP,Spawner veya başka ürünleri almak için: &fwww.site.com'
welcome-title:
enabled: true
title: '&aAramıza Hoşgeldin!'
subtitle: 'Iyi oyunlar!'
fade-in: 20
stay: 40
fade-out: 20
first-join:
# The title shown.
title: 'Hoşgeldin!'
# The subtitle shown.
subtitle: '&a/menu ye bakmayı unutma!'
welcome-actionbar:
enabled: true
title: '&aHoşgeldin!'
first-join: '&a/menu'ye bakmayı unutma!'
placeholders:
number-format:
enabled: true
format: '#,###.##'
date-format: 'EEE, dd MMM yyyy HH:mm:ss z'
scoreboard:
enabled: true
title: '&aOPSkyBlock'
lines:
- '&b '
- '&8%{server-time} '
- '&7» &aOyuncu Bilgileri: '
- '&7» &bIsim&8: &a%{name} '
- '&7» &bYetkin&8: &a%{group} '
- '&7» &bAda Leveli&8: &a%askyblock_level% '
- '&7» &bParan&8: &a%{balance} '
- '&7» &bGecikme&8: &a%{ping}ms '
- '&b '
- '&7» &bSite&8: &awww.site.com '
- '&b '
announcer:
enabled: true
announcements:
my-announcement:
interval: 15
timings:
fade-in: 20
stay: 40
fade-out: 20
titles:
- '&aHyperionNetwork\n&bIyi Oyunlar Diler!'
- '&bKurucu ile konuşmak için: /iletisim'
actionbar:
- '&aHer ay ADA SIRALAMASInda 1.- 2. - 3. olanlara çeşitli ödüller verilmektedir!'
- '&bSıralamaya bakmak için: /warp siralama'
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:
# The message shown when a player doesn't have permission to run a command.
no-permission: '&cYetkin yetersiz!'
# 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: '&aTM Yenilenir'
reloaded: '&aTM Yenilendi!'
# 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.'
# The messages from the command /tm scoreboard
command-scoreboard:
description: 'Toggles the scoreboard on or off.'
usage: 'toggle'
toggled-on: '&aYou have enabled your scoreboard.'
toggled-off: '&cYou have disabled your scoreboard.'
config-version: 5
# Toggles debug mode, which prints additional information when the plugin does something.
debug: true
# 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: 'tr-TR'
player-list:
enabled: true
header:
- ''
- ' &aOPSkyBlock '
- ''
- ' &aHoşgeldin&7: &f%{player} &eYetkin&7: &f%{group} &eÇevrimiçi Oyuncular&7: &f%{safe-online}'
- ''
footer:
- ''
- '&bVIP,Spawner veya başka ürünleri almak için: &fwww.site.com'
welcome-title:
enabled: true
title: '&aAramıza Hoşgeldin!'
subtitle: 'Iyi oyunlar!'
fade-in: 20
stay: 40
fade-out: 20
first-join:
# The title shown.
title: 'Hoşgeldin!'
# The subtitle shown.
subtitle: '&a/menu ye bakmayı unutma!'
welcome-actionbar:
enabled: true
title: '&aHoşgeldin!'
first-join: '&a/menu'ye bakmayı unutma!'
placeholders:
number-format:
enabled: true
format: '#,###.##'
date-format: 'EEE, dd MMM yyyy HH:mm:ss z'
scoreboard:
enabled: true
title: '&aOPSkyBlock'
lines:
- '&b '
- '&8%{server-time} '
- '&7» &aOyuncu Bilgileri: '
- '&7» &bIsim&8: &a%{name} '
- '&7» &bYetkin&8: &a%{group} '
- '&7» &bAda Leveli&8: &a%askyblock_level% '
- '&7» &bParan&8: &a%{balance} '
- '&7» &bGecikme&8: &a%{ping}ms '
- '&b '
- '&7» &bSite&8: &awww.site.com '
- '&b '
announcer:
enabled: true
announcements:
my-announcement:
interval: 15
timings:
fade-in: 20
stay: 40
fade-out: 20
titles:
- '&aHyperionNetwork\n&bIyi Oyunlar Diler!'
- '&bKurucu ile konuşmak için: /iletisim'
actionbar:
- '&aHer ay ADA SIRALAMASInda 1.- 2. - 3. olanlara çeşitli ödüller verilmektedir!'
- '&bSıralamaya bakmak için: /warp siralama'
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:
# The message shown when a player doesn't have permission to run a command.
no-permission: '&cYetkin yetersiz!'
# 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: '&aTM Yenilenir'
reloaded: '&aTM Yenilendi!'
# 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.'
# The messages from the command /tm scoreboard
command-scoreboard:
description: 'Toggles the scoreboard on or off.'
usage: 'toggle'
toggled-on: '&aYou have enabled your scoreboard.'
toggled-off: '&cYou have disabled your scoreboard.'
hiç bir şey yazmıyor, plugin bozuldu.
Gönderi otomatik olarak birleştirildi:
+olarak sunucuyu resledikten sonra plugin kırmızı yazmaya başladı.
Son düzenleme: