QuantumConnectors v2.4.10

Details

  • Filename
    QuantumConnectors.jar
  • Uploaded by
  • Uploaded
    Jul 13, 2013
  • Size
    85.20 KB
  • Downloads
    1,117
  • MD5
    2294407dba190fbbb37c0f4f8ab4e001

Supported Bukkit Versions

  • 1.6.2

Changelog

Version 2.6.2

  • 1.6.2 support

Version 2.4.9

  • 1.5.2 support

Version 2.4.8

  • Added support for detector rail, iron plates, gold plates.
  • 1.5.1 support

Version 2.4.7

  • Fix for furnaces not turning off (artificial delay in timer)

Version 2.4.6

  • NPE fix

Version 2.4.5

  • Better update support (NMS gracefully downgrades with message onJoin)
  • Update notifications for QuantumConnectors.update permission node
  • NMS notifications
  • Fixing redstone lamps not keeping power

Version 2.4.4

  • Adding NMS code back in to fix ticket #7...
  • Fixing ticket #8
  • Auto-disabling with version changes. The other option would be to downgrade lever support for outdated plugin versions, which would cause confusion for server admins who think the plugin is just getting buggy.

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