QuantumConnectors v2.4.3

Details

  • Filename
    QuantumConnectors.jar
  • Uploaded by
  • Uploaded
    Jan 20, 2013
  • Size
    59.21 KB
  • Downloads
    448
  • MD5
    69bf16ba5abee399cc74bdf778fab81b

Supported Bukkit Versions

  • CB 1.4.7-R0.1

Changelog

Version 2.4.3

  • Updating lever powering, removing unnecessary NMS code.

Version 2.4.2

  • Fixing lever bug

Version 2.4.1

  • Removed support for TNT (not worth maintaining due to NMS changes)

Version 2.4

  • Added support for wood buttons

Version 2.3.1

  • NPE fix for VirtualChest conflict

Version 2.3

  • Added support for redstone torches and redstone lamps as receivers

Version 2.2.2

  • Plugged minor memory leak
  • Minor code cleanup

Version 2.2.1

  • Removed a few debug messages

Version 2.2

  • "Officially" supporting localization with messages.yml
  • Bug fix for beds
  • Added furnace "off" sender

Version 2.1.2

  • Added partial support for Furnaces (sends ON when the furnace is lit, haven't figured out how to catch when the furnace turns off yet)
  • NPE fix - conflict with VirtualChests - http://dev.bukkit.org/server-mods/quantum-connectors/#c32
  • Accidentally started supporting localization with a messages.yml file (Forgot it was in this release... would have upped the version to 2.2, oh well..)

Version 2.1.1

  • Added NPE check with regarding double chests

Version 2.1

  • Added support for Beds as senders
  • Swapping naming convention: x.y for features, x.y.z for bug fixes

Version 2.0.3

  • Added support for Chests/DoubleChests as senders

Version 2.0.2

  • Added aliases for common circuits:
    q = quantum
    r = reverse
    t = toggle

(eg: /qc q can be used instead of /qc quantum)

Version 2.0.1

  • Bug fix - scheduled event was set as async for circuit delays
  • Added support for fence gates

Version 2.0

  • Code rewrite ( Messed up code... a lot! )
  • Converts circuits.yml to <worldname>.circuits.yml
  • Added delays (Usage: /qc <circuitType> <delayInSeconds>)
  • Added multiple receivers (Click on more than one receiver after click on a sender, use /qc <circuitType> [DelayInSeconds] to change receiver types while creating the circuit)
  • Added "/qc done" to finish circuit
  • Changed config options (delete config.yml if updating)

Version 1.0.3

  • Updated to R4/R5
  • Cleaned code.. a lot!

Version 1.0.2

  • Fixed receiver (break) bug

Version 1.0.1

  • Fixed a bug

Version 1.0

  • Requires at least CraftbukkitBukkit 1000
  • Added SuperPerms support
  • Making of circuits defaults to OP
  • Removed "Permissions 3.x/2.x" support
  • Added (chunk persistence)
  • New Receiver: TNT
  • Removed Sender: Repeater
  • Bug Fixes:
    • Levers work correctly!
    • Fixed circuits breaking on "instant break" items (#6)
    • Doors make sound when opening/closing
    • Fixed various compatability issues
    • Cleaned Code

Version 0.3.4

  • Bug fix - toggle circuits work now
  • Bug fix - Can no longer set "sender" as "receiver"

Version 0.3.3

  • Bug fix for config files reverting

Version 0.3.2

  • Bug fix for the bug fix for the bug fix

Version 0.3.1

  • Fix for the previous fix
  • Spelling corrections

Version 0.3

  • Fix for wooden doors
  • Fix for servers without permissions

Version 0.2

  • Added permissions support, config.yml

Version 0.1

  • Initial release