Tutorial/User-created GUIs/Omlet's GUI

Omlet's GUI


http://dev.bukkit.org/media/images/37/191/Onlet_s_GUI.png

screens:
 - text: Admin Tools
   id: 1
   num_columns: 4
   controls:
   - type: button
     row: 1
     col: 1
     text: Set day
     command: /time day
     text_color: 0,255,137
   - type: button
     row: 1
     col: 2
     text: Set night
     command: /time night
     text_color: 0,255,137
   - type: button
     row: 1
     col: 3
     text: Set sunny
     command: /weather sun
     text_color: 0,255,137
   - type: button
     row: 1
     col: 4
     text: Set stormy
     command: /weather storm
     text_color: 0,255,137
   - type: button
     row: 4
     col: 1
     text: Ban...
     text_color: 188,0,0
     command: /ban ^name^ ^reason^
   - type: text_box
     row: 4
     col: 2
     info: Specify player's name...
     name: name
   - type: text_box
     row: 4
     col: 3
     info: Specify reason...
     name: reason
   - type: button
     row: 3
     col: 1
     text: Kick...
     text_color: 255,255,0
     command: /kick ^name1^ ^reason1^
   - type: text_box
     row: 3
     col: 2
     info: Specify player's name...
     name: name1
   - type: text_box
     row: 3
     col: 3
     info: Specify reason...
     name: reason1
   - type: button
     row: 6
     col: 1
     text: Set creative...
     text_color: 255,0,239
     command: /gamemode ^name2^
   - type: text_box
     row: 6
     col: 2
     info: Specify player's name...
     name: name2
   - type: button
     row: 8
     col: 1
     text: Screenshot...
     text_color: 9,108,255
     command: /screenshot ^name3^ ^cb^
   - type: text_box
     row: 8
     col: 2
     info: Specify player's name...
     name: name3
   - type: check_box
     row: 8
     col: 3
     checked_value: "*"
     unchecked_value: ""
     info: Screenshot all players?&&      (Do not use field)
     name: cb
   - type: button
     row: 10
     col: 1
     text: Teleport...
     text_color: 144,189,255
     command: /tp ^cb1^ ^name4^
   - type: text_box
     row: 10
     col: 2
     info: Specify player's name...
     name: name4
   - type: check_box
     row: 10
     col: 3
     checked_value: "here"
     unchecked_value: ""
     info: Teleport player to you?
     name: cb1
   - type: button
     row: 10
     col: 4
     text: Reload screens
     command: /rgc