Would it be possible/feasable for the sendMessage() method used in command sender, player.. to have a String parameter argument that it then just converts into text.
Having to wrap every simple, non colored, non formatted simple string with Texts.of() within the argument get tedious and seems overkill, when a simple String could be detected and converted in the method itself. Then Text is still there for its robust, feature rich use, but not required .
Or is the concern that folks may take porting to an extreme and encode color characters in the string that would break a simple Texts.of() wrapping of it?
Would it be possible/feasable for the sendMessage() method used in command sender, player.. to have a String parameter argument that it then just converts into text.
Having to wrap every simple, non colored, non formatted simple string with Texts.of() within the argument get tedious and seems overkill, when a simple String could be detected and converted in the method itself. Then Text is still there for its robust, feature rich use, but not required .
Or is the concern that folks may take porting to an extreme and encode color characters in the string that would break a simple Texts.of() wrapping of it?