This commit is contained in:
boy0001 2015-02-21 13:49:25 +11:00
parent fa5f6fd573
commit 9ea4c8fe20
5 changed files with 261 additions and 171 deletions

View file

@ -961,4 +961,8 @@ public class MainUtil {
}
return getPlot(loc.getWorld(), id);
}
public static void setBlock(String world, int i, int j, int k, int l, byte b) {
BlockManager.setBl
}
}