Sol Reklam

Skript Paylaşımı Gelişmiş Wgat skripti V1.2

Durum
Mesaj gönderimine kapalı.

Foxx470708

Bir Kömür Göründü Kaptanım!

Discord:

AkuYoh#0616

Katılım
15 Mart 2015
Mesajlar
152
Elmaslar
67
Puanlar
0
Yaş
26
Yer
turkey istanbul
Minecraft
RoocerTR
Ceviz misaliyiz aga. dışı güzel değil ise insanlar içini kırıp bakmaz bile.
uzun zamandan sonra kötü adam geldi.
Gerekli pluginler:
skript : https://dev.bukkit.org/projects/skript
SkQuery : https://dev.bukkit.org/projects/skquery

Sürüm : 1.7 - 1.8 - 1.9 - 1.10 + 1.11

Lag yapma olasılığı / pasif sistem olduğundan ötürü yok
NOT! forumda buna benzer bir skript veya plugin paylaşıldımı bilgim yok. paylaşıldıysa kusura bakmayın. uzun zamandır yoktum :)
Hata veya sorun oluşursa skype : foxx470708
ücretsiz plugin paketi ve skript tasarlıyorum.



kodlama hakkında:

/wg yazarak ana panel ekranını görürsün.
/wg ayarla yazarak hangi wgler atılcak seçebilirsin.
/wg at <wgismi> alanı seçtikten sonra wg ni uyguluya bilirsin.

kötü adamdan da bugünlük bu kadar iyi günler dilerim.



V1.2 Gelişmiş sistem
PHP:
command /wg [<text>] [<text>] [<text>] [<text>]:
    permission: wg.admin
    permission message: &cKomutu kullana bilmek icin Yetkin yok.
    trigger:
        if arg 1 is not set:
            if arg 2 is not set:
                if arg 3 is not set:
                    if arg 4 is not set:
        if arg 1 isn't set:
            send "&c/wg at <wg isim>" to player
            send "&b/wg help &f-yardim" to player
            send "&b/wg ayarla &f-gelişmiş seçme menüsü" to player
        if arg 1 is "at":
            execute player command "rg define %arg 1%"
            wait 5 ticks
            if {pvp.%player%.s1} is set:
                execute player command "rg flag %arg 1% pvp deny"
            if {piston.%player%.s1} is set:
                execute player command "rg flag %arg 1% pistons deny"
            if {itemframe.%player%.s1} is set:
                execute player command "rg flag %arg 1% entity-painting-destroy deny"
                execute player command "rg flag %arg 1% entity-item-frame-destroy deny"
            if {mob.%player%.s1} is set:
                execute player command "rg flag %arg 1% mobspawning deny"
            if {enderpearl.%player%.s1} is set:
                execute player command "rg flag %arg 1% enderpearl deny"
            if {tnt.%player%.s1} is set:
                execute player command "rg flag %arg 1% tnt deny"
            if {invincible.%player%.s1} is set:
                execute player command "rg flag %arg 1% invincible allow"
            if {chestaccess.%player%.s1} is set:
                execute player command "rg flag %arg 1% chest-access deny"
            if {build.%player%.s1} is set:
                execute player command "rg flag %arg 1% build allow"
            loop 50 times:
                send "" to player
            send "&6&o %arg 1% &eadli wg basariyla atildi!" to player
            stop trigger
        if arg 1 is "pvp":
            if arg 2 is "on":
                set {pvp.%player%.s1} to true
            if arg 2 is "off":
                delete {pvp.%player%.s1}
        if arg 1 is "piston":
            if arg 2 is "on":
                set {piston.%player%.s1} to true
            if arg 2 is "off":
                delete {piston.%player%.s1}
        if arg 1 is "if":
            if arg 2 is "on":
                set {itemframe.%player%.s1} to true
            if arg 2 is "off":
                delete {itemframe.%player%.s1}
        if arg 1 is "mob":
            if arg 2 is "on":
                set {mob.%player%.s1} to true
            if arg 2 is "off":
                delete {mob.%player%.s1}
        if arg 1 is "ep":
            if arg 2 is "on":
                set {enderpearl.%player%.s1} to true
            if arg 2 is "off":
                delete {enderpearl.%player%.s1}
        if arg 1 is "tnt":
            if arg 2 is "on":
                set {tnt.%player%.s1} to true
            if arg 2 is "off":
                delete {tnt.%player%.s1}
        if arg 1 is "invincible":
            if arg 2 is "on":
                set {invincible.%player%.s1} to true
            if arg 2 is "off":
                delete {invincible.%player%.s1}
        if arg 1 is "ca":
            if arg 2 is "on":
                set {chestaccess.%player%.s1} to true
            if arg 2 is "off":
                delete {chestaccess.%player%.s1}
        if arg 1 is "build":
            if arg 2 is "on":
                set {build.%player%.s1} to true
            if arg 2 is "off":
                delete {build.%player%.s1}
        if arg 1 is "ayarla":
            wait 2 ticks
            open chest with 1 row named "&4Wg Gelişmiş Ayar" to player
            if {pvp.%player%.s1} is set:
                format slot 0 of player with 351:10 with name "&aPVP Engel" with lore "&aAçık" to close then run [make player execute command "wg pvp off"]
            else:
                format slot 0 of player with 351:8 with name "&aPVP Engel" with lore "&cKapalı" to close then run [make player execute command "wg pvp on"]
            if {piston.%player%.s1} is set:
                format slot 1 of player with 351:10 with name "&aPiston Engel" with lore "&aAçık" to close then run [make player execute command "wg piston off"]
            else:
                format slot 1 of player with 351:8 with name "&aPiston Engel" with lore "&cKapalı" to close then run [make player execute command "wg piston on"]
            if {itemframe.%player%.s1} is set:
                format slot 2 of player with 351:10 with name "&aitem frame Engel" with lore "&aAçık" to close then run [make player execute command "wg if off"]
            else:
                format slot 2 of player with 351:8 with name "&aitem frame Engel" with lore "&cKapalı" to close then run [make player execute command "wg if on"]
            if {mob.%player%.s1} is set:
                format slot 3 of player with 351:10 with name "&amob Engel" with lore "&aAçık" to close then run [make player execute command "wg mob off"]
            else:
                format slot 3 of player with 351:8 with name "&amob Engel" with lore "&cKapalı" to close then run [make player execute command "wg mob on"]
            if {enderpearl.%player%.s1} is set:
                format slot 4 of player with 351:10 with name "&aenderpearl Engel" with lore "&aAçık" to close then run [make player execute command "wg ep off"]
            else:
                format slot 4 of player with 351:8 with name "&aenderpearl Engel" with lore "&cKapalı" to close then run [make player execute command "wg ep on"]
            if {tnt.%player%.s1} is set:
                format slot 5 of player with 351:10 with name "&atnt Engel" with lore "&aAçık" to close then run [make player execute command "wg tnt off"]
            else:
                format slot 5 of player with 351:8 with name "&atnt Engel" with lore "&cKapalı" to close then run [make player execute command "wg tnt on"]
            if {invincible.%player%.s1} is set:
                format slot 6 of player with 351:10 with name "&ainvincible Engel" with lore "&aAçık" to close then run [make player execute command "wg invincible off"]
            else:
                format slot 6 of player with 351:8 with name "&ainvincible Engel" with lore "&cKapalı" to close then run [make player execute command "wg invincible on"]
            if {chestaccess.%player%.s1} is set:
                format slot 7 of player with 351:10 with name "&aChest izni Engel" with lore "&aAçık" to close then run [make player execute command "wg ca off"]
            else:
                format slot 7 of player with 351:8 with name "&aChest izni Engel" with lore "&cKapalı" to close then run [make player execute command "wg ca on"]
            if {build.%player%.s1} is set:
                format slot 8 of player with 351:10 with name "&abuild izni Engel" with lore "&aAçık" to close then run [make player execute command "wg build off"]
            else:
                format slot 8 of player with 351:8 with name "&abuild izni Engel" with lore "&cKapalı" to close then run [make player execute command "wg build on"]
        if arg 1 is "help":
            send "&6 -&b/wg ayarla &7yazarak ayarlıya bilirsin." to player
            send "&6 -Herhangi bir sorunda kafana takılan problemde skype foxx470708" to player
            send "&6 -üzerinde oynama ve değişiklikler yapılabilir geliştirilmeye açık." to player

V1.0 küçük sistem

PHP:
command /rgat [<text>]:
    permission: wg.admin
    permission message: &cKomutu kullana bilmek icin Yetkin yok.
    trigger:
        if arg 1 isn't set:
            send "&c/rgat <wg isim>" to player
        else:
            execute player command "rg define %arg 1%"
            wait 5 ticks
            execute player command "rg flag %arg 1% enderpearl deny"
            execute player command "rg flag %arg 1% entity-painting-destroy deny"
            execute player command "rg flag %arg 1% entity-item-frame-destroy deny"
            execute player command "rg flag %arg 1% tnt deny"
            execute player command "rg flag %arg 1% pistons deny"
            execute player command "rg flag %arg 1% invincible allow"
            execute player command "rg flag %arg 1% mobspawning deny"
            loop 50 times:
                send "" to player
            send "&6&o %arg 1% &eadli wg basariyla atildi!" to player
            stop trigger
 
Son düzenleme:

KansızKurt

• нєяσмιηуυм cєσ •

Discord:

mericbozkurt#2650

Katılım
11 Şubat 2016
Mesajlar
1.037
Elmaslar
475
Puanlar
12.020
Yer
Web
Minecraft
j3tblue
Başarılı :₺
 

Foxx470708

Bir Kömür Göründü Kaptanım!

Discord:

AkuYoh#0616

Katılım
15 Mart 2015
Mesajlar
152
Elmaslar
67
Puanlar
0
Yaş
26
Yer
turkey istanbul
Minecraft
RoocerTR

BloodyX

İyi olmaya devam et. ;)
Premium
Emektar
Hosting Görevlisi

Discord:

BloodyX#4069

Katılım
9 Mart 2015
Mesajlar
2.883
Elmaslar
1.816
Puanlar
19.975
Yer
Adıyaman
Minecraft
TheGaMeLiFe_HD
Hmm güzel olmuş eyvallah bro :).
 

Foxx470708

Bir Kömür Göründü Kaptanım!

Discord:

AkuYoh#0616

Katılım
15 Mart 2015
Mesajlar
152
Elmaslar
67
Puanlar
0
Yaş
26
Yer
turkey istanbul
Minecraft
RoocerTR

shad

the temple of the king

Discord:

emrenos#5027

Katılım
25 Ekim 2014
Mesajlar
1.445
Elmaslar
1.442
Puanlar
17.290
Minecraft
emrearik
Güzel bir kodlamaya sahip. Ayrıca menülü olması da güzel bir sistem olmuş :king:
 

Foxx470708

Bir Kömür Göründü Kaptanım!

Discord:

AkuYoh#0616

Katılım
15 Mart 2015
Mesajlar
152
Elmaslar
67
Puanlar
0
Yaş
26
Yer
turkey istanbul
Minecraft
RoocerTR

samoi

one is glad to be of service
Emekli

Discord:

mudlusamoi#5646

Katılım
28 Ekim 2014
Mesajlar
3.549
Elmaslar
1.382
Puanlar
19.760
Yaş
24
Yer
Bursa
Minecraft
smt287
Ellerine sağlık :)
 

Foxx470708

Bir Kömür Göründü Kaptanım!

Discord:

AkuYoh#0616

Katılım
15 Mart 2015
Mesajlar
152
Elmaslar
67
Puanlar
0
Yaş
26
Yer
turkey istanbul
Minecraft
RoocerTR

ErdemDF

Koydum Çalışma Masasını
Katılım
26 Mayıs 2016
Mesajlar
74
Elmaslar
10
Puanlar
0
Yaş
23
Yer
Antalya
simdi biz region define rg flag komutlarına alıştık bunu nasıl kullanıcaz alışmak zor olur :)
 

samoi

one is glad to be of service
Emekli

Discord:

mudlusamoi#5646

Katılım
28 Ekim 2014
Mesajlar
3.549
Elmaslar
1.382
Puanlar
19.760
Yaş
24
Yer
Bursa
Minecraft
smt287
Aslında bu wg atmayı bilmeyenler için. Çünkü wg atmayı bilen biri zaten gerek duymaz. WG atmaya yeni başlayanlar ve ingilizcesi zayıf olanlar için gayet yararlı bir skript.
simdi biz region define rg flag komutlarına alıştık bunu nasıl kullanıcaz alışmak zor olur :)
 

Foxx470708

Bir Kömür Göründü Kaptanım!

Discord:

AkuYoh#0616

Katılım
15 Mart 2015
Mesajlar
152
Elmaslar
67
Puanlar
0
Yaş
26
Yer
turkey istanbul
Minecraft
RoocerTR
simdi biz region define rg flag komutlarına alıştık bunu nasıl kullanıcaz alışmak zor olur :)
üşengeç bir insan isen veya yeterli bilgin yok ise yapman gereken sadece 2 aşama var
wg ayarla dan neler engellencek seçiyorsun. bu ayar kalıcıdır
ondan sonra alanı seçip sadece wg at deneme yazdığın zaman otomatik bir şekilde rahatlıkla wg atma imkanı sunuyor. bunlan birlikte
vakitden kazanıyorsun. ve yeterli bilgin yok ise internette saatlerde aramana gerek kalmıyor ^^ iyi günler diler kötü adam
 

MuratcanÖzdemir

Birisi mi Spawnlandı?
Katılım
18 Ağustos 2015
Mesajlar
1
Elmaslar
0
Puanlar
0
Yaş
27
Güzel ve kullanışlı bir skript ellerine sağlık kardeşim :)
 

Foxx470708

Bir Kömür Göründü Kaptanım!

Discord:

AkuYoh#0616

Katılım
15 Mart 2015
Mesajlar
152
Elmaslar
67
Puanlar
0
Yaş
26
Yer
turkey istanbul
Minecraft
RoocerTR
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı