Sol Reklam
Sağ Reklam

AdvancedAuctionHouse Türkçe Çeviri %75

Durum
Mesaj gönderimine kapalı.

EpikLava

Developer/oyna.epiklava.com
Katılım
1 Kasım 2018
Mesajlar
1.567
Elmaslar
419
Puanlar
8.735
Kod:
# AdvancedAuctionHouse
# Made by GC
#
# Version: 1.1.5
# Release date: 2019.07.28

# ** Commands and permissions
# /auctionhouse - no permission
# Permission to limit items sold in auction house: aah.limit.<amount>

# Some configurable settings are explained, others should be self-explanatory.
# Contact "GC." on SpigotMC (or GC#0830 on Discord) with questions or bug reports.

command:
  auction-house:
    main-command: /auctionhouse
    aliases: [ahouse, auctionh, ah, auction]
    description: 'Virtual auction for items'
    messages:
      help:
        - '&6[AAH] &6AuctionHouse &fCommands &7[%version%]'
        - '&6/ah &f- Açık Arttırma Evi'
        - '&6/ah sell &5<price> &f- Açık Arttırmaya bir ürün sat'
      cannot-sell-this-item:
        - '&6[AAH] &cBu ürünü satamazsın!'
      limit-reached:
        - '&6[AAH] &c%amount% bundan daha fazla ürün satamazsın!'
      item-listed:
        - '&6[AAH] &fYou &6listed&f an item on the &6Auction House&f for &6$%price%.'
      reloaded:
        - '&6[AAH] &fPlugin has been &areloaded.'
      usage:
        - '&6[AAH] &cCorrect usage: /ah sell <amount>'

# Chat Messages from commands / actions
messages:
  sold-item:
    - '&6[AAH] &fSold &6%itemName%&f to &6%playerName%&f for &6$%price%&f.'
  bought-item:
    - '&6[AAH] &fBought &6%itemName%&f from &6%playerName%&f for &6$%price%&f.'
  cannot-afford:
    - '&6[AAH] &f Siz ve bu öğeyi alamazsınız..'
  admin-removed-item:
    - '&6[AAH] &cAçık Arttırmadan kaldırılan öğe (Marked as expired)'

sounds:
  bought-item: CLICK
  sold-item: LEVEL_UP
  cancel-auction: ANVIL_LAND
  cannot-afford: ANVIL_BREAK

# Auction House settings
settings:
  # How log should auction item be up for sale?
  # Default is 86400 = 1d
  auction-length: 86400
  # This will disable 'payment confirmation' inventory and will allow buying items by clicking on them
  # than opening a confirmation inventory.
  quick-buy: false
  # Tax for buying items
  # Percentage of money that will be taxed from payment
  tax:
    percentage: 0
    # This text will be added along with %price% placeholder if tax percentage is > 0
    text: ' &7(Tax: $%taxAmount%)'
  # How much should players pay if they took back an expired item
  pay-for-taking-back-items: 0
  # Item filter for /ah sell
  item-filter:
    disallowed-items:
      - BARRIER
    # Allow items without full durability ?
    allow-used: false
  # This item denies player's action and temporary shows up where they have clicked.
  denial-item:
    material: REDSTONE_BLOCK
    name: ' '
    lore: []
  search:
    action-bar-message: '&cType your query in chat'
    chat-message:
      - ' '
      - ' '
      - '               &6[AAH] &c&lSorgunuzu sohbete yazın'
      - ' &7&oAramanızla ilgili bir kelime, bir malzeme veya öğenin adı olabilir'

# Main Categories inventory, which is opened when player uses Auction command
categories-inv:
  inventory-name: '&e&lAçıkArtırma Kategoriler'
  inventory-size: 27
  category-settings:
    inventory-name: '&fAçıkArtırma &l%category%'

# Bulunan Öğeler inventory name (from Searching functionality)
found-items-inv:
  inventory-name: '&eBulunan Öğeler'

# Currently Sold Items inventory Name
selling-inv:
  inventory-name: '&eSattığınız ürünler'

# Expired inventory Name
expired-inv:
  inventory-name: '&eSüresi dolmuş öğeleriniz'

payment-inventory:
  inventory-name: 'Satın Alma'

# Acceptable materials list for categories:
# - ALL_ARMOR - All equip-able Armor
# - ALL_SWORD - All types of swords
# - ALL_PICKAXE, ALL_SPADE, ALL_HOE, ALL_AXE (etc)
# - FOOD - All edible materials
# - BLOCKS - All placeable materials
# - <material name> - Any material (item type) name will work as well, names change depending
# on your minecraft version. Check materials.txt file in the plugin folder
# to see a list of valid material names on your minecraft version.

# FILTER TAGS:
#  You can also use filter tags along with materials to filter specific items:
#  <name contains>(text that item name should contain)</name contains>
#  <name equals>(text that should be equal to item's name)</name equals>
#  <lore contains>(text that lore should contain)</lore contains>
#  <lore equals>(text that should be equal to item's lore)</lore equals>
# EXAMPLE:
#  - 'MOB_SPAWNER <name contains>Pig</name contains>' # Would filter Pig-only mob spawners

# Categories in which items are sorted. Each category is dynamic and can be deleted/renamed or even new categories
# can be created to filter out items into more categories.
categories:
  search:
    slot: 26
    material: SIGN
    name: '&fBelirli Öğeleri Ara'
    lore:
      - '&8Materyalleri ve isimleri kullanarak öğeleri ara.'
      - ''
      - '&eBelirli maddeleri aramak için buraya tıklayın ...'
  tools:
    slot: 11
    material: DIAMOND_PICKAXE
    categoryName: '&6Aletler'
    glow: true
    name: '&f%categoryName%&e Kategori'
    lore:
      - '&8Kazma, Kürek ve daha fazlası.'
      - ''
      - '&6&lListe: &f%amount%'
      - '&6&lEn ucuz: &f$%cheapestPrice%'
      - ''
      - '&eTüm &6&lListelenen Öğeleri &egörmek için buraya tıklayın.!'
    materials:
      - 'ALL_PICKAXE'
      - 'ALL_HOE'
      - 'ALL_AXE'
      - 'ALL_SPADE' #Shovels
  armor:
    slot: 12
    material: GOLD_CHESTPLATE
    categoryName: '&6Zırh'
    glow: true
    name: '&f%categoryName%&e Kategori'
    lore:
      - '&8Kasklar, Sandıklar, Tozluklar ve Çizmeler.'
      - ''
      - '&6&lListe: &f%amount%'
      - '&6&lEn ucuz: &f$%cheapestPrice%'
      - ''
      - '&eTüm &6&lListelenen Öğeleri &egörmek için buraya tıklayın.!'
    materials:
      - 'ALL_ARMOR'
  blocks:
    slot: 13
    material: GRASS
    categoryName: '&6Bloklar'
    name: '&f%categoryName%&e Kategori'
    lore:
      - '&8Bütün Bloklar.'
      - ''
      - '&6&lListe: &f%amount%'
      - '&6&lEn ucuz: &f$%cheapestPrice%'
      - ''
      - '&eTüm &6&lListelenen Öğeleri &egörmek için buraya tıklayın.!'
    materials:
      - 'BLOCKS'
  weapons:
    slot: 14
    material: IRON_SWORD
    categoryName: '&6Silahlar'
    name: '&f%categoryName%&e Kategori'
    lore:
      - '&8Kılıçlar, Baltalar ve Yaylar.'
      - ''
      - '&6&lListe: &f%amount%'
      - '&6&lEn ucuz: &f$%cheapestPrice%'
      - ''
      - '&eTüm &6&lListelenen Öğeleri &egörmek için buraya tıklayın.!'
    materials:
      - 'ALL_SWORD'
      - 'BOW'
  etc:
    slot: 15
    material: FIREWORK_CHARGE
    categoryName: '&6Diğer Tüm Öğeler'
    name: '&f%categoryName%'
    lore:
      - '&8Filtrelenmeyen Tüm Öğeler.'
      - ''
      - '&6&lListe: &f%amount%'
      - '&6&lEn ucuz: &f$%cheapestPrice%'
      - ''
      - '&eTüm &6&lListelenen Öğeleri &egörmek için buraya tıklayın.!'
    materials:
      - 'UNFILTERED_ITEMS'

# All Auction House items that are found within inventories.
auction-items:
  selling-items:
    slot: 45
    material: DIAMOND
    name: '&6Sattığınız ürünler'
    lore:
      - '&fTüm ürünlerinizi görmek için tıklayın'
      - '&fsatılık mevcut olan.'
      - ''
      - '&6sATIŞTA: &f%soldItems%'
  expired-items:
    slot: 46
    material: POISONOUS_POTATO
    name: '&6Süresi Dolmuş veya İptal Edilen Öğeleri Topla'
    lore:
      - '&fTüm ürünlerinizi görmek için tıklayın'
      - '&fsüresi dolmuş'
      - '&fveya sizin tarafınızdan iptal edilen.'
      - ''
      - '&6Koleksiyon Öğeleri: &f%itemCount%'
  previous-page:
    slot: 48
    material: PAPER
    name: '&6Önceki Sayfa'
    lore: []
  refresh-page:
    slot: 49
    material: DOUBLE_PLANT
    name: '&6Sayfayı Yenile'
    lore: []
  next-page:
    slot: 50
    material: PAPER
    name: '&6Sonraki Sayfa'
    lore: []
  item-listing:
    lore:
      - '&8&n                                 &r'
      - '&6&lSatın almak için &ftıklayın '
      - ''
      - '&6Ücret: &f$%price%'
      - '&6Satıcı: &f%seller%'
      - '&6Süre: &f%expires%'
      - ''
      - '&8&n                                 &r'
  my-listing:
    lore:
    - '&8&n                                 &r'
    - '&6&lListeyi İptal Etmek için &f öğesini tıklayın'
    - ''
    - '&6Ücret: &f$%price%'
    - '&6Satıcı: &f%seller%'
    - '&6Süre: &f%expires%'
    - ''
    - '&8&n                                 &r'
  return-listing:
    lore:
      - '&8&n            &r'
      - ''
      - '&cÖğeyi geri almak  için tıklayın'
  return-all:
    slot: 49
    material: FLOWER_POT_ITEM
    name: '&6Tüm eşyaları iade et'
    lore:
      - '&fTüm iptal edilenlere geri dönmek için tıklayın'
      - '&fürünü geri verir.'
  auction-what-is-this-page:
    material: BOOK
    name: '&6Bu sayfa nedir?'
    slot: 53
    lore:
    - '&fBurası müzayede evi, burada yapabilirsin'
    - '&fsatılık öğeleri listele ve satın al'
    - '&fDiğerlerinin satılık listelediklerini.'
    - ''
    - '&6Kullanarak ürün satabilirsiniz:'
    - ' &f&lx &6/ah sell <ücret>'
  go-back-to-main:
    material: STORAGE_MINECART
    name: '&6Ana menüye &lGeri Dön'
    slot: 52
    lore: []
  recently-sold-items:
    material: GOLD_INGOT
    name: '&6Son Satılan Öğeler'
    slot: 45
    format: '&fSold &6%itemType%&f to &6%playerName%&f for &6$%amount%'
    lore: # This lore will show if there haven't been any sales done, otherwise `format` text will be used
      - '&cNo recent sales.'
  my-listings-what-is-this-page:
    material: BOOK
    name: '&6Bu sayfa nedir?'
    slot: 53
    lore:
    - '&fBunlar mevcut listeleriniz, hepsi'
    - '&fo anda listelediğiniz öğeler'
    - '&fmüzayede evi burada sergileniyor.'
    - '&fGirişinizi iptal edip görüntüleyebilirsiniz.'
    - '&fburada zaman aşımına uğrar.'
  expired-what-is-this-page:
    material: BOOK
    name: '&6Bu sayfa nedir?'
    slot: 53
    lore:
    - '&fBu sayfa tüm iptal edilmiş ve'
    - '&fbir giriş iptal edildiğinde süresi dolmuş öğeler'
    - '&fveya süresi dolduracak'
    - '&fbu menüden size geri öğe verir.'
  confirm-purchase:
    material: STAINED_GLASS_PANE
    damage: 5
    name: '&aOnayla'
    lore: []
    slot: [0, 1, 2, 3]
  cancel-purchase:
    material: STAINED_GLASS_PANE
    damage: 14
    name: '&cCancel'
    lore: []
    slot: [5, 6, 7, 8]
not:hatalar olabilir son versiyona göre ayarlandı plugin preminumdur :(
 

Nuyo NetWork

Play.NuyoNetWork.Com

Discord:

Ilker26#3518

Katılım
1 Eylül 2019
Mesajlar
60
Elmaslar
21
Puanlar
0
Yaş
24
Yer
Eskişehir
Minecraft
Ilker26
İhtiyacı olanlar için yararlı bir şey olmuş eline sağlık
 

KaizenProbiens

kaizennw.batihost.net
Katılım
30 Ağustos 2019
Mesajlar
17
Elmaslar
13
Puanlar
910
Yer
Minecraft
Yararlı Eline sağlık
 

TinkererNW

Birisi mi Spawnlandı?
Katılım
6 Temmuz 2019
Mesajlar
9
Elmaslar
6
Puanlar
0
Yaş
27
Eline sağlık.
 

RevengeOfJedi

FeodalCraft.keyubu.com
Katılım
14 Şubat 2014
Mesajlar
32
Elmaslar
11
Puanlar
0
Yararlı başarılarının devamını dilerim
 

xRyZerK

play.MynesNetwork.com

Discord:

only1Enes

Katılım
19 Ocak 2019
Mesajlar
35
Elmaslar
10
Puanlar
6.330
Yer
Sofixa | Gameixa
Minecraft
only1Ens
Eline sağlık.
 
S

Silinen üye 79251

Ziyaretçi

Hazır bu konuyu gördüğüm iyi oldu. Yeni sunucum da bu eklentinin Türkçe olmayan hali var ki artık dilimize çeviriyorum :))
 

Tekel Mavisi

Odunlara Vur Vur Vur!

Discord:

Tekel Mavisi#8674

Katılım
18 Temmuz 2016
Mesajlar
36
Elmaslar
11
Puanlar
0
Yaş
22
Yer
Kocaeli
Görsel olsaydı iyiyfdi.
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı