OYUNCU SAYISINA GÖRE MAX OYUNCU SAYISI SKRİPTİ | BEDAVA! v0.1 BETA

MustafaBingul

Creeper Evimi Patlattı
Katılım
27 Mayıs 2018
Mesajlar
409
Elmaslar
143
Puan
7.085
Konum
Türkiye
Minecraft
BingulHan

Discord:

BingulHan#4136

Merhaba arkadaşlar bugün sizlere bazı sunucularda gördüğümüz bir özellik vardı örn. 8 oyuncu ise 9 oyuncu max gozukuyordu! bunu çok düşündüm ve kendimce bir skript tasarladım sizlerede bu skripti paylaşmak istiyorum umarım beğenirsiniz.

Gereken Eklentiler:
MotdManager
Skript

Kod:
on login:
    if number of all players is 1:
        execute console command "/mm maxplayer 2"
        stop
    if number of all players is 2:
        execute console command "/mm maxplayer 3"
        stop
    if number of all players is 3:
        execute console command "/mm maxplayer 4"
        stop
    if number of all players is 4:
        execute console command "/mm maxplayer 5"
        stop
    if number of all players is 5:
        execute console command "/mm maxplayer 6"
        stop 
    if number of all players is 6:
        execute console command "/mm maxplayer 7"
        stop       
    if number of all players is 7:
        execute console command "/mm maxplayer 8"
        stop   
    if number of all players is 8:
        execute console command "/mm maxplayer 9"
        stop       
    if number of all players is 9:
        execute console command "/mm maxplayer 10"
        stop       
    if number of all players is 10:
        execute console command "/mm maxplayer 11"
        stop       
    if number of all players is 11:
        execute console command "/mm maxplayer 12"
        stop       
    if number of all players is 12:
        execute console command "/mm maxplayer 13"
        stop       
    if number of all players is 13:
        execute console command "/mm maxplayer 13"
        stop       
    if number of all players is 14:
        execute console command "/mm maxplayer 15"
        stop       
    if number of all players is 15:
        execute console command "/mm maxplayer 16"
        stop       
    if number of all players is 16:
        execute console command "/mm maxplayer 17"
        stop       
    if number of all players is 17:
        execute console command "/mm maxplayer 18"
        stop       
    if number of all players is 18:
        execute console command "/mm maxplayer 19"
        stop       
    if number of all players is 19:
        execute console command "/mm maxplayer 20"
        stop       
    if number of all players is 20:
        execute console command "/mm maxplayer 21"
        stop       
        
on quit:
    if number of all players is 1:
        execute console command "/mm maxplayer 2"
    if number of all players is 2:
        execute console command "/mm maxplayer 3"
    if number of all players is 3:
        execute console command "/mm maxplayer 4"
    if number of all players is 4:
        execute console command "/mm maxplayer 5"
    if number of all players is 5:
        execute console command "/mm maxplayer 6"
    if number of all players is 6:
        execute console command "/mm maxplayer 7"
    if number of all players is 7:
        execute console command "/mm maxplayer 8"
    if number of all players is 8:
        execute console command "/mm maxplayer 9"
    if number of all players is 9:
        execute console command "/mm maxplayer 10"
    if number of all players is 10:
        execute console command "/mm maxplayer 11"
    if number of all players is 11:
        execute console command "/mm maxplayer 12"
    if number of all players is 12:
        execute console command "/mm maxplayer 13"
    if number of all players is 13:
        execute console command "/mm maxplayer 13"
    if number of all players is 14:
        execute console command "/mm maxplayer 15"
    if number of all players is 15:
        execute console command "/mm maxplayer 16"
    if number of all players is 16:
        execute console command "/mm maxplayer 17"
    if number of all players is 17:
        execute console command "/mm maxplayer 18"
    if number of all players is 18:
        execute console command "/mm maxplayer 19"
    if number of all players is 19:
        execute console command "/mm maxplayer 20"
    if number of all players is 20:
        execute console command "/mm maxplayer 21"
        stop

Arkadaşlar ben 20 kısıye kadar yaptım siz dağa fazla yapabılırsınız

Örnek fotoğraflar;

2019-01-21_16.41.03.png

Gönderi otomatik olarak birleştirildi:

Arkadaşlar 1P plugini ilede yapılabiliyor ama bazı sunucu açma hostlarında bu eklenti mevcut olmadığından bu yolu tercih ettim
 
güzel olmuş değişik bir skript ama ben motd plugini ilede yapabiliyorum onlada oluyor iyi günler
 
Yorumlarınız için teşekkürler.
 

Güzel skript olmuş. Daha çok geliştirmen dileğiyle başarılar dilerim. Konu tasarımlarınızı geliştirirsen daha iyi olur :8
 
Yorumlar, tavsiyeler için teşekkür ederim.
 
Zaten vardı efenim önceden yapılmıştı ama güzel başarılar.
 
Plugini vardı fakat emek vermeniz iyi bir sey böye içerikleri lütfen devam ettirin iyi forumlar.
 
Çok gereksiz derecede uzun olmuş. Yerinde olsam şöyle yapardım:
Kod:
on login:
    add 1 to {_s}
    loop all players:
        add 1 to {_s}
    execute console command "/mm maxplayer %{_s}%"
    stop
on quit:
    add 1 to {_s}
    loop all players:
        add 1 to {_s}
    execute console command "/mm maxplayer %{_s}%"
    stop
 
güzel olmuş değişik bir skript ama ben motd plugini ilede yapabiliyorum onlada oluyor iyi günler
bravo
Gönderi otomatik olarak birleştirildi:

Çok uzun :D
ben olsam

Kod:
on join:
    execute console command "mm maxplayer %(amount of all players + 1)%"
on quit:
    execute console command "mm maxplayer %(amount of all players + 1)%"
sonra bida düşündümde motdmanager e gerek yok :D

Kod:
on join:
    set max player count to amount of all players + 1
on quit:
    set max player count to amount of all players + 1
Çok uzun :D
ben olsam

Kod:
on join:
    execute console command "mm maxplayer %(amount of all players + 1)%"
on quit:
    execute console command "mm maxplayer %(amount of all players + 1)%"
sonra bida düşündümde motdmanager e gerek yok :D

Kod:
on join:
    set max player count to amount of all players + 1
on quit:
    set max player count to amount of all players + 1

on join:
set max player count to amount of all players + 1
on first join:
set max player count to amount of all players + 1
on quit:
set max player count to amount of all players -1
eksikleri düzeltim
 
Çok gereksiz derecede uzun olmuş. Yerinde olsam şöyle yapardım:
Kod:
on login:
    add 1 to {_s}
    loop all players:
        add 1 to {_s}
    execute console command "/mm maxplayer %{_s}%"
    stop
on quit:
    add 1 to {_s}
    loop all players:
        add 1 to {_s}
    execute console command "/mm maxplayer %{_s}%"
    stop
NOKTA’yı koymuş usta.
 
Arkadaşlar, bakın ben dalga geçmiycem diye kendimi deli gibi sıkarken siz "bilektugrul benle dalga geçer inş" diyerekten saçma salak şeyler atıyorsunuz. Olm ne la bu? Ben kendimi tutamıyorum abi.
bi deli atmış saçma salak bi skript gelmiş bir de v0.1 beta diyor, altta bikaç gişi gelmiş "çok züper zkript abi bravo" diyor, sonra biri çıkıp "aga b bu gereksiz, al oyuncuları looplayarak yaptım" diyor.
Allahtan akıllı biri çıkmış da 2.3+ kullanarak bir şeyler yapmış.
Büyüyün olm artık la :D.
Keşke amdinler seo kascaz diye böyle çöp şeyleri forumda barındırmasa.
 

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst