KteRising - Otomatik Lav Yükseliyor Paketi

KteProject

Oduncu
Katılım
21 Ağu 2023
Mesajlar
2
Beğeni
0
Puanları
70
Merhaba forum kullanıcıları,

Bu gün KteProject adı altında KteRising adlı Lav Yükseliyor pluginini tanıtacağım;

ÖZELLİKLER
  • Kazanma sistemi, 6 tane ayarlanmış mod, isteğe bağlı daralan alan, İsteğe bağlı sunucu kapatma/aktifleştirme, isteğe bağlı alan ayarlama ve daha fazlası.
  • Eşyalar otomatik olarak envantere gelir. (ayarlanabilir)
  • Cevherler eritilmiş hali envantere gelir. (ayarlanabilir)
  • Oyun belirli bir sayıya ulaşıldıktan sonra otomatik olarak başlar. (ayarlanabilir)
  • Oyun başlamadan önce rastgele mod seçer.
  • Klasik modların madencilik kısmını atlama.
  • Lavların yükselişini dondurabilme.
  • Modların içindeki itemler ayarlanabilir.
  • Oyuncular istediği oyun moduna oy verebilir.
PLACEHOLDERAPI
  • %KteRising_survivor%
    Hayatta Kalanları gösterir.

  • %KteRising_mode%
    Modu Gösterir.

  • %KteRising_time%
    Zamanı gösterir.

  • %KteRising_pvp%
    Pvp durumu gösterir.

  • %KteRising_lava%
    Lav yüksekliğini gösterir.

MODLAR
  • Classic
    Kazma, 16x biftek, 16x Odun ile başlar.

  • Elytra
    x6 Fişek, Elytra, Kazma, 16x biftek, 16x Odun ile başlar.

  • Trident
    Kazma, 16x biftek, 16x Odun, Girdap ile Sadakatlı Trident ile başlar.

  • Op
    Kazma, 16x biftek x64 Elmas, Demir Ve Odun ile başlar.

  • ElytraOp
    Kazma, 16x biftek x16 Fişek, Elytra, x64 Elmas, Demir Ve Odun ile başlar.

  • TridentOp
    Kazma, 16x biftek, 16x Odun, Girdap ile Sadakatlı Trident, x64 Elmas, x64 Demir Ve x64 Odun ile başlar.

KOMUTLAR
  • /kterising start
    Oyunu Başlatır

  • /kterising reload
    Config Ve Mesajları Yeniler!

  • /kterising mode <mod>
    İstediğiniz Modu seçer!

  • /kterising skip
    Klasik modlardaki maden kasma kısmını atlar!

  • /kterising freeze
    Lavın yükselmesi donar

  • /kterising vote
    Oy menüsünü açar
YETKİLER
  • kterising.start (/kterising start)
    Oyunu başlatmana izin verir.

  • kterising.mode (/kterising mode <mod>)
    Başka bir oyun modu açmana izin verir.

  • kterising.reload (/kterising reload)
    Eklentinin yeniden yüklenmesine izin verir.

  • kterising.skip (/kterising skip)
    Maden kasma kısmını atlamaya izin verir.

  • kterising.freeze (/kterising freeze)
    Lavı dondurmaya/durdurmaya izin verir.

  • kterising.vote (/kterising vote)
    Oylama menüsünü açmaya izin verir.

TEST SONUÇLARI
Intel E5-2699 V4 Sunucusunda 6cpu ile 40-50 arası oyuncu rahatlıkla kaldırmıştır.

CONFIG
YAML:
#Do you want the game to start automatically when a certain number is reached?
player-start: true
#Should the game automatically start when reaching how many players?
player-start-count: 10
#Countdown to the start of the game after reaching the number of players. (Seconds)
player-start-time: 10
#How many seconds countdown when you type start game command. We recommend at least 2 seconds
start-countdown: 3
#It sets when lava will rise in Classic mode.(Applies to Trident, Elytra and Classic mode)
classic-start-time: 600
#It sets when lava will rise in Op mode.(Applies to TridentOp, ElytraOP and Op mode)
op-start-time: 60
#It sets the world size.
world-size: 100
#It writes when PvP will be enabled.
pvp-allow: 80
#It writes how often the lava will rise, in seconds.
lava-delay: 1
#It writes at which layer the lava will start to rise.
lava-start-block: 1
#Automatic server shutdown (if you turn this feature off, you will have to stop it yourself)
server-stop: true
#If you turn off AutoPickUp, the blocks you break will fall to the ground.
autopickup: true
#If you turn off AutoMelt, the crushed ore will come back as ore.
automelt: true

#For example, people don't get themselves killed by putting a door. When the lava reaches a certain layer, it will check and if a person is below this layer, it will kill them.
#Which layer should it check underneath?
layer-control: 210
#Kills a player standing on a certain layer of lava
layer-kill: 209

scoreboard:
  scoreboard-enabled: true
  scoreboard-title: "&6Kte Project"
  #Max 15 Lines.
  #If you write scores with the same name, only one of them is displayed, even if there is a space
  #Placeholders won't work if you use this scoreboard! (Only %survival%,%lava%,%pvp%,%time%,%mode% these work.)
  #If you want to placeholders to work you can use a different plugin.
  scoreboard:
   - '&7 '
    - '&fSurvivor: &a%survivor%'
    - '&6 '
    - '&fLava: &a%lava%'
    - '&fPvp: &a%pvp%'
    - '&fTime: &a%time%'
    - '&5 '
    - '&fMode: &a%mode%'
    - '&4 '
ITEMS
YAML:
#If you make a typo, the items will not be given or an error will occur!
#Look Minecraft ids if you want to change the material! For example DIAMOND_PICKAXE. Do not try to enter as a number! For example 278(DIAMOND_PICKAXE)
items:
  pickaxe:
    #Applies to all mods
    name: "&6LavaRising"
    material: NETHERITE_PICKAXE
  food:
    #Applies to all mods
    name: "&6LavaRising"
    material: COOKED_BEEF
    #Applies to Classic, Elytra and Trident mode
    amount: 16
    #Applies to OP, ElytraOp and TridentOp mode
    op-amount: 64
  oak:
    #Applies to all mods
    material: OAK_LOG
    #Applies to Classic, Elytra and Trident mode
    amount: 16
    #Applies to OP, ElytraOp and TridentOp mode
    op-amount: 64
  elytra:
    #Applies to Elytra and ElytraOP mode
    name: "&6LavaRising"
    material: ELYTRA
    amount: 1
  firework:
    #Applies to Elytra and ElytraOP mode
    material: FIREWORK_ROCKET
    #Applies to Elytra mode
    amount: 6
    #Applies to ElytraOp mode
    op-amount: 64
  trident:
    #Applies to Trident and TridentOp mode
    material: TRIDENT
    riptide-name: "&3Riptide"
    loyalty-name: "&3Loyalty"
Pluginle alaklı Bug, Error Veya Önerileriniz Varsa lütfen Discord üzerinden İletişime geçin!

Spigot
 
Son düzenleme:

Kresua

Forum Yazarı
Forum Yazarı
Katılım
11 Nis 2020
Mesajlar
158
Beğeni
32
Puanları
1,505
Konuyu görselleştirirseniz daha güzel gözükebilir, başarılar
 
Üst