Oyuncu Sanal Marketi

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

EnesAydmR

Bir Kömür Göründü Kaptanım!
Katılım
16 Ocak 2018
Mesajlar
151
Elmaslar
143
Puan
6.570
Yaş
26
Minecraft
EnesAydmR

Discord:

sʜᴇʀɪғғ#8920

Böyle Bir Sanal Market Pluginmi veya Skriptmi Yoksa Cehest Commandslamı Yapılmış Elinde Olan Varsa Verebilirmi
Adsız.png
 
Son düzenleme:
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
 
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 !
 
Kod olarak güncelledim.
 
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
 
Shopgui adlı eklentiyi kullanabilirsiniz.
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst