v2.5.1

Details

  • Filename
    Turnstile.jar
  • Uploaded by
  • Uploaded
    Apr 1, 2012
  • Size
    115.94 KB
  • Downloads
    7,638
  • MD5
    400fdc4bd99a83f092c30a18e76399bb

Supported Bukkit Versions

  • CB 1.2.4-R1.0

Changelog

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