Lobby elindeki İtem acill yardım

tatto123321

Taş Madencisi
Mesajlar
71
En iyi cevaplar
0
Beğeniler
4
Puanları
0
Merhaba arkadaşlar;

Mesela elinde pusula olacak pusulaya tıklayımca bir menü çıkacak o menüde bizde olan minigamesler çıkacak ve ordan istediğini seçerek oyuna girecek
 


crafter0778

Play.ProloCraft.Com
Mesajlar
28
En iyi cevaplar
0
Beğeniler
3
Puanları
500
custom join items ile pusulayla server seçmeyi yapabilirsin
 

MrDeichor

Zombi Katili
Mesajlar
213
En iyi cevaplar
0
Beğeniler
56
Puanları
0
custom join items ile pusulayla server seçmeyi yapabilirsin
Yanlış öneri. Tavsiye etmem.
Chest Command ile ayarlıyacaksın. Örnek bir ChestCommand ;
Kod:
######################
#+                  +#
#   MENU SETTINGS    #
#+                  +#
######################

menu-settings:

  # name - appears as the title - REQUIRED
  name: '&b&lOyun Menü'

  # 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: ''

  # This command command will be execute when the menu is opened.
  # Supports all the icon command types.
  open-action: 'sound: note pling; tell: &eOyun menüsü açıldı.'

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


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


faction:
  COMMAND: 'server faction'
  NAME: '&a&lFaction'
  LORE:
    - 'Klanını kur maceraya katıl !'
  ID: 283
  POSITION-X: 1
  POSITION-Y: 1

survival:
  COMMAND: 'server kitpvp'
  NAME: '&a&lKit PVP'
  LORE:
    - 'Kit al ve savaş !'
  ID: 276
  POSITION-X: 3
  POSITION-Y: 1

skywars:
  COMMAND: 'server skywars'
  NAME: '&a&lSkyWars'
  LORE:
    - 'Havada savaş !'
  ID: 346
  POSITION-X: 5
  POSITION-Y: 1

minigames:
  COMMAND: 'server minigames'
  NAME: '&a&lMinigames'
  LORE:
    - 'birçok oyun burada !'
  ID: 54
  POSITION-X: 7
  POSITION-Y: 1

bos1:
  COMMAND: ''
  NAME: '&bSCOnline'
  LORE:
    - ''
  ID: 160
  DATA-VALUE: 15
  POSITION-X: 2
  POSITION-Y: 1

bos2:
  COMMAND: ''
  NAME: '&bSCOnline'
  LORE:
    - ''
  ID: 160
  DATA-VALUE: 15
  POSITION-X: 4
  POSITION-Y: 1

bos3:
  COMMAND: ''
  NAME: '&bSCOnline'
  LORE:
    - ''
  ID: 160
  DATA-VALUE: 15
  POSITION-X: 6
  POSITION-Y: 1

bos4:
  COMMAND: ''
  NAME: '&bSCOnline'
  LORE:
    - ''
  ID: 160
  DATA-VALUE: 15
  POSITION-X: 8
  POSITION-Y: 1

menu-close-no-commands-no-lore:
  NAME: '&6Menüyü kapat.'
  ID: redstone lamp
  LORE:
    - 'Menüyü kapatır.'
  POSITION-X: 9
  POSITION-Y: 1

Plugini indirmek için ; http://dev.bukkit.org/bukkit-plugins/chest-commands/
 

tatto123321

Taş Madencisi
Mesajlar
71
En iyi cevaplar
0
Beğeniler
4
Puanları
0
Yanlış öneri. Tavsiye etmem.
Chest Command ile ayarlıyacaksın. Örnek bir ChestCommand ;
Kod:
######################
#+                  +#
#   MENU SETTINGS    #
#+                  +#
######################

menu-settings:

  # name - appears as the title - REQUIRED
  name: '&b&lOyun Menü'

  # 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: ''

  # This command command will be execute when the menu is opened.
  # Supports all the icon command types.
  open-action: 'sound: note pling; tell: &eOyun menüsü açıldı.'

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


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


faction:
  COMMAND: 'server faction'
  NAME: '&a&lFaction'
  LORE:
    - 'Klanını kur maceraya katıl !'
  ID: 283
  POSITION-X: 1
  POSITION-Y: 1

survival:
  COMMAND: 'server kitpvp'
  NAME: '&a&lKit PVP'
  LORE:
    - 'Kit al ve savaş !'
  ID: 276
  POSITION-X: 3
  POSITION-Y: 1

skywars:
  COMMAND: 'server skywars'
  NAME: '&a&lSkyWars'
  LORE:
    - 'Havada savaş !'
  ID: 346
  POSITION-X: 5
  POSITION-Y: 1

minigames:
  COMMAND: 'server minigames'
  NAME: '&a&lMinigames'
  LORE:
    - 'birçok oyun burada !'
  ID: 54
  POSITION-X: 7
  POSITION-Y: 1

bos1:
  COMMAND: ''
  NAME: '&bSCOnline'
  LORE:
    - ''
  ID: 160
  DATA-VALUE: 15
  POSITION-X: 2
  POSITION-Y: 1

bos2:
  COMMAND: ''
  NAME: '&bSCOnline'
  LORE:
    - ''
  ID: 160
  DATA-VALUE: 15
  POSITION-X: 4
  POSITION-Y: 1

bos3:
  COMMAND: ''
  NAME: '&bSCOnline'
  LORE:
    - ''
  ID: 160
  DATA-VALUE: 15
  POSITION-X: 6
  POSITION-Y: 1

bos4:
  COMMAND: ''
  NAME: '&bSCOnline'
  LORE:
    - ''
  ID: 160
  DATA-VALUE: 15
  POSITION-X: 8
  POSITION-Y: 1

menu-close-no-commands-no-lore:
  NAME: '&6Menüyü kapat.'
  ID: redstone lamp
  LORE:
    - 'Menüyü kapatır.'
  POSITION-X: 9
  POSITION-Y: 1

Plugini indirmek için ; http://dev.bukkit.org/bukkit-plugins/chest-commands/

ya chestcommand ı biliyorum ve bildiğim kadarıyla bungeecord desteklemiyor ve ben bungeecord kullanıyorım :( başka ne kullanabilirim
 

tatto123321

Taş Madencisi
Mesajlar
71
En iyi cevaplar
0
Beğeniler
4
Puanları
0
şimdi chestcommand ile /server komutunu çalıştırabiliyor muyuz ????
 

MBoz

Ağaç Yumruklayıcı
Mesajlar
37
En iyi cevaplar
0
Beğeniler
5
Puanları
0
şimdi chestcommand ile /server komutunu çalıştırabiliyor muyuz ????
ChestCommands'in Bungeecord Desteği Mevcut.
COMMAND: 'server: sunucu ismi'
Bu şekilde eklersen uyguladiginiz item , uyguladiginiz sunucuya gidicektir.
Bunu yapmak icin baska eklentiye gerek yok fakat her giriste eline pusula vermesini istiyorsan ;
CustomJoinİtems.

SlashServer gibi eklentiler ile /server komutunuda aktif edebilirsiniz ve gene chestcommands ile uygulamaya gecebilirsiniz fakat gerek yok çünkü dediğimiz gibi chestcommands'in bungeecord desteği size yardımcı olcaktir.
( http://dev.bukkit.org/bukkit-plugin...utorial/click-actions/#w-bungee-cord-commands )
 

tatto123321

Taş Madencisi
Mesajlar
71
En iyi cevaplar
0
Beğeniler
4
Puanları
0
ChestCommands'in Bungeecord Desteği Mevcut.
COMMAND: 'server: sunucu ismi'
Bu şekilde eklersen uyguladiginiz item , uyguladiginiz sunucuya gidicektir.
Bunu yapmak icin baska eklentiye gerek yok fakat her giriste eline pusula vermesini istiyorsan ;
CustomJoinİtems.

SlashServer gibi eklentiler ile /server komutunuda aktif edebilirsiniz ve gene chestcommands ile uygulamaya gecebilirsiniz fakat gerek yok çünkü dediğimiz gibi chestcommands'in bungeecord desteği size yardımcı olcaktir.
( http://dev.bukkit.org/bukkit-plugin...utorial/click-actions/#w-bungee-cord-commands )

Çok teşekkür ederim gerçekten çok işime yaradı

peki mesela menü içinde menü açabilir miyiz

arkadaşlar biriniz skypeden yardım edin yapamıyorum lütfen
 

Üst