Tutorial/User-created GUIs/ZeroX4's GUI

ZeroX4's GUI


http://dev.bukkit.org/media/images/37/190/XeroX4_s_GUII.png

You'll need Essentials installed if you want all the commands to work (the GUI will still look the same without it).

screens:
- text: Main
  id: 0
  num_columns: 8
  text_color: 0,255,0
  hover_color: 100,255,100
  info: Main commands
  controls:
  - type: button
    text: Morning Sun
    command: /time day
    row: 1
    col: 1
    col_span: 2
    stay_open: yes
  - type: button
    text: Horrible Night
    command: /time night
    row: 1
    col: 3
    col_span: 2
    stay_open: yes
  - type: button
    text: Sunny Day
    command: /weather sun
    row: 1
    col: 5
    col_span: 2
    stay_open: yes
  - type: button
    text: Rain Storm
    command: /weather storm
    row: 1
    col: 7
    col_span: 2
    stay_open: yes
  - type: button
    text: Read Mail
    command: /mail read
    row: 2
    col: 1
    col_span: 2
    stay_open: yes
  - type: button
    row: 2
    col: 3
    col_span: 2
    text: Go To SPAWN
    stay_open: yes
    command: /spawn
  - type: button
    text: Away From Keyboard
    command: /afk
    row: 2
    col: 5
    col_span: 2
    stay_open: yes
  - type: button
    text: Home Sweet Home
    command: /home
    row: 2
    col: 7
    col_span: 2
    stay_open: yes
  - type: button
    text: GUI Creator Reload
    command: /rgc
    row: 4
    col: 1
    col_span: 2
    text_color: 0,255,0
    hover_color: 255,0,0
    stay_open: yes
  - type: button
    text: Essentials Reload
    command: /essentials reload
    row: 4
    col: 3
    col_span: 2
    text_color: 0,255,0
    hover_color: 255,0,0
    stay_open: yes
  - type: button
    text: PEX Reload
    command: /pex reload
    row: 4
    col: 5
    col_span: 2
    text_color: 0,255,0
    hover_color: 255,0,0
    stay_open: yes
  - type: button
    text: I AM THE GOD
    command: /god
    row: 4
    col: 7
    col_span: 2
    text_color: 0,255,0
    hover_color: 255,0,0
    stay_open: yes
  - type: button
    text: Give Item 
    command: /give ^givep^ ^item_id^ ^item_data^ ^amount^
    row: 5
    col: 1
    col_span: 2
  - type: text_box
    name: item_id
    row: 5
    col: 3
  - type: text_box
    name: item_data
    row: 5
    col: 4
  - type: slider
    name: amount
    text: How Many ? = 
    row: 5
    col: 5
    col_span: 4
    max: 64
    default: 32
  - type: button
    text: GameMode Switch
    command: /gm ^givep^
    row: 7
    col: 1
    col_span: 2
    stay_open: yes
  - type: button
    text: Heal Noob
    command: /heal ^givep^
    row: 7
    col: 3
    col_span: 2
    stay_open: yes
  - type: button
    text: Teleport Me To...
    command: /tp ^givep^
    row: 7
    col: 5
    col_span: 2
    stay_open: yes
  - type: button
    text: Summon...
    command: /tphere ^givep^
    row: 7
    col: 7
    col_span: 2
    stay_open: yes
  - type: button
    text: Kick Noob
    command: /kick ^givep^
    row: 8
    col: 1
    col_span: 2
    stay_open: yes
  - type: button
    text: Ban Noob
    command: /ban ^givep^
    row: 8
    col: 3
    col_span: 2
    stay_open: yes
  - type: button
    text: Promote Noob
    command: /op ^giveo^
    row: 8
    col: 5
    col_span: 2
    stay_open: yes
  - type: button
    text: Demote Admin
    command: /deop ^giveo^
    row: 8
    col: 7
    col_span: 2
    stay_open: yes
  - type: slider
    text: Choose Online Player = 
    name: givep
    mode: online_players
    row: 10
    col: 1
    col_span: 4
  - type: slider
    text: Choose Offline Player =
    name: giveo 
    mode: offline_players
    row: 10
    col: 5
    col_span: 4