Skript Paylaşımı SimpleVIPPerks Pluginine Son.!

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Adonisx7

Koydum Çalışma Masasını
Katılım
15 Temmuz 2016
Mesajlar
67
Elmaslar
12
Puan
0
Yaş
30
Konum
İzmir

Discord:

OnaycanKran#3500

SimpleVIPPerks Pluginine Son.!

Gerekli Pluginler.

Plugin: Skript
Plugin: SkQuery

Önemli Uyarı.
Utf8 Olarak Boyutlandırmazsanız Türkçe Karakter İçermez.


Link Olarak İndir.

Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.

bb7QmZ.png


Skript Kodu.

AJrZXQ.png

Kod:
[B]#---------------------------#[/B]
[B]#[/B]
[B]# Editliyen : Adonisx7[/B]
[B]#[/B]
[B]#---------------------------#[/B]
[B]# Viplere Verilecek Permler[/B]
[B]#[/B]
[B]# - vip.hız[/B]
[B]# - vip.güç[/B]
[B]# - vip.görüş[/B]
[B]# - vip.görünmezlik[/B]
[B]# - vip.ateş[/B]
[B]# - vip.direnç[/B]
[B]# - vip.yenilenme[/B]
[B]# - vip.su[/B]
[B]#[/B]
[B]#---------------------------#[/B]
[B][/B]
[B]command /viphız:[/B]
[B]        permission: vip.hız[/B]
[B]        trigger:[/B]
[B]                set {_difference} to difference between {vipozellik.%player%} and now[/B]
[B]                if {_difference} is less than 5 minutes:[/B]
[B]                        set  {_difference} to difference between {_difference} and 1 minutes[/B]
[B]                        message "&6&lVip &8» &7Bu Komutu Kullanabilmek İçin Efekt Süresinin Bitmesi Lazım. "[/B]
[B]                        stop[/B]
[B]                set {vipozellik.%player%} to now[/B]
[B]                apply potion of speed 2 to the player for 60 seconds[/B]
[B]                message "&6&lVip &8» &7Hız Efekti Verildi Artık Hızlı Gidebilirsin. "[/B]
[B][/B]
[B][/B]
[B]command /vipgüç:[/B]
[B]        permission: vip.güç[/B]
[B]        trigger:[/B]
[B]                set {_difference} to difference between {vipozellik.%player%} and now[/B]
[B]                if {_difference} is less than 5 minutes:[/B]
[B]                        set  {_difference} to difference between {_difference} and 5 minutes[/B]
[B]                        message "&6&lVip &8» &7Bu Komutu Kullanabilmek İçin Efekt Süresinin Bitmesi Lazım. "[/B]
[B]                        stop[/B]
[B]                set {vipozellik.%player%} to now[/B]
[B]                apply potion of strength 2 to the player for 60 seconds[/B]
[B]                message "&6&lVip &8» &7Güç Efekti Verildi Artık Güçlüsün. "[/B]
[B][/B]
[B][/B]
[B]command /vipgörüş:[/B]
[B]        permission: vip.görüş[/B]
[B]        trigger:[/B]
[B]                set {_difference} to difference between {vipozellik.%player%} and now[/B]
[B]                if {_difference} is less than 5 minutes:[/B]
[B]                        set  {_difference} to difference between {_difference} and 5 minutes[/B]
[B]                        message "&6&lVip &8» &7Bu Komutu Kullanabilmek İçin Efekt Süresinin Bitmesi Lazım. "[/B]
[B]                        stop[/B]
[B]                set {vipozellik.%player%} to now[/B]
[B]                apply potion of night vision 1 to the player for 60 seconds[/B]
[B]                message "&6&lVip &8» &7Gece Görüşü Efekti Verildi Artık Geceleri Görebilirsin. "[/B]
[B][/B]
[B][/B]
[B]command /vipgörünmezlik:[/B]
[B]        permission: vip.görünmezlik[/B]
[B]        trigger:[/B]
[B]                set {_difference} to difference between {vipozellik.%player%} and now[/B]
[B]                if {_difference} is less than 5 minutes:[/B]
[B]                        set  {_difference} to difference between {_difference} and 5 minutes[/B]
[B]                        message "&6&lVip &8» &7Bu Komutu Kullanabilmek İçin Efekt Süresinin Bitmesi Lazım. "[/B]
[B]                        stop[/B]
[B]                set {vipozellik.%player%} to now[/B]
[B]                apply potion of invisibility 1 to the player for 60 seconds[/B]
[B]                message "&6&lVip &8» &7Görünmezlik Efekti Verildi Artık Seni Kimse Göremez. "[/B]
[B][/B]
[B][/B]
[B]command /vipateş:[/B]
[B]        permission: vip.ateş[/B]
[B]        trigger:[/B]
[B]                set {_difference} to difference between {vipozellik.%player%} and now[/B]
[B]                if {_difference} is less than 5 minutes:[/B]
[B]                        set  {_difference} to difference between {_difference} and 5 minutes[/B]
[B]                        message "&6&lVip &8» &7Bu Komutu Kullanabilmek İçin Efekt Süresinin Bitmesi Lazım. "[/B]
[B]                        stop[/B]
[B]                set {vipozellik.%player%} to now[/B]
[B]                apply potion of fire resistance 2 to the player for 60 seconds       [/B]
[B]                message "&6&lVip &8» &7Ateşe Dayanıklılık Efekti Verildi Artık Lavda Yüzebilirsin. "[/B]
[B][/B]
[B][/B]
[B]command /vipdirenç:[/B]
[B]        permission: vip.direnç[/B]
[B]        trigger:[/B]
[B]                set {_difference} to difference between {vipozellik.%player%} and now[/B]
[B]                if {_difference} is less than 5 minutes:[/B]
[B]                        set  {_difference} to difference between {_difference} and 5 minutes[/B]
[B]                        message "&6&lVip &8» &7Bu Komutu Kullanabilmek İçin Efekt Süresinin Bitmesi Lazım. "[/B]
[B]                        stop[/B]
[B]                set {vipozellik.%player%} to now[/B]
[B]                apply potion of resistance 2 to the player for 60 seconds[/B]
[B]                message "&6&lVip &8» &7Direnç Efekti Verildi Artık Yüksekten Atlıyabilirsin. "[/B]
[B][/B]
[B][/B]
[B]command /vipyenilenme:[/B]
[B]        permission: vip.yenilenme[/B]
[B]        trigger:[/B]
[B]                set {_difference} to difference between {vipozellik.%player%} and now[/B]
[B]                if {_difference} is less than 5 minutes:[/B]
[B]                        set  {_difference} to difference between {_difference} and 5 minutes[/B]
[B]                        message "&6&lVip &8» &7Bu Komutu Kullanabilmek İçin Efekt Süresinin Bitmesi Lazım. "[/B]
[B]                        stop[/B]
[B]                set {vipozellik.%player%} to now[/B]
[B]                apply potion of regeneration 2 to the player for 60 seconds[/B]
[B]                message "&6&lVip &8» &7Yenileme Efekti Verildi Artık Korkmadan Saldırabilirsin. "[/B]
[B][/B]
[B][/B]
[B]command /vipsu:[/B]
[B]        permission: vip.su[/B]
[B]        trigger:[/B]
[B]                set {_difference} to difference between {vipozellik.%player%} and now[/B]
[B]                if {_difference} is less than 5 minutes:[/B]
[B]                        set  {_difference} to difference between {_difference} and 5 minutes[/B]
[B]                        message "&6&lVip &8» &7Bu Komutu Kullanabilmek İçin Efekt Süresinin Bitmesi Lazım. "[/B]
[B]                        stop[/B]
[B]                set {vipozellik.%player%} to now[/B]
[B]                apply potion of water breathing 2 to the player for 60 seconds[/B]
[B]                message "&6&lVip &8» &7Suda Nefes Alma Efekti Verildi Artık Boğulma Korkusu Olmadan Yüzebilirsin. "[/B]
[B][/B]
[B][/B]
[B]command /vipefekt:[/B]
[B]        permission: vip.efekt[/B]
[B]        trigger:[/B]
[B]                message "&6&l---------------------------------------"[/B]
[B]                message "&6&l» &fVip Hız: &b/viphız"[/B]
[B]                message "&6&l» &fVip Güç: &b/vipgüç"[/B]
[B]                message "&6&l» &fVip Gece Görüş: &b/vipgörüş"[/B]
[B]                message "&6&l» &fVip Görünmezlik: &b/vipgörünmezlik"[/B]
[B]                message "&6&l» &fVip AteşteYüzme: &b/vipateş"[/B]
[B]                message "&6&l» &fVip Direnç: &b/vipdirenç"[/B]
[B]                message "&6&l» &fVip CanYenilenme: &b/vipyenilenme"[/B]
[B]                message "&6&l» &fVip Suda Boğulmama: &b/vipsu"[/B]
[B]                message "&6&l---------------------------------------"[/B]
 
Son düzenleme:
Tebrik ederim kardeşim güzel skript olmuş bide vipkaz olsa iyi olurdu ama genede güzel Tebrikler
 
Eyvallah bu iltifatlar için paylaşıyorum zaten <3
 
Madem Öyle Duruma Bir Beğeni Atarsın Artık :)
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

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