B657Panel GUI

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

B657 Panel - Totally customisable admin GUI panel!

This plugin allows you to set up (via a simple config) a graphical panel which will appear on key press. This allows admins to easily get to their most used commands in a simple and clean interface.

Download: B657Panel (v1.0) NEWS: Flicking through my past projects, I had a look at this and I honestly never expected it to get more than maybe 50 downloads, so over 1000 is awesome... I'll definitely update it to the latest RB soon, and hopefully come up with some new features! :)

Requirements

  • Spout server plugin (1.1RB+)
  • SpoutCraft launcher for any admins using this (1.1RB+)
  • CraftBukkit (1.1-R3+)

Features

  • Easy to use config setup
  • Use any command from any plugin you have installed
  • Clean, simple interface
  • Just a key ('P' for now) to open it
  • Totally configurable

Permissions

  • b657panel.use - Allows the player to open the panel
    • Open with the 'P' key (will be configurable soon)

While only this permission is needed to open the panel, correct permissions for any commands used in it will also need to be given.

Configuration

Here is the default configuration commented up:

panelConfig:
  column-amount: 2 #The number of columns of commands you would like (more than 5 starts to get squished up)
  column1: #The first column, must be written like this, no spaces or caps, with the number at the end
    command-amount: 2 #The number of commands within this column, only this amount of buttons will be made
    c1:  #The first command to make a button from, must be written in this format
      command: /time day #The command that will be performed when pressed (the modifier %arg will be replaced)
      button-text: Day #What text to display on the button
      require-arg: false #Whether an argument can be entered
    c2:
      command: /time night
      button-text: Night
      require-arg: false
  column2:
    command-amount: 2
    c1:
      command: /kick %arg #The %arg will be replaced with whatever is in the argument box in-game
      button-text: Kick
      require-arg: true #This must be true for the argument modifier to be used
    c2:
      command: /weather %arg
      button-text: Weather
      require-arg: true

ScreenShots

Picture1


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

Bukkit