Well I'm working on something and I need to know whats on what Line of a Sign... Code:java if (loc.getBlock().getType() == Material.WALL_SIGN) {Sign s = (Sign) loc.getBlock().getState();Integer j = CodCraftCaCPlayer.CaCBox.get(p.getName());log.info(s.getLine(0));log.info(s.getLine(1));log.info(s.getLine(2));log.info(s.getLine(3)); 2012-12-07 16:05:57 [INFO] 2012-12-07 16:05:57 [INFO] 2012-12-07 16:05:57 [INFO] 2012-12-07 16:05:57 [INFO] Is what come up in log Thanks