I know the new friends system is being developed.
Hi, my suggestion is the following: Add a message when you write /friend add {name}. So, you can send a message, for example: Joe Henry requested to be your friend. Hey dude you're awesome. Write /friends accept JoeHenry to accept their request.
It will look like: /friend add {name} {message}
Between dots it will be a space:
Hi, my suggestion is the following: Add a message when you write /friend add {name}. So, you can send a message, for example: Joe Henry requested to be your friend. Hey dude you're awesome. Write /friends accept JoeHenry to accept their request.
It will look like: /friend add {name} {message}
Between dots it will be a space:
Code:
player.sendMessage(ChatColor.GREEN + requester + "requested to be your friend");
player.sendMessage(ChatColor.GREEN + message);
player.sendMessage(ChatColor.GREEN + "Write /friend accept" +requester +"To accept their request"