Sol Reklam
Sağ Reklam

Tanıtım IslandRate | Türkçe Config ve Messages

Durum
Mesaj gönderimine kapalı.

Reynixan

Le cose belle arrivano quando non le cerchi.

Discord:

Reynixan#8044

Katılım
22 Ocak 2020
Mesajlar
635
Elmaslar
725
Puanlar
8.175
Yaş
21
Yer
Istanbul
Önsöz

Selamlar değerli forum sakinleri.

Bugün sizlere IslandRate plugininin türkçe halini paylaşacağım. Çeviri tamamen bana aittir.
Bu plugin zaten forumda tanıtıldı. Ufak bir tanıtayım.
Bu plugin ile başka adalara oy verebiliyorsunuz 1 ile 5 arasında. Toplam oy, ortalama oy ve oy sıralaması gibi komutları mevcut.
Ben "rate" yani "oy" yerine "yıldız" yazdım. Bu kısım sizin yaratıcılığınıza kalmış: oy, yıldız, elmas, zümrüt, puan...

Pluginin indirme linki için tıkla

Pluginin komudunu türkçe hale getirdiğim konu için tıkla

Görseller

Ana Komut
1585877184674.png


Yıldız Verme
1585877382581.png


:)
1585877245473.png


Sıralama
1585877463140.png


Tablo
1585877420903.png

%islandrate_top_rated_player% %islandrate_top_rated_amount% %islandrate_total_ratings_server% %islandrate_total_ratings_player%

Türkçe

Kod:
# Welcome to the IslandRate config.yml File!
# If you have questions please contact
# Yovez on Discord: @Yovez#1337

# Here are the built-in IslandRate placeholders
# NOTE: Some of these may return null or nothing due to inproper usage
# %prefix% - The IslandRate prefix
# %player% - The player's name
# %player-stars% - The player's rating amount
# %player-average% - The player's average rating amount
# %player-total-voters% - The player's total number of voters
# %cooldown% - Cooldown in seconds for the player till they can rate again
# %opted-out-player% - True/False if the player has opted out of their island being rated
# %target% - The target's name
# %target-stars% - The target's rating amount
# %target-average% - The target's average rating amount
# %target-total-voters% - The target's total number of voters
# %cooldown% - Cooldown in seconds for the target till they can rate again
# %opted-out-target% - True/False if the target has opted out of their island being rated
# %rating% - The rating amount used when rating an island
# %top-place% - The top place number when listing top places

# Disable if you don't want players to be able to change
# their rating once they've rated an island, like a one-and-done rating.
change-rating: true
# Set this to true to prevent users from using the /rate command alone,
# will default to opening the rate menu.
disable-command-rating: false
# Change the maximum command based rate value
max-command-rating: 5
# The minimum island level a user requires to have before they can rate islands.
min-island-level: 0
# Set to true to send the island owner a message when someone rates their island.
send-owner-message: false
# Set to true to use the cache system (useful for larger servers,
# or if you experience lag with IslandRate)
use-cache-system: false
# Cooldown timer to rate islands.
cooldown: 60
# Set to true to shorten the placeholderapi placeholder prefix for islandrate
# (i.e. %ir% instead of %islandrate% prefix).
placeholderapi_shortened: false
inv_check:
  # Set to true to enable to inventory check feature with an automated timer
  # This checks for cheated/glitched items from the menus of IslandRate.
  enabled: false
  # The time in seconds to automatically check for cheated/glitched items.
  timer: 600
logging:
  # Set to true to enable the logging feature
  enabled: false
  # Set to true to log whenever a user rates someone's island.
  rate-island: false
# This is the rate menu
menu:
  # Set to true to enable the menu for /rate
  enabled: false
  # Set to true to be able to change the default items to custom items
  # as listed below
  custom: false
  # This is the menu's inventory title
  title: '&6&lYıldız &e%target%''s &6&lAda &4(%target-stars%)'
  size: 9
  items:
    skull:
      slot: 0
      amount: 1
      display_name: '&r&c%target%'
      lore:
      - '&4Toplam Yıldız: &c%target-stars%'
    # The Item identifier, only for config file, must be unique!
    help:
      # The slot number the item will be in inside the menu
      slot: 2
      # The Item's ID or Exact Material Name
      # Find all the Item IDs/Names here:
      # https://www.digminecraft.com/lists/item_id_list_pc_1_12.php
      material: BOOK
      # The amount of the item
      amount: 1
      # The data/durability of the Item
      # This value is NOT required, and defaults to 0.
      # Example: You want mossy stone bricks...
      # Set material to 98 OR STONEBRICK
      # and set data to 1
      data: 0
      # The name of the item to show, supports internal placeholders
      # and colors
      display_name: '&2Yıldız Bilgi'
      # The lore of the item, delete this section to remove the lore
      lore:
      - '&aAdaya Yıldız Ver!'
      - '&aYıldız Aralığı: 1-5'
    rating-1:
      rating: 1
      slot: 4
      material: EMERALD
      amount: 1
      display_name: '&41 &f= &4Terrible'
      lore: []
    rating-2:
      rating: 2
      slot: 5
      material: EMERALD
      amount: 2
      display_name: '&c2 &f= &cPoor'
      lore: []
    rating-3:
      rating: 3
      slot: 6
      material: EMERALD
      amount: 3
      display_name: '&e3 &f= &eİdare Eder'
      lore: []
    rating-4:
      rating: 4
      slot: 7
      material: EMERALD
      amount: 4
      display_name: '&a4 &f= &aGüzel'
      lore: []
    rating-5:
      rating: 5
      slot: 8
      material: EMERALD
      amount: 5
      display_name: '&25 &f= &2Harika'
      lore: []
island_menu:
  enabled: true
  custom: false
  title: '&9Yıldız Menü'
  items:
    skull:
      slot: 0
      amount: 1
      display_name: '&a%player%'
      lore:
      - '&6Toplam Yıldız: &e%player-stars%'
    opt-out:
      slot: 2
      material: BARRIER
      amount: 1
      display_name: '&bToggle Opted-Out'
      lore:
      - '&6&lOpted-Out&7: &e%opted-out-player%'
top_menu:
  enabled: false
  teleport: false
  title: '&6&lEn Beğenilen Adalar'
  items:
    skull:
      display_name: '&a#%top-place% &r&f%target%'
      lore:
      - '&6Toplam Yıldız: &e%target-stars%'
sign:
  open-rate-menu:
    line-1: '&bOpen Rate Menu'
  open-top-menu:
    line-1: '&bOpen Top Ten'
  show-top-list:
    line-1: '&bList Top Ten'
  rate-island:
    line-1: '&bRate'
    line-2: '%target%''s'
    line-3: '&bIsland'
  no-island-found:
    line-1: '&cNo'
    line-2: '&cIsland'
    line-3: '&cFound'
Kod:
# Here are the built-in IslandRate placeholders
# NOTE: Some of these may return null or nothing due to inproper usage
# %prefix% - The IslandRate prefix
# %player% - The player's name
# %player-stars% - The player's rating amount
# %player-average% - The player's average rating amount
# %player-total-voters% - The player's total number of voters
# %cooldown% - Cooldown in seconds for the player till they can rate again
# %opted-out-player% - True/False if the player has opted out of their island being rated
# %target% - The target's name
# %target-stars% - The target's rating amount
# %target-average% - The target's average rating amount
# %target-total-voters% - The target's total number of voters
# %cooldown% - Cooldown in seconds for the target till they can rate again
# %opted-out-target% - True/False if the target has opted out of their island being rated
# %rating% - The rating amount used when rating an island
# %top-place% - The top place number when listing top places

prefix: '&r &6&lYILDIZ &8» '
command-usage: '%prefix%&6/yıldız ver <1-5>'
no-permission: '%prefix%&cBunu yapmaya izniniz yok!'
no-island: '%prefix%&fYıldız vermek için bir adada bulunman gerekir!'
owned-island: '%prefix%&fKendi adana yıldız veremezsin!'
team-island: '%prefix%&fÜyesi olduğun bir adaya yıldız veremezsin!'
number-not-found: '%prefix%&6/yıldız ver <1-5>'
reset-usage: '%prefix%&fTry &6/rate reset <all|player_name>'
reset-all: '%prefix%&fTüm yıldızlar başarıyla sıfırlandı!'
reset-player: '%prefix%&a%target% &fadlı oyuncunun adasına verilen yıldızlar başarıyla
  sıfırlandı.'
reset-player-not-found: '%prefix%&cOyuncu Bulunamadı! &6/rate reset <all|player_name>'
already-rated-island: '%prefix%&fBu adaya zaten yıldız vermişsin!'
successfull-rate: '%prefix%&fBu adaya &6%rating% Yıldız &fverdin!'
successfull-rate-plural: '%prefix%&a%target% &fadlı oyuncunun adasına &6%rating% Yıldız
  &fverdin!'
successfull-reload: '%prefix%&aDosyalar başarıyla yenilendi!'
command-disabled: '%prefix%&fBu komut devre dışıdır. &a/yıldız komudunu kullan'
other-error: '%prefix%&cBir hata oluştu, yöneticilere ulaş!'
incorrect-level: '%prefix%&fYıldız vermek için yeterli ada seviyesine sahip değilsin.'
owner-message: '%prefix%&a%target% &fadana &6%rating% Yıldız &fverdi!'
total-ratings: '%prefix%&fToplam Yıldız Sayın: &6%player-stars% Yıldız &f- &9%player-total-voters%
  &9Oy'
total-ratings-other: '%prefix%&a%target% &fAdlı Oyuncunun Toplam Yıldızı: &6%target-stars%&6
  Yıldız &f- &9%target-total-voters% Oy'
total-player-not-found: '%prefix%&cOyuncu Bulunamadı! &e/yıldız toplam <oyuncu>'
average-rating: '%prefix%&fOrtalama Yıldız Sayın: &6%player-average% &f- &9%player-total-voters%
  Oy'
average-rating-target: '%prefix%&a%target% Adlı Oyuncunun Ortalama Yıldızı: &6%target-average%
  &f- &9%target-total-voters% Oy'
average-player-not-found: '%prefix%&cOyuncu bulunamadı! &e/yıldız ortalama [oyuncu]'
cooldown-time: '%prefix%&fTekrar yıldız vermek için &6%cooldown% saniye &fbeklemelisin!'
opted-out: '%prefix%&fYou cannot rate &e%target%''s&f island because they have opted-out.'
opted-out-player: '%prefix%&6Opted-Out: &e%opted-out-player%'
opted-out-target: '%prefix%&6Opted-Out: &e%opted-out-target%'
ratings:
  1-star: '&41 &f= &4Berbat'
  2-star: '&c2 &f= &cKötü'
  3-star: '&e3 &f= &eİdare Eder'
  4-star: '&a4 &f= &aGüzel'
  5-star: '&25 &f= &2Harika'
top:
  amount: 10
  header: '&6======= &eEn Çok Beğenilen 10 Ada  &6======='
  entry: '&2%top-place%). &a%target%&f - &6%target-stars% Yıldız&f - &9%target-total-voters%
    Oy'
  footer: ''
  no-top: '&cOylanmış hiç ada yok! &eHemen oyla =>/yıldız'


Umarım işinize yarar, görüşmek üzere.
 

Fire Coder

Zombi Geldi, Beni Yedi

Discord:

MehmetT#8316

Katılım
10 Kasım 2017
Mesajlar
236
Elmaslar
89
Puanlar
9.075
Yer
Aydın / Kuşadası
Minecraft
firesniper
Yararlı bir konu olmuş kullanmayan kalmayacak şimdi :D
 

JuneX

Nerelerdesin Be Zümrüt?
Katılım
12 Ekim 2019
Mesajlar
535
Elmaslar
130
Puanlar
4.775
Minecraft
JuneZX
ben yükledim plugini ama messagese senin attıgını yapıştırıp reload atınca geri ingilizce oluyor
 

X For xCruwzy

Youtube : xCruwzy

Discord:

X for xCruwzy#7568

Katılım
17 Haziran 2018
Mesajlar
1.067
Elmaslar
963
Puanlar
0
Yer
Bursa
Minecraft
xCruwzyYT
Güzel anlatımlı, yararlı bir konu olmuş, başarılar Samet'cim.
 

ToliaNetwork

Odunlara Vur Vur Vur!

Discord:

Wassu#0001

Katılım
5 Nisan 2020
Mesajlar
28
Elmaslar
10
Puanlar
0
Minecraft
Wassu
Güzel konu olmuş fakat kullanacak arkadaşlara söyleyeyim IslandRate bir yerden sonra sunucuyu çökertiyor yapımcısına bildirmiştik fakat hala fixlemedi.
 
S

Silinen üye 79251

Ziyaretçi

Skyblock sunucularına anlam katan bu eklenti sistemini bizlerle paylaşmanız hoş olmuş ki gerçekten de eklentiyi çok beğendim. Eline sağlık ?
 

xChairs

iFruuzAhmet
Katılım
24 Mart 2018
Mesajlar
299
Elmaslar
115
Puanlar
9.305
Yer
Dünya
Gercekten cok begendim
 

AlperenX3

❤️

Discord:

alperentr

Katılım
7 Nisan 2020
Mesajlar
3.098
Elmaslar
1.271
Puanlar
11.785
Yer
İzmir
Minecraft
Artgum
Skyblock sunucuları için çok güzel eklenti ve türkçeleştirmeniz,anlatımınız hoş olmuş ellerinize sağlık.
 

SonSavasci

Odunlara Vur Vur Vur!

Discord:

Mert | 20#3656

Katılım
9 Mayıs 2020
Mesajlar
27
Elmaslar
7
Puanlar
0
Yaş
24
Minecraft
SonSavasciMc
Elinize sağlık cidden
 

Rugnusirgac

Brem
Katılım
19 Temmuz 2020
Mesajlar
35
Elmaslar
17
Puanlar
0
Yaş
25
Yararlı bir konu olmuş
 

Siffyazq

Birisi mi Spawnlandı?
Katılım
5 Haziran 2017
Mesajlar
6
Elmaslar
3
Puanlar
6.240
Yaş
28
Tüm sunucularda görebiliriz artık! Güzel olmus
 

Alaries

BlokDelisi Market | S: 2017

Discord:

Tugra#6666

Katılım
28 Mart 2020
Mesajlar
168
Elmaslar
128
Puanlar
920
Yaş
22
Yer
Kahramanmaraş
Minecraft
Alaries
Yararlı bir konu olmuş ellerine sağlık ;)
 

Lawliet

Somon Balığı Selam Vermeye Geldi

Discord:

LyneroX#5334

Katılım
19 Ağustos 2020
Mesajlar
11
Elmaslar
5
Puanlar
1.970
Yaş
21
Minecraft
LyneroX
Peki Yıldız Silme Gibi Bir Komut Varmıdır ?
 
H

HeraCraft

Ziyaretçi
çok güzel ve işlevli bir eklentiyi türkçeleştirmeniz mükemmel olmuş
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı