Tutorial/User-created GUIs/Kim's HeroChat Menu

Kim's HeroChat Menu


http://dev.bukkit.org/media/images/42/900/Kim_s_HeroChat_Menu.png

screens:
- text: HeroChat Commands
  id: 10
  hidden: no
  num_columns: 7
  controls:
  - type: text_label
    row: 1
    col: 4
    col_span: 1
    text_color: 255,255,0,255
    text: Chat Menu
    align: center
  - type: link_button
    row: 1
    col: 7
    text: Main Menu
    link_to: 0
    stay_open: yes
  - type: spacer
    row: 2
    col: 1
    col_span: 7
    color: 255,255,0,96
  - type: combo_box
    row: 3
    col: 1
    col_span: 2
    text: Select Option
    name: option
    items: 
    - text: Chat
      selected_value: /ch
    - text: Join
      selected_value: /ch join
    - text: Leave
      selected_value: /ch leave
    - text: Quick Message
      selected_value: /ch qm
    - text: Who Is In
      selected_value: /ch who
  - type: text_label
    row: 3
    col: 3
    col_span: 3
    text_color: 255,255,255,255
    text: What do you want to do?
    align: left
  - type: combo_box
    row: 4
    col: 1
    col_span: 2
    text: Select Channel
    name: channel
    items: 
    - text: Global
      selected_value: global
    - text: HelpMe
      selected_value: helpme
    - text: Local
      selected_value: local
  - type: text_label
    row: 4
    col: 3
    col_span: 3
    text_color: 255,255,255,255
    text: Do it in which channel?
    align: left
  - type: text_label
    row: 5
    col: 1
    col_span: 2
    text_color: 255,255,255,255
    text: Password/Quick Msg==>
    align: left
  - type: text_box
    row: 5
    col: 3
    col_span: 3
    info: Optionally add a password&&for protected rooms,&&or your quick message.
    name: input
  - type: button
    row: 5
    col: 7
    col_span: 1
    text: Done
    command: ^option^ ^channel^ ^input^
  - type: spacer
    row: 6
    col: 1
    col_span: 7
    color: 255,255,255,96
  - type: text_label
    row: 7
    col: 1
    col_span: 5
    text_color: 255,255,255,255
    text: Private Message - Use slider or type in the players name.
    align: left
  - type: slider
    name: player
    mode: online_players
    skin_texture: skins
    row: 8
    col: 1
    col_span: 3
  - type: text_box
    row: 8
    col: 4
    col_span: 2
    info: Type in the players name&&that you would like to&&send a private message to.
    name: player
  - type: texture
    mode: skin
    name: skins
    row: 6
    col: 6
    row_span: 5
  - type: text_label
    row: 9
    col: 1
    col_span: 2
    text_color: 255,255,255,255
    text: Message==>
    align: left
  - type: text_box
    row: 9
    col: 2
    col_span: 4
    info: Type in your&&private message here.
    name: message
  - type: button
    row: 9
    col: 7
    col_span: 1
    text: Send
    command: /msg ^player^ ^message^

Comments

Posts Quoted:
Reply
Clear All Quotes