Tutorial/User-created GUIs/CentralControl by Superchuckinator/Raw YML

Raw GUI Code

screens:
- text: Main Panel
  id: 1
  num_columns: 8
  text_color: 0,255,0
  hover_color: 100,255,100
  info: Basic, commonly used controls
  controls:
  - type: texture
    url: "http://chuckdries.com/compass/centralcontrolbanner.png"
    row: 1
    col: 2
    col_span: 4
  - type: button
    text: More Info
    command:
    info: Created for CompassMinecraft && by Chuck Dries (formerly known as Rouge) && [email protected] && http://chuckdries.com && && [email protected] && http://compassminecraft.com
    row: 1
    col: 6
    col_span: 2
    stay_open: yes
  - type: button
    text: Go Home
    command: /home
    row: 2
    col: 2
    col_span: 3
    
  - type: button
    text: Go to Spawn
    command: /spawn
    row: 2
    col: 5
    col_span: 3
  - type: button
    text: Go AFK
    command: /afk
    row: 3
    col: 2
    col_span: 3
  - type: button
    text: View Rules
    command: /rules
    row: 3
    col: 5
    col_span: 3
  - type: button
    text: Teleport to Shop
    command: /warp compassmart
    row: 4
    col: 2
    col_span: 3
  - type: button
    text: List Players
    command: /list
    row: 4
    col: 5
    col_span: 3
  - type: button
    row: 6
    col: 5
    col_span: 3
    text: Request TP
    stay_open: yes
    command: /tpa ^playername^
  - type: combo_box
    name: playername
    mode: online_players
    text: Select a Player
    row: 6
    col: 2
    col_span: 3
  - type: button
    text: Accept TP
    command: /tpaccept
    row: 7
    col: 2
    col_span: 3
  - type: button
    text: Deny TP
    command: /tpdeny
    row: 7
    col: 5
    col_span: 3
  - type: button
    text: Warp to
    command: /warp ^warpname^
    row: 9
    col: 6
    col_span: 2
  - type: text_box
    name: warpname
    text: <warpname>
    row: 9
    col: 2
    col_span: 4
- text: TP
  id: 2
  num_columns: 10
  text_color: 0,255,0
  hover_color: 100,255,100
  info: Warps and Teleports
  controls:
  - type: text_label
    text: Teleportation and Warp Control Panel
    command: /home
    row: 1
    col: 2
  - type: button
    text: Go Home
    command: /home
    row: 2
    col: 2
    col_span: 4
  - type: button
    text: Set Home
    command: /sethome
    row: 2
    col: 6
    col_span: 2
  - type: button
    text: Delete Home
    confirm_command: yes
    command: /delhome
    row: 2
    col: 8
    col_span: 2
  - type: text_box
    text: <warpname>
    name: warpname
    row: 4
    col: 2
    col_span: 8
  - type: button
    text: Warp To
    command: /warp ^warpname^
    row: 5
    col: 2
    col_span: 4
  - type: button
    text: Set Warp
    command: /setwarp ^warpname^
    row: 5
    col: 6
    col_span: 2
  - type: button
    text: Delete Warp
    command: /delwarp ^warpname^
    confirm_command: yes
    row: 5
    col: 8
    col_span: 2
  - type: combo_box
    name: playername
    mode: online_players
    text: Select a Player
    row: 7
    col: 2
    col_span: 4
  - type: button
    text: Accept TP
    command: /tpaccept
    row: 8
    col: 2
    col_span: 4
  - type: button
    text: Deny TP
    command: /tpdeny
    row: 8
    col: 6
    col_span: 4
  - type: button
    text: Request TP to
    info: ask <playername> if he will allow you to teleport to his location
    command: /tpa ^playername^
    row: 7
    col: 6
    col_span: 2
  - type: button
    text: Request TP here
    info: ask <playername> if he wants to teleport to your location
    command: /tpahere ^playername^
    row: 7
    col: 8
    col_span: 2
  - type: button
    text: Request all players to TP here
    command: /tpaall
    row: 9
    col: 2
    col_span: 4
  - type: button
    text: Go to spawn
    command: /spawn
    row: 9
    col: 6
    col_span: 4
- text: MCMMO
  id: 3
  num_columns: 10
  text_color: 0,255,0
  hover_color: 100,255,100
  info: MCMMO controls
  controls:
  - type: text_label
    text: MCMMO Control Panel
    command: /home
    row: 1
    col: 2
  - type: button
    text: View current skill level
    info: Will display the current skill level && for all of the skills available to you && && the stats will display in the chat log && press T after clicking to expand the chat log
    command: /mcstats
    row: 2
    col: 2
    col_span: 4
  - type: button
    text: View leaderboards
    command: /mctop
    row: 2
    col: 6
    col_span: 4
  - type: text_label
    text: Info on specific skills
    row: 3
    col: 2
  - type: button
    text: Excavation
    command: /excavation
    row: 4
    col: 2
    col_span: 2
  - type: button
    text: Fishing
    command: /fishing
    row: 4
    col: 4
    col_span: 2
  - type: button
    text: Herbalism
    command: /herbalism
    row: 4
    col: 6
    col_span: 2
  - type: button
    text: Mining
    command: /mining
    row: 4
    col: 8
    col_span: 2
  - type: button
    text: Woodcutting
    command: /woodcutting
    row: 5
    col: 2
    col_span: 2
  - type: button
    text: Axes
    command: /axes
    row: 5
    col: 4
    col_span: 2
  - type: button
    text: Archery
    command: /archery
    row: 5
    col: 6
    col_span: 2
  - type: button
    text: Swords
    command: /swords
    row: 5
    col: 8
    col_span: 2
  - type: button
    text: Taming
    command: /taming
    row: 6
    col: 2
    col_span: 2
  - type: button
    text: Unarmed
    command: /unarmed
    row: 6
    col: 4
    col_span: 2
  - type: button
    text: Acrobatics
    command: /acrobatics
    row: 6
    col: 6
    col_span: 2
  - type: button
    text: Repair
    command: /repair
    row: 6
    col: 8
    col_span: 2
  - type: text_box
    text: <partyname>
    name: partyname
    row: 8
    col: 2
    col_span: 4
  - type: button
    text: Join Party
    command: /party ^partyname^
    info: Join the party <partyname> && If the named party does not exist, && it will be created and you will be the leader
    row: 8
    col: 6
    col_span: 2
  - type: button
    text: Leave party
    command: /party q
    row: 8
    col: 8
    col_span: 2
  - type: text_box
    text: Party password
    name: partypassword
    row: 9
    col: 2
    col_span: 4
    password_box: true
  - type: button
    text: Set Password
    info: Sets the party password && only works if you are the party leader && please set it to something that you don't use for anything else
    confirm_command: yes
    command: /party password
    row: 9
    col: 6
    col_span: 2
  - type: button
    text: Lock Party
    command: /party lock
    confirm_command: yes
    info: Locks the party && only works if you are the party leader
    row: 9
    col: 8
    col_span: 2
  - type: combo_box
    name: playername
    mode: online_players
    text: Select a Player
    row: 10
    col: 2
    col_span: 4
  - type: button
    text: Invite
    command: /invite ^playername^
    info: Invite the player <playername> to your party
    row: 10
    col: 6
    col_span: 2
  - type: button
    text: Accept
    command: /accept
    info: accepts a party invitation
    row: 10
    col: 8
    col_span: 2
- text: Messaging
  id: 4
  num_columns: 10
  text_color: 0,255,0
  hover_color: 100,255,100
  info: Send, view, recieve messages
  controls:
  - type: text_label
    text: Mail & Messaging Control Panel
    command: /home
    row: 1
    col: 2
  - type: button
    text: Read Mail
    command: /mail read
    row: 2
    col: 2
    col_span: 4
  - type: button
    text: Clear Mail
    command: /mail clear
    row: 2
    col: 6
    col_span: 4
  - type: text_box
    text: mail message content
    name: content
    row: 4
    col: 2
    col_span: 8
  - type: combo_box
    name: playername
    mode: offline_players
    text: Select a Player
    row: 5
    col: 2
    col_span: 4
  - type: button
    text: Send Mail
    info: Send a mail message to <playername> && Mail can be sent to any player && If you send a mail to an offline player, && he will be able to read it when he comes online
    command: /mail send ^playername^ ^content^ 
    row: 5
    col: 6
    col_span: 4
  - type: text_box
    text: private message content
    name: pm
    row: 7
    col: 2
    col_span: 8
  - type: combo_box
    name: msgto
    mode: online_players
    text: Select a Player
    row: 8
    col: 2
    col_span: 4
  - type: button
    text: Send PM
    info: Send a private message to <playername> && Private messages come through instantly in the chat && they work like normal chat, but can only be seen by the recipient
    command: /msg  ^msgto^ ^pm^
    row: 8
    col: 6
    col_span: 4
  - type: text_box
    name: chatmsg
    text: Chat message
    row: 10
    col: 2
    col_span: 6
  - type: button
    text: Send chat
    command: ^chatmsg^
    row: 10
    col: 8
    col_span: 2
    stay_open: yes
- text: Factions
  id: 5
  num_columns: 10
  text_color: 0,255,0
  hover_color: 100,255,100
  info: Faction controls
  controls:
  - type: text_label
    text: Factions Control Panel
    row: 1
    col: 2
  - type: button
    text: Faction List
    info: list all the factions
    command: /f list
    row: 2
    col: 2
    col_span: 2
  - type: text_box
    text: Faction Tag
    name: factiontag
    row: 2
    col: 4
    col_span: 6
  - type: link_button
    text: Create Faction
    link_to: 13
    info: Create a new faction
    row: 3
    col: 2
    col_span: 2
  - type: button
    text: Get Info
    command: /f show ^factiontag^
    row: 3
    col: 4
    col_span: 2
  - type: link_button
    text: Faction Settings
    info: Change the tag, description, and alliance of you faction
    link_to: 12
    row: 3
    col: 6
    col_span: 2
  - type: button
    text: Join Faction
    command: /f join ^factiontag^
    row: 3
    col: 8
    col_span: 2
    confirm_command: yes
  - type: button
    text: Map on
    command: /f map on
    row: 5
    col: 2
    col_span: 1
  - type: button
    text: Map off
    command: /f map off
    row: 5
    col: 3
    col_span: 1
  - type: slider
    text: Claim Radius
    name: radius
    max: 15
    default: 5
    row: 5
    col: 4
    col_span: 3
  - type: button
    text: Claim
    info: claim the area of land around you with the set radius
    command: /f claim ^radius^
    row: 5
    col: 7
    col_span: 1
  - type: button
    text: Set Faction Home
    command: /f sethome
    row: 5
    col: 8
    col_span: 2
  - type: spacer
    row: 7
    col: 2
    col_span: 2
  - type: combo_box
    name: fplayer
    mode: offline_players
    text: Select a Player
    row: 7
    col: 4
    col_span: 4
  - type: spacer
    row: 7
    col: 8
    col_span: 2
  - type: button
    text: Invite player
    command: /f invite ^fplayer^
    row: 8
    col: 2
    col_span: 2
  - type: button
    text: Kick player
    info: kicks a player from your faction. && You must be a faction mod or admin to do this
    command: /f kick ^fplayer^
    row: 8
    col: 4
    col_span: 2
  - type: button
    text: Mod player
    command: /f mod ^fplayer^
    info: give or revoke faction mod rights to selected member of your faction && you must be faction admin to do this
    row: 8
    col: 6
    col_span: 2
    confirm_command: yes
  - type: button
    text: Admin player
    command: /f admin ^fplayer^
    info: hand over your admin rights to selected member of your faction && you must be faction admin to do this && YOU WILL NO LONGER BE ADMIN
    row: 8
    col: 8
    col_span: 2
    confirm_command: yes
- text: Create Faction
  id: 13
  num_columns: 10
  text_color: 0,255,0
  hover_color: 100,255,100
  info: Create a faction
  hidden: yes
  controls:
  - type: text_label
    text: Create a new Faction
    row: 1
    col: 2
    col_span: 8
  - type: text_label
    text: 1) Set a tag and create the faction
    row: 3
    col: 2
    col_span: 8
  - type: text_box
    text: Faction Tag
    name: tag
    row: 4
    col: 2
    col_span: 6
  - type: button
    text: Create Faction!
    command: /f create ^tag^
    row: 4
    col: 8
    col_span: 2
    stay_open: yes
  - type: text_label
    text: 2) Set a description for your new faction
    row: 6
    col: 2
    col_span: 8
  - type: text_box
    text: Faction Description
    name: description
    row: 7
    col: 2
    col_span: 6
  - type: button
    text: Set Description
    info: Set the faction's description
    command: /f desc ^description^
    row: 7
    col: 8
    col_span: 2
    stay_open: yes
  - type: text_label
    text: Congratulations! You are now the admin of a brand new faction!
    row: 8
    col: 2
    col_span: 8
  - type: button
    text: Done! (yay!)
    command: I created a new faction called ^tag^
    row: 9
    col: 4
    col_span: 4
- text: Faction Settings
  id: 12
  num_columns: 10
  text_color: 0,255,0
  hover_color: 100,255,100
  info: Change faction setting
  hidden: yes
  controls:
  - type: text_label
    text: Change your factions settings
    row: 2
    col: 2
    col_span: 8
  - type: text_box
    text: Faction Tag
    name: tag
    row: 3
    col: 2
    col_span: 6
  - type: button
    text: Change Tag
    command: /f tag ^tag^
    confirm_command: yes
    row: 3
    col: 8
    col_span: 2
  - type: text_box
    text: Faction Description
    name: description
    row: 5
    col: 2
    col_span: 6
  - type: button
    text: Change Desc...
    info: Change your faction's description
    command: /f desc ^description^
    confirm_command: yes
    row: 5
    col: 8
    col_span: 2
  - type: button
    text: Open / Close
    command: /f open
    confirm_command: yes
    info: Toggles if your faction is open or closed && OPEN - anyone can join && CLOSED - players need an invite to join
    row: 7
    col: 2
    col_span: 4
  - type: link_button
    text: Set Alliance
    info: Set the alliance of your faction
    link_to: 11
    row: 7
    col: 6
    col_span: 4
- text: Alliance
  id: 11
  num_columns: 10
  text_color: 0,255,0
  hover_color: 100,255,100
  info: Set your alliance
  hidden: yes
  controls:
  - type: text_label
    text: Set your factions alliance
    row: 1
    col: 2
    col_span: 8
  - type: text_box
    text: The tag of the faction you want to change your alliance with
    name: altag
    row: 2
    col: 2
    col_span: 8
  - type: text_label
    text: What type of alliance would you like?
    row: 4
    col: 4
  - type: button
    text: Ally
    command: /f ally ^altag^
    row: 5
    col: 4
    col_span: 4
  - type: button
    text: Neutral
    command: /f neutral ^altag^
    row: 6
    col: 4
    col_span: 4
  - type: button
    text: Enemy
    command: /f enemy ^altag^
    row: 7
    col: 4
    col_span: 4
- text: Admin
  id: 6
  num_columns: 10
  text_color: 0,255,0
  hover_color: 100,255,100
  info: Admin controls
  show_permission: panel.admin
  controls:
  - type: text_label
    text: Admin/operator control panel
    row: 1
    col: 2
  - type: spacer
    row: 2
    col: 2
    col_span: 2
  - type: combo_box
    name: playername
    mode: offline_players
    text: Select a Player
    row: 2
    col: 4
    col_span: 4
  - type: spacer
    row: 2
    col: 8
    col_span: 2
  - type: button
    text: Op
    command: /op ^playername^
    confirm_command: yes
    row: 3
    col: 2
    col_span: 4
  - type: button
    text: DeOp
    command: /deop ^playername^
    confirm_command: yes
    row: 3
    col: 6
    col_span: 4
  - type: button
    text: Kick
    command: /kick ^playername^
    confirm_command: yes
    row: 4
    col: 2
    col_span: 2
  - type: button
    text: Ban
    command: /ban ^playername^
    confirm_command: yes
    row: 4
    col: 4
    col_span: 2
  - type: button
    text: Unban
    command: /unban ^playername^
    confirm_command: yes
    row: 4
    col: 6
    col_span: 2
  - type: button
    text: Mute
    command: /mute ^playername^
    row: 4
    col: 8
    col_span: 2
  - type: button
    text: Change Game Mode
    command: /gamemode ^playername^ ^gamemode^ 
    confirm_command: yes
    row: 5
    col: 6
    col_span: 4
  - type: combo_box
    text: select a game mode
    items:
    - text: Creative
      selected_value: creative
    - text: Survival
      selected_value: survival
    name: gamemode
    row: 5
    col: 2
    col_span: 4
  - type: button
    text: Toggle Jail
    info: use the command /setjail <jailname> to create a jail
    command: /jail ^playername^ ^jailname^ ^jailtime^
    confirm_command: yes
    row: 6
    col: 2
    col_span: 4
  - type: text_box
    text: Jail Name
    name: jailname
    row: 6
    col: 6
    col_span: 2
  - type: slider
    text: Jail Time
    name: jailtime
    max: 100
    default: 10
    row: 6
    col: 8
    col_span: 2
  - type: combo_box
    text: select a weather condition
    items:
    - text: Sun
      selected_value: sun
    - text: Storm
      selected_value: storm
    name: weather
    row: 7
    col: 2
    col_span: 4
  - type: button
    text: Set Weather
    command: /weather ^weather^
    row: 7
    col: 6
    col_span: 4
  - type: combo_box
    text: select a time of day
    items:
    - text: Day
      selected_value: day
    - text: Night
      selected_value: night
    - text: Dawn
      selected_value: dawn
    name: tod
    row: 8
    col: 2
    col_span: 4
  - type: button
    text: Set Time
    command: /time ^tod^
    row: 8
    col: 6
    col_span: 4
  - type: texture
    url: "http://www.compassminecraft.com/centralcontrol admin.png"
    row: 9
    row_span: 2
    col: 2
    col_span: 8

Comments

Posts Quoted:
Reply
Clear All Quotes