ChestCommands , ACil istek

RyderMX

Zombi Katili
Mesajlar
232
En iyi cevaplar
0
Beğeniler
11
Puanları
0
1vs1 pluginini kullanıyorum , örnek olarak blaze çubuğuna sağ tıklayınca hiçbir menüye girmeden oyuna katılacak komut ''1vs1 rJoin''
nasıl yapabilirim , yardımcı olabilecek varmı lütfen*
 


ForcEmir

Elmas Madencisi
Mesajlar
755
En iyi cevaplar
0
Beğeniler
289
Puanları
680
Skript Kodu:

Kod:
on right click with blaze rod:
    execute console command "1vs1 rJoin"
 

Kronik2143

Elmas Madencisi
Mesajlar
835
En iyi cevaplar
0
Beğeniler
447
Puanları
1,090
Tam olarak istediğin chestcommands la olmaz ama şöyle bir şey yapabiliriz yada ben yanlış istemisimdir istediğin budur.
Kod:
######################
#+                  +#
#   MENU SETTINGS    #
#+                  +#
######################

menu-settings:

  # name - appears as the title - REQUIRED
  name: '&8&l[ &61vs1 Panel &8&l]'

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

  # command - OPTIONAL (you can remove this or set it to '')
  # Bind multiple commands using ; (command: 'menu; m; me')
  command: '1vs1'

  # auto-refresh - OPTIONAL
  # How frequently the menu will be refreshed, in seconds.
  # Useful if you have variables in items' descriptions.
  auto-refresh: 1

  # This command command will be execute when the menu is opened.
  # Supports all the icon command types.
  open-action: ''

  # open-with-item - OPTIONAL
  # The menu will open only right-clicking with orange wool [35:1]
  open-with-item:
    id: 369
    left-click: true
    right-click: true


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


1:
  COMMAND: '1vs1 rJoin'
  NAME: '&8[&e+&8] &6Katil &8[&e+&8]'
  LORE:
    - '&8[&6+&8] &aArenaya katilmak icin tikla.'
  ID: 369
  POSITION-X: 4
  POSITION-Y: 1
 

RyderMX

Zombi Katili
Mesajlar
232
En iyi cevaplar
0
Beğeniler
11
Puanları
0
Tam olarak istediğin chestcommands la olmaz ama şöyle bir şey yapabiliriz yada ben yanlış istemisimdir istediğin budur.
Kod:
######################
#+                  +#
#   MENU SETTINGS    #
#+                  +#
######################

menu-settings:

  # name - appears as the title - REQUIRED
  name: '&8&l[ &61vs1 Panel &8&l]'

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

  # command - OPTIONAL (you can remove this or set it to '')
  # Bind multiple commands using ; (command: 'menu; m; me')
  command: '1vs1'

  # auto-refresh - OPTIONAL
  # How frequently the menu will be refreshed, in seconds.
  # Useful if you have variables in items' descriptions.
  auto-refresh: 1

  # This command command will be execute when the menu is opened.
  # Supports all the icon command types.
  open-action: ''

  # open-with-item - OPTIONAL
  # The menu will open only right-clicking with orange wool [35:1]
  open-with-item:
    id: 369
    left-click: true
    right-click: true


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


1:
  COMMAND: '1vs1 rJoin'
  NAME: '&8[&e+&8] &6Katil &8[&e+&8]'
  LORE:
    - '&8[&6+&8] &aArenaya katilmak icin tikla.'
  ID: 369
  POSITION-X: 4
  POSITION-Y: 1
Hocam böyle olacak fakat , mesela sağ tıklayınca panel açılıyor açılmadan direk katılamazmıyız ? teşekkürler.
 

Üst