EQPanel v1.3

Details

  • Filename
    eqpanel.jar
  • Uploaded by
  • Uploaded
    Sep 3, 2015
  • Size
    18.22 KB
  • Downloads
    268
  • MD5
    acee53e51c3f750fa3fbc7dcff8beeef

Supported Bukkit Versions

  • CB 1.7.9-R0.1

Changelog

Version 1.3

New option: eqpanel material <material type> allows the panel to display clay, glass, wool, or glasspane.

For example, if you want to change the material to glass.
  • /eqpanel material glass

Version 1.21

Fix bug: If the world that an EQPanel is in has not been loaded, EQPanel displays a java error (null pointer exception) during onEnable event on the server console. It is now handled by deferring the particular panel(s) to be loaded after the particular world has been loaded.

Version 1.2

Fix bug: A panel did not stop when using eqpanel /remove

New features: allows setting North-South and East-West directions

New option: eqpanel /clear allows the level to stay at zero level (as if no signal is detected).

Version 1.1

Fix bug: saving block location x, y, z as integer in config.yml.

New features: allows 4 panels to be created.

New option:

1/2/3/4 – select the equalizer between 1 – 4.
To select the equalizer you want to work with, simply type the number of the equalizer.
For example, if you want to create the equalizer 1 and start it.
  • /eqpanel 1
  • /eqpanel create
  • /eqpanel start

New option:

? – query which equalizer EQPanel number is the one that will accept next command.
  • /eqpanel ?

Version 1.0 : First release

We have changed the config.yml in version 1.3. Therefore, it is not compatible with the earlier version. If you need to refresh the setttings, you can delete the EQPanel folder to allow the new version to create a new default config.yml.

But, if you want to modify your existing config.yml inside the EQPanel folder (and you know about the config.yml file), add the following two lines to each of the panel: material: clay type: classic So, the new version will look like: EQPanel: version: 1.3 1: world: world x: 100 y: 100 z: 100 direction: 1 isset: false material: clay type: classic