Sanal Market Script Yardımı!

Prisma

Demir Madencisi
En iyi cevaplar
0
Hepinize Selamlar Millet.

Bugun Sunucum Için Lazim Olan Bir Scripti İsteyeceğim

Adı'da:
Sanal Market Lütfen Böyle Bir Script Elinizde Varsa Açılamada Link Verirseniz Sevinirim.


Örnek SSLER:


sanalmarket.png
 

Donov4n

Kömür Madencisi
En iyi cevaplar
0
Chestcommands ile yapabilirsin. Aşırı detaylı marketler 2 €'den başlıyor.
Eğer ücretsiz istiyorsan örnek olarak
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.
bunu verebilirim.
 

Exqarr

Kömür Madencisi
En iyi cevaplar
0
ChestCommands kodlarını bırakayım.

Kod:
######################
#+                  +#
#   MENU SETTINGS    #
#+                  +#
######################
#Exqarr Discord : Exqarr#3360

menu-settings: #Bunu yazdıktan sonra alta menü ayarları sıralanır.
  name: '&5Market' #Menünün ismi
  rows: 6 #Satır sayısı


######################
#+                  +#
#       ITEMS        #
#+                  +#
######################


buy-diamond:
  PRICE: 100
  COMMAND: 'give: diamond'
  NAME: '&aAl'
  LORE:
    - 'Elmas x1'
    - '100 TL'
  ID: diamond
  KEEP-OPEN: true
  POSITION-X: 1
  POSITION-Y: 1


buy-gold:
  PRICE: 50
  COMMAND: 'give: gold_ingot'
  NAME: '&aAl'
  LORE:
    - 'Altın x1'
    - '50 TL'
  ID: gold_ingot
  KEEP-OPEN: true
  POSITION-X: 2
  POSITION-Y: 1


Al-iron:
  PRICE: 10
  COMMAND: 'give: iron_ingot'
  NAME: '&aAl'
  LORE:
    - 'Demir x1'
    - '10 TL'
  ID: iron_ingot
  KEEP-OPEN: true
  POSITION-X: 3
  POSITION-Y: 1


Al-cake:
  PRICE: 50
  COMMAND: 'give: cake'
  NAME: '&aAl'
  LORE:
    - 'Pasta x1'
    - '50 TL'
  ID: cake
  KEEP-OPEN: true
  POSITION-X: 1
  POSITION-Y: 2


Al-apple:
  PRICE: 5
  COMMAND: 'give: apple'
  NAME: '&aAl'
  LORE:
    - 'Elma x1'
    - '5 TL'
  ID: apple
  KEEP-OPEN: true
  POSITION-X: 2
  POSITION-Y: 2


Al-helmet:
  PRICE: 50
  COMMAND: 'give: iron_helmet'
  NAME: '&aAl'
  LORE:
    - 'Demir Kask x1'
    - '50 TL'
  ID: iron_helmet
  KEEP-OPEN: true
  POSITION-X: 6
  POSITION-Y: 1


Al-chest:
  PRICE: 80
  COMMAND: 'give: iron_chestplate'
  NAME: '&aAl'
  LORE:
    - 'Demir Göğüslük x1'
    - '80 TL'
  ID: iron_chestplate
  KEEP-OPEN: true
  POSITION-X: 7
  POSITION-Y: 1


Al-leg:
  PRICE: 70
  COMMAND: 'give: iron_leggings'
  NAME: '&aAl'
  LORE:
    - 'Demir Pantolon x1'
    - '70 TL'
  ID: iron_leggings
  KEEP-OPEN: true
  POSITION-X: 8
  POSITION-Y: 1


Al-boots:
  PRICE: 40
  COMMAND: 'give: iron_boots'
  NAME: '&aAl'
  LORE:
    - 'Demir Bot x1'
    - '40 TL'
  ID: iron_boots
  KEEP-OPEN: true
  POSITION-X: 9
  POSITION-Y: 1


Al-sword:
  PRICE: 200
  COMMAND: 'give: diamond_sword'
  NAME: '&aAl'
  LORE:
    - 'Elmas Kılıç x1'
    - '200 TL'
  ID: diamond_sword
  KEEP-OPEN: true
  POSITION-X: 7
  POSITION-Y: 2


Al-bow:
  PRICE: 20
  COMMAND: 'give: bow'
  NAME: '&aAl'
  LORE:
    - 'Yay x1'
    - '20 TL'
  ID: bow
  KEEP-OPEN: true
  POSITION-X: 8
  POSITION-Y: 2


Al-arrows:
  PRICE: 50
  COMMAND: 'give: arrow, 10'
  NAME: '&aAl'
  LORE:
    - 'Ok x10'
    - '50 TL'
  ID: arrow
  AMOUNT: 10
  KEEP-OPEN: true
  POSITION-X: 9
  POSITION-Y: 2


Sat-cobble:
  REQUIRED-ITEM: 'cobblestone, 64'
  COMMAND: 'givemoney: 10'
  NAME: '&dSat'
  LORE:
    - 'Taş x64'
    - '10 TL'
  ID: cobblestone
  AMOUNT: 64
  KEEP-OPEN: true
  POSITION-X: 1
  POSITION-Y: 4


Sat-dirt:
  REQUIRED-ITEM: 'dirt, 64'
  COMMAND: 'givemoney: 5'
  NAME: '&dSat'
  LORE:
    - 'Toprak x64'
    - '5 TL'
  ID: dirt
  AMOUNT: 64
  KEEP-OPEN: true
  POSITION-X: 2
  POSITION-Y: 4


Sat-orange-wool:
  REQUIRED-ITEM: 'wool:1, 10'
  COMMAND: 'givemoney: 20'
  NAME: '&dSat'
  LORE:
    - 'Turuncu Yün x10'
    - '20 TL'
  ID: wool
  DATA-VALUE: 1
  AMOUNT: 10
  KEEP-OPEN: true
  POSITION-X: 3
  POSITION-Y: 4


Sat-obsidian:
  REQUIRED-ITEM: 'obsidian'
  COMMAND: 'givemoney: 5'
  NAME: '&dSat'
  LORE:
    - 'Obsidyen x1'
    - '5 TL'
  ID: obsidian
  KEEP-OPEN: true
  POSITION-X: 4
  POSITION-Y: 4


Sat-bone:
  REQUIRED-ITEM: 'bone'
  COMMAND: 'givemoney: 3'
  NAME: '&dSat'
  LORE:
    - 'Kemik x1'
    - '3 TL'
  ID: bone
  KEEP-OPEN: true
  POSITION-X: 7
  POSITION-Y: 4


Sat-rotten-flesh:
  REQUIRED-ITEM: 'rotten_flesh, 64'
  COMMAND: 'givemoney: 10'
  NAME: '&dSat'
  LORE:
    - 'Çürük Et x64'
    - '10 TL'
  ID: rotten_flesh
  AMOUNT: 64
  KEEP-OPEN: true
  POSITION-X: 8
  POSITION-Y: 4


Sat-ghast-tear:
  REQUIRED-ITEM: 'ghast_tear'
  COMMAND: 'givemoney: 50'
  NAME: '&dSat'
  LORE:
    - 'Ghast GözYaşı x1'
    - '50 TL'
  ID: ghast_tear
  KEEP-OPEN: true
  POSITION-X: 9
  POSITION-Y: 4
 
 
money-emerald:
  COMMAND: 'money'
  NAME: '&aPara'
  LORE:
    - '/money'
  ID: emerald
  KEEP-OPEN: true
  POSITION-X: 8
  POSITION-Y: 6


return-to-main:
  COMMAND: 'open:main-menu.yml'
  NAME: '&6[arrow_left] Geri Dön'
  ID: nether_star
  KEEP-OPEN: true
  POSITION-X: 9
  POSITION-Y: 6
 

Donov4n

Kömür Madencisi
En iyi cevaplar
0
ChestCommands kodlarını bırakayım.

Kod:
######################
#+                  +#
#   MENU SETTINGS    #
#+                  +#
######################
#Exqarr Discord : Exqarr#3360

menu-settings: #Bunu yazdıktan sonra alta menü ayarları sıralanır.
  name: '&5Market' #Menünün ismi
  rows: 6 #Satır sayısı


######################
#+                  +#
#       ITEMS        #
#+                  +#
######################


buy-diamond:
  PRICE: 100
  COMMAND: 'give: diamond'
  NAME: '&aAl'
  LORE:
    - 'Elmas x1'
    - '100 TL'
  ID: diamond
  KEEP-OPEN: true
  POSITION-X: 1
  POSITION-Y: 1


buy-gold:
  PRICE: 50
  COMMAND: 'give: gold_ingot'
  NAME: '&aAl'
  LORE:
    - 'Altın x1'
    - '50 TL'
  ID: gold_ingot
  KEEP-OPEN: true
  POSITION-X: 2
  POSITION-Y: 1


Al-iron:
  PRICE: 10
  COMMAND: 'give: iron_ingot'
  NAME: '&aAl'
  LORE:
    - 'Demir x1'
    - '10 TL'
  ID: iron_ingot
  KEEP-OPEN: true
  POSITION-X: 3
  POSITION-Y: 1


Al-cake:
  PRICE: 50
  COMMAND: 'give: cake'
  NAME: '&aAl'
  LORE:
    - 'Pasta x1'
    - '50 TL'
  ID: cake
  KEEP-OPEN: true
  POSITION-X: 1
  POSITION-Y: 2


Al-apple:
  PRICE: 5
  COMMAND: 'give: apple'
  NAME: '&aAl'
  LORE:
    - 'Elma x1'
    - '5 TL'
  ID: apple
  KEEP-OPEN: true
  POSITION-X: 2
  POSITION-Y: 2


Al-helmet:
  PRICE: 50
  COMMAND: 'give: iron_helmet'
  NAME: '&aAl'
  LORE:
    - 'Demir Kask x1'
    - '50 TL'
  ID: iron_helmet
  KEEP-OPEN: true
  POSITION-X: 6
  POSITION-Y: 1


Al-chest:
  PRICE: 80
  COMMAND: 'give: iron_chestplate'
  NAME: '&aAl'
  LORE:
    - 'Demir Göğüslük x1'
    - '80 TL'
  ID: iron_chestplate
  KEEP-OPEN: true
  POSITION-X: 7
  POSITION-Y: 1


Al-leg:
  PRICE: 70
  COMMAND: 'give: iron_leggings'
  NAME: '&aAl'
  LORE:
    - 'Demir Pantolon x1'
    - '70 TL'
  ID: iron_leggings
  KEEP-OPEN: true
  POSITION-X: 8
  POSITION-Y: 1


Al-boots:
  PRICE: 40
  COMMAND: 'give: iron_boots'
  NAME: '&aAl'
  LORE:
    - 'Demir Bot x1'
    - '40 TL'
  ID: iron_boots
  KEEP-OPEN: true
  POSITION-X: 9
  POSITION-Y: 1


Al-sword:
  PRICE: 200
  COMMAND: 'give: diamond_sword'
  NAME: '&aAl'
  LORE:
    - 'Elmas Kılıç x1'
    - '200 TL'
  ID: diamond_sword
  KEEP-OPEN: true
  POSITION-X: 7
  POSITION-Y: 2


Al-bow:
  PRICE: 20
  COMMAND: 'give: bow'
  NAME: '&aAl'
  LORE:
    - 'Yay x1'
    - '20 TL'
  ID: bow
  KEEP-OPEN: true
  POSITION-X: 8
  POSITION-Y: 2


Al-arrows:
  PRICE: 50
  COMMAND: 'give: arrow, 10'
  NAME: '&aAl'
  LORE:
    - 'Ok x10'
    - '50 TL'
  ID: arrow
  AMOUNT: 10
  KEEP-OPEN: true
  POSITION-X: 9
  POSITION-Y: 2


Sat-cobble:
  REQUIRED-ITEM: 'cobblestone, 64'
  COMMAND: 'givemoney: 10'
  NAME: '&dSat'
  LORE:
    - 'Taş x64'
    - '10 TL'
  ID: cobblestone
  AMOUNT: 64
  KEEP-OPEN: true
  POSITION-X: 1
  POSITION-Y: 4


Sat-dirt:
  REQUIRED-ITEM: 'dirt, 64'
  COMMAND: 'givemoney: 5'
  NAME: '&dSat'
  LORE:
    - 'Toprak x64'
    - '5 TL'
  ID: dirt
  AMOUNT: 64
  KEEP-OPEN: true
  POSITION-X: 2
  POSITION-Y: 4


Sat-orange-wool:
  REQUIRED-ITEM: 'wool:1, 10'
  COMMAND: 'givemoney: 20'
  NAME: '&dSat'
  LORE:
    - 'Turuncu Yün x10'
    - '20 TL'
  ID: wool
  DATA-VALUE: 1
  AMOUNT: 10
  KEEP-OPEN: true
  POSITION-X: 3
  POSITION-Y: 4


Sat-obsidian:
  REQUIRED-ITEM: 'obsidian'
  COMMAND: 'givemoney: 5'
  NAME: '&dSat'
  LORE:
    - 'Obsidyen x1'
    - '5 TL'
  ID: obsidian
  KEEP-OPEN: true
  POSITION-X: 4
  POSITION-Y: 4


Sat-bone:
  REQUIRED-ITEM: 'bone'
  COMMAND: 'givemoney: 3'
  NAME: '&dSat'
  LORE:
    - 'Kemik x1'
    - '3 TL'
  ID: bone
  KEEP-OPEN: true
  POSITION-X: 7
  POSITION-Y: 4


Sat-rotten-flesh:
  REQUIRED-ITEM: 'rotten_flesh, 64'
  COMMAND: 'givemoney: 10'
  NAME: '&dSat'
  LORE:
    - 'Çürük Et x64'
    - '10 TL'
  ID: rotten_flesh
  AMOUNT: 64
  KEEP-OPEN: true
  POSITION-X: 8
  POSITION-Y: 4


Sat-ghast-tear:
  REQUIRED-ITEM: 'ghast_tear'
  COMMAND: 'givemoney: 50'
  NAME: '&dSat'
  LORE:
    - 'Ghast GözYaşı x1'
    - '50 TL'
  ID: ghast_tear
  KEEP-OPEN: true
  POSITION-X: 9
  POSITION-Y: 4


money-emerald:
  COMMAND: 'money'
  NAME: '&aPara'
  LORE:
    - '/money'
  ID: emerald
  KEEP-OPEN: true
  POSITION-X: 8
  POSITION-Y: 6


return-to-main:
  COMMAND: 'open:main-menu.yml'
  NAME: '&6[arrow_left] Geri Dön'
  ID: nether_star
  KEEP-OPEN: true
  POSITION-X: 9
  POSITION-Y: 6
Çok hızlısın dostum bir de çevirmişsin :3
 

ShortPallMall

AtinaSaga.Com Türkiyenin ilk MMOSurvival sunucusu
En iyi cevaplar
2
ücretli düşünürsen craftrisenni factionundakinin aynısı var menülerine kadar aynı
 
Üst