vKoth 图标

vKoth

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.1
本资源为搬运资源,原资源地址: https://modrinth.com/mod/vkoth
资源信息

Minecraft 版本: 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11

平台: paper purpur

标签: adventure game-mechanics minigame

资源介绍

koth

Türkçe ![koth](https://cdn.modrinth.com/data/cached_images/79cec149a8a22af80c58702d37f62d1176cff796.png) > vKoth, Minecraft sunucuları için geliştirilmiş Koth pluginidir. Oyuncular belirli bir alanda koth u ele geçirmek için yarışır ve belirlenen süre boyunca koth alanında hayatta kalan oyuncu kazanır. - ✨ Özellikler - ? Çoklu Arena Sistemi - Sınırsız arena oluşturma ve yönetme - ⏰ Otomatik Başlatma - Belirlediğiniz saatlerde otomatik KOTH başlatma - ? Dinamik Sahiplik - Koth Alanında bulunan oyuncular arasında otomatik sahip belirleme - ✨ Görsel Efektler - Koth sahibine glow (parlama) efekti - ? Scoreboard & Boss Bar - Gerçek zamanlı bilgi gösterimi - ? Çoklu Dil Desteği - Türkçe ve İngilizce dil seçenekleri - ? Ödül Sistemi - Özelleştirilebilir kazanma ödülleri - ⚙️ Esnek Ayarlar - Süre, ödüller ve görünüm ayarları ### ⚙️ config.yml ``` language: tr koth-duration: 3 max-no-player-time: 180 auto-start-times: - "14:00" - "18:00" - "22:00" rewards: - "give %player% diamond 64" - "eco give %player% 10000" server-address: "play.serverip.com" scoreboard: enabled: true bossbar: enabled: true chat: enabled: true arenas: ``` ### ⚙️ messages_tr.yml ``` prefix: "&6[KotH] &r" koth: started: "&4Koth Başladı!" location: "&4Konum: &f%x%, %y%, %z%" owner-changed: "&7%player% &4Koth alanını ele geçirdi!" no-owner: "&4Arenada kimse yok! KotH sahibi değişti." winner: "&7%player% &4Koth'u kazandı!" cancelled: "&4KotH iptal edildi! (Katılan Olmadı)" scoreboard: enabled: true title: "&4KOTH BAŞLADI" owner-label: "&4Koth Sahibi:" owner: "&7● &f%player%" no-owner: "&7Kimse Yok" time-label: "&4Kalan Süre:" remaining-time: "&7● &f%time%" location-label: "&4Konum:" coordinates: "&7● &f%x%, %y%, %z%" server: "&7%server%" bossbar: enabled: true title: "&4KOTH BAŞLADI &7| &4Koth Sahibi: &f%player% &7| &4Kalan Süre: &f%time%" no-owner: "&7Kimse Yok" commands: help: - "&4=== KotH Komutları ===" - "&4/koth start &7- KotH'u başlat" - "&4/koth stop &7- KotH'u durdur" - "&4/koth reload &7- Plugini yeniden yükle" - "&4/koth wand &7- Arena seçim değneğini al" - "&4/koth arena save &7- Arenayı kaydet" - "&4/koth arena delete &7- Arenayı sil" - "&4/koth arena list &7- Tüm arenaları listele" started: "&4KotH başlatıldı!" stopped: "&4KotH durduruldu!" reloaded: "&4Plugin yeniden yüklendi!" no-permission: "&4Bu komutu kullanmak için yetkiniz yok!" player-only: "&4Bu komut sadece oyuncular tarafından kullanılabilir!" no-arenas: "&4Hata: Hiç arena oluşturulmamış! Önce /koth arena save ile arena oluşturun." no-active-koth: "&4Hata: Şu anda aktif bir KotH bulunmuyor!" wand-name: "&4KotH Arena Değneği" wand-lore: - "&7Sol tık: İlk nokta" - "&7Sağ tık: İkinci nokta" wand-given: "&4Arena seçim değneği verildi!" arena: usage: - "&4=== KotH Arena Komutları ===" - "&4/koth arena save &7- Seçili bölgeyi arena olarak kaydet" - "&4/koth arena delete &7- Arenayı sil" - "&4/koth arena list &7- Tüm arenaları listele" first-position: "&4İlk nokta seçildi!" second-position: "&4İkinci nokta seçildi!" need-positions: "&4Önce her iki noktayı da seçmelisiniz!" saved: "&4%arena% adlı arena başarıyla kaydedildi!" deleted: "&4%arena% adlı arena silindi!" not-found: "&4Bu isimde bir arena bulunamadı!" list: empty: "&4Hiç arena oluşturulmamış!" header: "&4=== KotH Arenaları ===" format: "&4• &f%arena% &7(Dünya: %world%)" ``` ### ? Komutlar ``` /koth start /koth stop /koth reload /koth wand /koth arena save /koth arena delete /koth arena list ``` ### ✨ Kurulum > Eklenti yalnızca Java 17 (veya üzeri) [Purpur](https://purpurmc.org/) sunucularında, 1.18 - 1.21.x sürümleri arasında çalışır. English ![koth](https://cdn.modrinth.com/data/cached_images/79cec149a8a22af80c58702d37f62d1176cff796.png) > vKoth is a Koth plugin developed for Minecraft servers. Players compete to capture Koth in a specific area, and the player who holds it for the recorded duration within that area wins. - ✨ Features - ? Multi-Arena System - Create and manage unlimited arenas - ⏰ Auto-Start - Automatic KOTH start at scheduled times - ? Dynamic Ownership - Automatic owner assignment among players in arena - ✨ Visual Effects - Glow effect for arena owner - ? Scoreboard & Boss Bar - Real-time information display - ? Multi-Language Support - Turkish and English language options - ? Reward System - Customizable winning rewards - ⚙️ Flexible Settings - Duration, rewards and display settings ### ⚙️ config.yml ``` language: en koth-duration: 3 max-no-player-time: 180 auto-start-times: - "14:00" - "18:00" - "22:00" rewards: - "give %player% diamond 64" - "eco give %player% 10000" server-address: "play.serverip.com" scoreboard: enabled: true bossbar: enabled: true chat: enabled: true arenas: ``` ### ⚙️ messages_en.yml ``` prefix: "&6[KotH] &r" # KotH Event Messages koth: started: "&aKotH has started!" location: "&eLocation: &f%x%, %y%, %z%" owner-changed: "&6%player% &ehas captured the arena!" no-owner: "&4No one in the arena! KotH owner has changed." winner: "&7%player% &ehas won the Koth!" cancelled: "&4KotH cancelled! (No players found)" # Scoreboard Messages scoreboard: enabled: true title: "&4KOTH STARTED" owner-label: "&eKoth Owner:" owner: "&7● &f%player%" no-owner: "&7None" time-label: "&eRemaining Time:" remaining-time: "&7● &f%time%" location-label: "&eLocation:" coordinates: "&7● &f%x%, %y%, %z%" server: "&7%server%" # Boss Bar Messages bossbar: enabled: true title: "&6Koth Owner: &f%player% &7| &eRemaining: &f%time%" no-owner: "&7None" # Command Messages commands: help: - "&6=== KotH Commands ===" - "&e/koth start &7- Start the KotH" - "&e/koth stop &7- Stop the KotH" - "&e/koth reload &7- Reload the plugin" - "&e/koth wand &7- Get arena selection wand" - "&e/koth arena save &7- Save arena" - "&e/koth arena delete &7- Delete arena" - "&e/koth arena list &7- List all arenas" started: "&aKotH started!" stopped: "&4KotH stopped!" reloaded: "&aPlugin reloaded!" no-permission: "&4You don't have permission to use this command!" player-only: "&4This command can only be used by players!" no-arenas: "&4Error: No arenas have been created! First create an arena with /koth arena save ." no-active-koth: "&4Error: There is no active KotH right now!" wand-name: "&6KotH Arena Wand" wand-lore: - "&7Left click: First position" - "&7Right click: Second position" wand-given: "&aArena selection wand given!" arena: usage: - "&6=== KotH Arena Commands ===" - "&e/koth arena save &7- Save selected region as arena" - "&e/koth arena delete &7- Delete arena" - "&e/koth arena list &7- List all arenas" first-position: "&aFirst position selected!" second-position: "&aSecond position selected!" need-positions: "&4You must select both positions first!" saved: "&aArena %arena% has been saved successfully!" deleted: "&4Arena %arena% has been deleted!" not-found: "&4No arena found with that name!" list: empty: "&4No arenas have been created!" header: "&6=== KotH Arenas ===" format: "&e• &f%arena% &7(World: %world%)" ``` ### ? Commands ``` /koth start /koth stop /koth reload /koth wand /koth arena save /koth arena delete /koth arena list ``` ### ✨ Installation > The plugin only works on Java 17 (or higher) [Purpur](https://purpurmc.org/) servers between versions 1.18 - 1.21.x.
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Simple Resource Loader

价格:0 墨喵币
下载量:0

查看详情
Patriot Structures

价格:0 墨喵币
下载量:0

查看详情
Open Parties and Claims "Additions"

价格:0 墨喵币
下载量:0

查看详情
GeTSomE

价格:0 墨喵币
下载量:0

查看详情