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
Arkadaşlar ben 20 kısıye kadar yaptım siz dağa fazla yapabılırsınız
Örnek fotoğraflar;
Arkadaşlar 1P plugini ilede yapılabiliyor ama bazı sunucu açma hostlarında bu eklenti mevcut olmadığından bu yolu tercih ettim
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;
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