text = text.toLowerCase();
}
// put the sign up
rentedSignList.removeByName(player.getName());
final RentedSign sign = new RentedSign(player, text);
final boolean success = rentedSignList.add(sign);
// confirm, log, tell postman
if (success) {
player.drop("money", MONEY);