Foruma hoş geldin 👋, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.

Paylaşım Minecraft süreli yetki verme script

Paylaşım

zody

King
Moderatör
Katılım
19 Tem 2024
Mesajlar
1,401
Tepkime puanı
77
Puanları
0
Kod:
command /yetkiver [<offline player>] [<number>]:
    permission: mvip.admin
    permission message: &eMVIP &6» &cBu komutu kullanmak için yeterli izniniz bulunmamaktadır.
    trigger:
        if arg-1 or arg-2 is not set:
            send "&3HATA &8> &aDoğru kullanım: &e/yetkiver <oyuncu> <gün>" to player
        else:
            open virtual chest with size 5 named "&b%arg-1% &cOyuncusuna Yetki" to player
            wait 1 tick
            make gui slot 4 of player with 340 named "&e%arg-1% &bOyuncusuna Yetki Veriyorsunuz"
            make gui slot 19 of player with 265 named "&e%arg-2% &bgün &eVip &bVer" to close then run player command "cursedvip give %arg-1% Vip %arg-2%"
            make gui slot 21 of player with 266 named "&e%arg-2% &bgün &eVip+ &bVer" to close then run player command "cursedvip give %arg-1% Vip+ %arg-2%"
            make gui slot 23 of player with 388 named "&e%arg-2% &bgün &eMvip &bVer" to close then run player command "cursedvip give %arg-1% Mvip %arg-2%"
            make gui slot 25 of player with 264 named "&e%arg-2% &bgün &eMvip+ &bVer" to close then run player command "cursedvip give %arg-1% Mvip+ %arg-2%"
 

Foruma hoş geldin 👋, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.