Change Log

  • v3.0.0 - July 14, 2013
    • Update for CraftBukkit 1.6.2
    • No longer needs protocollib or NMS
    • Uses arrow entity
  • -v2.1.5 - July 1, 2013-
    • -Add support for CraftBukkit 1.6.1-
  • v2.1.4 - July 1, 2013
    • Fix java.lang.ClassCastException
  • v2.1.3 - June 27, 2013
    • Fix issues with WoodenSteps.
    • Add the ability to select blocks based on data value. ie. 44::1
  • v2.0.3 - April 29, 2013
    • Prevent sign/frame check from running away.
  • v2.0.2 - April 4, 2013
    • Fix ignore-if-block-in-hand issue with empty hand counting as a air block
    • Replace Timers with Bukkit schedulers
    • Some refactoring optimizations
    • Add quartz stairs to default config
  • v2.0.1 - March 31, 2013
    • Fix issue with players falling through the ground after logout.
  • v2.0.0 - March 30, 2013
    • Remove CraftBukkit dependencies (no longer version dependent)
    • Add ProtocolLib dependency (handles all packet stuff now)
  • v1.22.0 - March 25, 2013
    • Add ignore-if-block-in-hand option.
  • v1.21.0 - March 23, 2013
    • Add configurable messages.
  • v1.20.1 - March 20, 2013
    • Updated for CB 1.5.1-R0.1
  • v1.20.0 - March 16, 2013
    • Updated for CB 1.5.0-R0.1
    • Added healing effect when sitting (optional)
  • v1.18.1 - March 1, 2013
    • Fixed chair width check.
    • Fixed chair sign check.
  • v1.18.0 - February 24, 2013
    • Added per item sitting height
    • Added sitting-height-adj option (non-stairs non-steps)
  • v1.16.0 - February 3, 2013
    • Some code cleanup (removed old NMS code)
    • Added item frames to work the same way signs do.
  • v1.15.1 - January 17, 2013
    • Updated for CB 1.4.7-R0.1
  • v1.15.0 - January 4, 2012
    • Fixed ClassCastException when non stair is next to a stair.
    • Added /chairs [off|on] - Allows players to individually disable or enable chairs for themselves.
  • v1.13.3 - December 22, 2012
    • Update for 1.4.6-R0.1
    • Fixed issue with ops sitting on every block.
  • v1.13.1 - December 22, 2012
    • For 1.4.5-R1.0 only
    • Fixed issue with ops sitting on every block.
  • v1.13.0 - December 19, 2012
    • Update CB 1.4.5-R1.0
    • Added chairs.sit.[item] perm node
    • Added ability to use item numbers instead of item names.
  • v1.10.3 - November 27, 2012
    • Fix for ConcurrentModificationException during BlockBreakEvent.
  • v1.10.2 - November 27, 2012
    • Added option to prevent sitting on upper half slabs (invert steps).
    • Correctly set players yaw when auto rotate is disabled.
  • v1.10.1 - November 24, 2012
    • Remove player from sit list when quitting.
    • Change player to standing if the chair block is broken.
    • Only check if seat is occupied when actually about to sit.
  • v1.10.0 - November 23, 2012
    • Added option to check if a seat is already occupied.
    • Added onJoin event so that new players see players sitting.
    • Added timer for sitting so that player does not have to move after sitting.
  • v1.8 - Nov 23, 2012
    • Add option to prevent sitting on upside down chairs.
    • Fix IllegalArgumentException (caused by teleporting while sitting)
  • v1.7 - Nov 20, 2012
    • Update for CB1.4.5
    • Item drops are no longer used for sitting
    • Can now sit on any valid block
    • Thanks to Vanndrake for the help with packet gen code!
  • v1.5a - Nov 9, 2012
    • Initial build for 1.4.2