Added block data cycling super pickaxe tool.

This commit is contained in:
sk89q
2011-01-29 22:07:56 -08:00
parent 25f54a3d0c
commit 60442354d0
5 changed files with 131 additions and 1 deletions

View File

@ -72,6 +72,8 @@ public class BukkitConfiguration extends LocalConfiguration {
disallowedBlocks = new HashSet<Integer>(config.getIntList("limits.disallowed-blocks", null));
allowedDataCycleBlocks = new HashSet<Integer>(config.getIntList("limits.allowed-data-cycle-blocks", null));
String snapshotsDir = config.getString("snapshots.directory", "");
if (!snapshotsDir.trim().equals("")) {
snapshotRepo = new SnapshotRepository(snapshotsDir);