RailSwitcher 1.1

Details

  • Filename
    RailSwitcher.jar
  • Uploaded by
  • Uploaded
    Dec 9, 2014
  • Size
    27.56 KB
  • Downloads
    570
  • MD5
    31bb2b92414ace6b32b8c14254050691

Supported Bukkit Versions

  • 1.8.1
  • 1.8
  • CB 1.7.9-R0.2

Changelog

Version 1.1 (12/9/2014)

  • Updated Metrics to handle old getOnlinePlayers (provides backward support for old versions of CraftBukkit)
  • Add 1.8 items + doors to default block list
  • Added support for data values in list files
    • Examples:
    • ACACIA_STAIRS (will affect all acacia stair data values)
    • ACACIA_STAIRS:0 (affects only data value 0)
    • ACACIA_STAIRS:0-3 (affects all data values from 0-3)
    • ACACIA_STAIRS:0,1,2,3 (same as above, data values defined separately using commas)
    • ACACIA_STAIRS:0-3,5,6 (Combine the two types for more customization
  • Allow rails to attach to top of slabs and stairs, but not bottom versions.