v2.6.0

Details

  • Filename
    Turnstile.jar
  • Uploaded by
  • Uploaded
    Sep 4, 2012
  • Size
    121.25 KB
  • Downloads
    8,193
  • MD5
    f51fe06b1a8500cb766a09dada1af05d

Supported Bukkit Versions

  • CB 1.3.2-R0.1

Changelog

VERSION 2.6.0

  • Fixed synchronization errors
  • Fixed bypassing Turnstiles with Ender Pearls
  • You are now only informed of not being charged money if in debug mode
  • Added Nether Fence support

VERSION 2.5.1

  • Fixed Item prices not loading correctly

VERSION 2.5.0

  • Added Easy set item Price (place items in linked chest and type "/ts price")
  • Allows multiple items as a cost
  • Fixed Turnstile Signs not updating
  • Fixed concurrent modification

VERSION 2.4.7

  • Fixed error when walking through Turnstile
  • Fixed error when deleting Turnstile

VERSION 2.4.6

  • Fixed data folder not being created on fresh install

VERSION 2.4.5

  • Fixed reading command from plugin.yml in 1.2.2

VERSION 2.4.4

  • Fixed config file always being overwritten when reloading

VERSION 2.4.3

  • Fixed initial data not being saved on clean install

VERSION 2.4.2

  • Modified for when a Player is not charged to use a Turnstile

VERSION 2.4.1

  • Fixed NullPointerException on new install

VERSION 2.4.0

  • Modified save system to eliminate loss of data from plugin not saving
  • Now uses bukkit method to move files from jar (should fix config file not being created)
  • Now uses bukkit plugin folder (instead of hard coded path) to find data folder
  • Verifies event status to eliminate conflicts with other plugins
  • You can now change the command that this plugin uses by editing the plugin.yml (found inside the plugin jar file)
  • Only one person may look into a Turnstile Chest at a time (if another player tries to they are informed that it is already in use)
  • Contents of the Chest is checked when the player closes the Chest (they no longer need to punch it)
  • Signs are cleared when their Turnstile is deleted
  • Cleaner closing of Turnstiles (no jerky movement when walking through)
  • Added fence gates and trapdoors
  • Door Turnstiles now work from both directions