RailSwitcher 1.1
Details
-
FilenameRailSwitcher.jar
-
Uploaded by
-
UploadedDec 9, 2014
-
Size27.56 KB
-
Downloads570
-
MD531bb2b92414ace6b32b8c14254050691
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.