-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
None
-
Latest
-
Yes
Hello, I would like to make a small change to the API so that
you didn’t want to harm it, I want to replace player.sendMessage (String [] messages) with player.sendMessage (String ... messages) this change will not damage the API, that there it will still be possible to pass an array and I want to touch on the implementation,
it would be nice to replace the send loop - String.join ("\ n", array) Note that join is that it is faster in this case, newer versions than using StringBuilder
I apologize for possible mistakes, I am not a native speaker