(SK) Para Ile Spawner Almak + Menü Sistemli

Muscing

YASAKLANDI
Mesajlar
37
En iyi cevaplar
0
Beğeniler
8
Puanları
0
Merhabalar
Ben Muscing;
Bugün sizlere para ile spawner almayı göstereceğim.
Menü sistemli bir skript'tir.

Komutlar;
/spawner > Spawner Menüsünü Açar!

Essentials Pluginli Sunucular Için Kod;
PHP:
command /spawner:
    trigger:
        open chest with 1 rows named "&aSpawner Menüsü" to player
        wait 1 tick
        format slot 2 of player with 1 of 52 named "&bDemir Golem Spawner" with lore "&7Fiyat&8: &3&o2.000.000 &b&lTL" to close then run [make player execute command "/satinal 2000000"]
        format slot 3 of player with 1 of 52 named "&bBlaze Spawner" with lore "&7Fiyat&8: &3&o1.000.000 &b&lTL" to close then run [make player execute command "/satinal 1000000"]
        format slot 4 of player with 1 of 52 named "&bZombi Spawner" with lore "&7Fiyat&8: &3&o500.000 &b&lTL" to close then run [make player execute command "/satinal 500000"]
        format slot 5 of player with 1 of 52 named "&bDomuz spawner" with lore "&7Fiyat&8: &3&o115.000 &b&lTL" to close then run [make player execute command "/satinal 115000"]
command /satinal [<number>]:
    trigger:
        set {_pris} to arg 1
        if player's balance is bigger than or equal to {_pris}:
            if {_pris} is 2000000:
                execute console command "give %player% 52:99 1"
            if {_pris} is 1000000:
                execute console command "give %player% 52:61 1"
            if {_pris} is 500000:
                execute console command "give %player% 52:54 1"
            if {_pris} is 115000:
                execute console command "give %player% 52:90 1"
            remove {_pris} from player's balance
            message "&7Spawneri Aldın! Bu Kadar Fiyata: &2&o%{_pris}%&a&o!"
        else:
            message "&7Yeterli &cParan &7Yok!"

Vanilla Sunucular Için Kod;
PHP:
command /spawner:
    trigger:
        open chest with 1 rows named "&aSpawner Menüsü" to player
        wait 1 tick
        format slot 2 of player with 1 of 52 named "&bDemir Golem Spawner" with lore "&7Fiyat&8: &3&o2.000.000 &b&lTL" to close then run [make player execute command "/satinal 2000000"]
        format slot 3 of player with 1 of 52 named "&bBlaze Spawner" with lore "&7Fiyat&8: &3&o1.000.000 &b&lTL" to close then run [make player execute command "/satinal 1000000"]
        format slot 4 of player with 1 of 52 named "&bZombi Spawner" with lore "&7Fiyat&8: &3&o500.000 &b&lTL" to close then run [make player execute command "/satinal 500000"]
        format slot 5 of player with 1 of 52 named "&bDomuz spawner" with lore "&7Fiyat&8: &3&o115.000 &b&lTL" to close then run [make player execute command "/satinal 115000"]
command /satinal [<number>]:
    trigger:
        set {_pris} to arg 1
        if player's balance is bigger than or equal to {_pris}:
            if {_pris} is 2000000:
                execute console command "give %player% mob_spawner 1 1 {BlockEntityTag:{EntityId:IronGolem}}"
            if {_pris} is 1000000:
                execute console command "give %player% mob_spawner 1 1 {BlockEntityTag:{EntityId:Blaze}}"
            if {_pris} is 500000:
                execute console command "give %player% mob_spawner 1 1 {BlockEntityTag:{EntityId:Zombie}}"
            if {_pris} is 115000:
                execute console command "give %player% mob_spawner 1 1 {BlockEntityTag:{EntityId:Pig}}"
            remove {_pris} from player's balance
            message "&7Spawneri Aldın! Bu Kadar Fiyata: &2&o%{_pris}%&a&o!"
        else:
            message "&7Yeterli &cParan &7Yok!"

SilkSpawners Plugini Için Kod;
PHP:
command /spawner:
    trigger:
        open chest with 1 rows named "&aSpawner Menüsü" to player
        wait 1 tick
        format slot 2 of player with 1 of 52 named "&bDemir Golem Spawner" with lore "&7Fiyat&8: &3&o2.000.000 &b&lTL" to close then run [make player execute command "/satinal 2000000"]
        format slot 3 of player with 1 of 52 named "&bBlaze Spawner" with lore "&7Fiyat&8: &3&o1.000.000 &b&lTL" to close then run [make player execute command "/satinal 1000000"]
        format slot 4 of player with 1 of 52 named "&bZombi Spawner" with lore "&7Fiyat&8: &3&o500.000 &b&lTL" to close then run [make player execute command "/satinal 500000"]
        format slot 5 of player with 1 of 52 named "&bDomuz spawner" with lore "&7Fiyat&8: &3&o115.000 &b&lTL" to close then run [make player execute command "/satinal 115000"]
command /satinal [<number>]:
    trigger:
        set {_pris} to arg 1
        if player's balance is bigger than or equal to {_pris}:
            if {_pris} is 2000000:
                execute console command "ss give %player% irongolem 1"
            if {_pris} is 1000000:
                execute console command "ss give %player% blaze 1"
            if {_pris} is 500000:
                execute console command "ss give %player% zombie 1"
            if {_pris} is 115000:
                execute console command "ss give %player% pig 1"
            remove {_pris} from player's balance
            message "&7Spawneri Aldın! Bu Kadar Fiyata: &2&o%{_pris}%&a&o!"
        else:
            message "&7Yeterli &cParan &7Yok!"



 


Son düzenleme:

Pluginer_Mert

Zombi Katili
Mesajlar
238
En iyi cevaplar
0
Beğeniler
46
Puanları
360
Ruh hali
Güzel Fakat Aklıma Daha Güzel Fikir Geldi. Gerçek Parayla Alsınlar. Mesela 5 TL Para Yatırdıysa ona Coin Olarak Gelsin Hem Serverin Geliri İyi Olur.Yapabilirsen Sevinirim.
 

umut_

┌────────────┐ [ 1881 - 193∞ ] └────────────┘
Mesajlar
4,610
En iyi cevaplar
0
Beğeniler
2,746
Puanları
6,360
" SilkSpawners " Plugini kullanmadan yapılabilirdi ek olarak plugine gerek olmadan Essentials veya Minecraft'ın vanilla ayarları ile;
Vanilla (1.8) - /give %player% mob_spawner 1 1 {BlockEntityTag:{EntityId:Cow}}
Essentials (HER SÜRÜM ) - /give %player% 52:X 1 "
52:50 = Creeper
52:51 = Skeleton
52:52= Spider
52:53= Giant
52:54= Zombie
52:55= Slime
52:56= Ghast
52:57= PigZombie
52:58= Enderman
52:59 = CaveSpider
52:60= Silverfish
52:61= Blaze
52:62= Lavaslime (magma cube)
52:63= EnderDragon
52:64= WitherBoss
52:65= Bat
52:66= Witch
52:90 = Pig
52:91= Sheep
52:92= Cow
52:93= Chicken
52:94= Squid
52:95= Wolf
52:96= MushroomCow
52:97= SnowMan
52:98= Ozelot
52:99 = VillagerGolem
52:100 = Horse
52:101 = Rabbit
 

Muscing

YASAKLANDI
Mesajlar
37
En iyi cevaplar
0
Beğeniler
8
Puanları
0
Güzel Fakat Aklıma Daha Güzel Fikir Geldi. Gerçek Parayla Alsınlar. Mesela 5 TL Para Yatırdıysa ona Coin Olarak Gelsin Hem Serverin Geliri İyi Olur.Yapabilirsen Sevinirim.
Onu Kredi Sistemiyle Rahatlıkla Yapabilirsiniz.
Yakında Kredi Sistemiyle Spawner Almayı Yapabilirim.

" SilkSpawners " Plugini kullanmadan yapılabilirdi ek olarak plugine gerek olmadan Essentials veya Minecraft'ın vanilla ayarları ile;
Vanilla (1.8) - /give %player% mob_spawner 1 1 {BlockEntityTag:{EntityId:Cow}}
Essentials (HER SÜRÜM ) - /give %player% 52:X 1 "
52:50 = Creeper
52:51 = Skeleton
52:52= Spider
52:53= Giant
52:54= Zombie
52:55= Slime
52:56= Ghast
52:57= PigZombie
52:58= Enderman
52:59 = CaveSpider
52:60= Silverfish
52:61= Blaze
52:62= Lavaslime (magma cube)
52:63= EnderDragon
52:64= WitherBoss
52:65= Bat
52:66= Witch
52:90 = Pig
52:91= Sheep
52:92= Cow
52:93= Chicken
52:94= Squid
52:95= Wolf
52:96= MushroomCow
52:97= SnowMan
52:98= Ozelot
52:99 = VillagerGolem
52:100 = Horse
52:101 = Rabbit
Teşekkürler;
Hemen Değiştiriyorum.

skRayFall yazıyor da, PaperSpigot 1.7.10 için de uyumlu mu?
Denemek Gerek :)
 

umut_

┌────────────┐ [ 1881 - 193∞ ] └────────────┘
Mesajlar
4,610
En iyi cevaplar
0
Beğeniler
2,746
Puanları
6,360
Teşekkürler;
Hemen Değiştiriyorum.
3 Farklı Spoiler içinde 3 farklı versiyon olarak yapsan daha mantıklı olabilirdi malum Essentials kullanmayan sunucularda var silk spawner ile olanını kullanmak isteyende çıkacaktır.
 

Muscing

YASAKLANDI
Mesajlar
37
En iyi cevaplar
0
Beğeniler
8
Puanları
0
3 Farklı Spoiler içinde 3 farklı versiyon olarak yapsan daha mantıklı olabilirdi malum Essentials kullanmayan sunucularda var silk spawner ile olanını kullanmak isteyende çıkacaktır.
Önerin Için Teşekkürler;
Yapıyorum.
 

Üst