Sol Reklam

Oyuncu Sanal Marketi

Durum
Mesaj gönderimine kapalı.

EnesAydmR

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

Discord:

sʜᴇʀɪғғ#8920

Katılım
16 Ocak 2018
Mesajlar
149
Elmaslar
143
Puanlar
6.570
Yaş
23
Minecraft
EnesAydmR
Böyle Bir Sanal Market Pluginmi veya Skriptmi Yoksa Cehest Commandslamı Yapılmış Elinde Olan Varsa Verebilirmi
Adsız.png
 
Son düzenleme:

xYaqiz

Play.HypeNW.Com
Katılım
12 Haziran 2019
Mesajlar
659
Elmaslar
305
Puanlar
5.680
Minecraft
Yaqiz
Kod:
######################
#+                  +#
#   MENU SETTINGS    #
#+                  +#
######################

menu-settings:

  # name - appears as the title - REQUIRED
  name: '&5&lMarket'

  # rows - the number of rows of the chest - REQUIRED
  rows: 3

  # command - OPTIONAL (you can remove this or set it to '')
  command: 'market2'


  # The sound played whenever the menu is opened.
  # List of sounds:
  # jd.bukkit.org/rb/apidocs/org/bukkit/Sound.html
  open-sound: 'sound: ghast fireball'


  # open-with-item - OPTIONAL (you can remove this or
  # set the item-id/data-value to 0)
  # In this case it will open with a book (right click)
  open-with-item:
    item-id: 345
    left-click: false
    right-click: false
#   data-value: 0

######################
#+                  +#
#       ITEMS        #
#+                  +#
######################
Diamond:
  COMMAND: 'give: 264, 64 '
  PRICE: 15000
  NAME: '&a&l[cross] &6Diamond &a&l[cross]'
  ID: 264
  KEEP-OPEN: true
  POSITION-X: 1
  POSITION-Y: 1
Emerald:
  COMMAND: 'give: 388, 64 '
  PRICE: 10000
  NAME: '&a&l[cross] &6Emerald &a&l[cross]'
  ID: 388
  KEEP-OPEN: true
  POSITION-X: 2
  POSITION-Y: 1
iron:
  COMMAND: 'give: 265, 64 '
  PRICE: 2000
  NAME: '&a&l[cross] &6Iron &a&l[cross]'
  ID: 265
  KEEP-OPEN: true
  POSITION-X: 3
  POSITION-Y: 1
Gold:
  COMMAND: 'give: 266, 64 '
  PRICE: 8000
  NAME: '&a&l[cross] &6Gold &a&l[cross]'
  ID: 266
  KEEP-OPEN: true
  POSITION-X: 4
  POSITION-Y: 1
 

EnesAydmR

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

Discord:

sʜᴇʀɪғғ#8920

Katılım
16 Ocak 2018
Mesajlar
149
Elmaslar
143
Puanlar
6.570
Yaş
23
Minecraft
EnesAydmR
Kod:
######################
#+                  +#
#   MENU SETTINGS    #
#+                  +#
######################

menu-settings:

  # name - appears as the title - REQUIRED
  name: '&5&lMarket'

  # rows - the number of rows of the chest - REQUIRED
  rows: 3

  # command - OPTIONAL (you can remove this or set it to '')
  command: 'market2'


  # The sound played whenever the menu is opened.
  # List of sounds:
  # jd.bukkit.org/rb/apidocs/org/bukkit/Sound.html
  open-sound: 'sound: ghast fireball'


  # open-with-item - OPTIONAL (you can remove this or
  # set the item-id/data-value to 0)
  # In this case it will open with a book (right click)
  open-with-item:
    item-id: 345
    left-click: false
    right-click: false
#   data-value: 0

######################
#+                  +#
#       ITEMS        #
#+                  +#
######################
Diamond:
  COMMAND: 'give: 264, 64 '
  PRICE: 15000
  NAME: '&a&l[cross] &6Diamond &a&l[cross]'
  ID: 264
  KEEP-OPEN: true
  POSITION-X: 1
  POSITION-Y: 1
Emerald:
  COMMAND: 'give: 388, 64 '
  PRICE: 10000
  NAME: '&a&l[cross] &6Emerald &a&l[cross]'
  ID: 388
  KEEP-OPEN: true
  POSITION-X: 2
  POSITION-Y: 1
iron:
  COMMAND: 'give: 265, 64 '
  PRICE: 2000
  NAME: '&a&l[cross] &6Iron &a&l[cross]'
  ID: 265
  KEEP-OPEN: true
  POSITION-X: 3
  POSITION-Y: 1
Gold:
  COMMAND: 'give: 266, 64 '
  PRICE: 8000
  NAME: '&a&l[cross] &6Gold &a&l[cross]'
  ID: 266
  KEEP-OPEN: true
  POSITION-X: 4
  POSITION-Y: 1
Elmas Raporla
Celil
Ruh Hali
Celil
play.atmacanetwork.com  Premium
23 Kasım 2016
Yer imi ekle
#2
Minecraft Türkiye Minecraft Türkiye

Konu taşınmıştır.
Elmas Raporla
LightNetwork
LightNetwork
Somon Balığı Selam Vermeye Geldi
28 Kasım 2016
Yer imi ekle
#3
Minecraft Türkiye
Sorununuz çözüldüyse belirtmeyi unutmayınız !
 

xYaqiz

Play.HypeNW.Com
Katılım
12 Haziran 2019
Mesajlar
659
Elmaslar
305
Puanlar
5.680
Minecraft
Yaqiz
Kod olarak güncelledim.
 

EnesAydmR

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

Discord:

sʜᴇʀɪғғ#8920

Katılım
16 Ocak 2018
Mesajlar
149
Elmaslar
143
Puanlar
6.570
Yaş
23
Minecraft
EnesAydmR

EnesAydmR

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

Discord:

sʜᴇʀɪғғ#8920

Katılım
16 Ocak 2018
Mesajlar
149
Elmaslar
143
Puanlar
6.570
Yaş
23
Minecraft
EnesAydmR
Kod:
######################
#+                  +#
#   MENU SETTINGS    #
#+                  +#
######################

menu-settings:

  # name - appears as the title - REQUIRED
  name: '&5&lMarket'

  # rows - the number of rows of the chest - REQUIRED
  rows: 3

  # command - OPTIONAL (you can remove this or set it to '')
  command: 'market2'


  # The sound played whenever the menu is opened.
  # List of sounds:
  # jd.bukkit.org/rb/apidocs/org/bukkit/Sound.html
  open-sound: 'sound: ghast fireball'


  # open-with-item - OPTIONAL (you can remove this or
  # set the item-id/data-value to 0)
  # In this case it will open with a book (right click)
  open-with-item:
    item-id: 345
    left-click: false
    right-click: false
#   data-value: 0

######################
#+                  +#
#       ITEMS        #
#+                  +#
######################
Diamond:
  COMMAND: 'give: 264, 64 '
  PRICE: 15000
  NAME: '&a&l[cross] &6Diamond &a&l[cross]'
  ID: 264
  KEEP-OPEN: true
  POSITION-X: 1
  POSITION-Y: 1
Emerald:
  COMMAND: 'give: 388, 64 '
  PRICE: 10000
  NAME: '&a&l[cross] &6Emerald &a&l[cross]'
  ID: 388
  KEEP-OPEN: true
  POSITION-X: 2
  POSITION-Y: 1
iron:
  COMMAND: 'give: 265, 64 '
  PRICE: 2000
  NAME: '&a&l[cross] &6Iron &a&l[cross]'
  ID: 265
  KEEP-OPEN: true
  POSITION-X: 3
  POSITION-Y: 1
Gold:
  COMMAND: 'give: 266, 64 '
  PRICE: 8000
  NAME: '&a&l[cross] &6Gold &a&l[cross]'
  ID: 266
  KEEP-OPEN: true
  POSITION-X: 4
  POSITION-Y: 1
Bunları Oyuncular Nasıl Satabilir
 

xYaqiz

Play.HypeNW.Com
Katılım
12 Haziran 2019
Mesajlar
659
Elmaslar
305
Puanlar
5.680
Minecraft
Yaqiz

cemvrs

Sektörün içindeyim panzehir aktif

Discord:

cemvrs#6234

Katılım
22 Ocak 2019
Mesajlar
825
Elmaslar
571
Puanlar
11.570
Minecraft
CemSamet007
Shopgui adlı eklentiyi kullanabilirsiniz.
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı