PocketMine-Banners icon indicating copy to clipboard operation
PocketMine-Banners copied to clipboard

Color in MOTD doesn't show properly

Open inxomnyaa opened this issue 8 years ago • 1 comments

The title tells the problem, color codes in the MOTD dont show properly. Also, when you set "Server name", its still the MOTD 2nd issue: If the server name is too long, it doesnt show the overflow.

My MOTD: motd=§l§0l§4l§el §bWolvesFortressPE Server §0l§4l§el§r

inxomnyaa avatar Aug 27 '15 14:08 inxomnyaa

Color codes in the MOTD have not yet been implemented. The server name is for when the server is offline, and will be overridden by the MOTD when the server is online. As of now, I have no plans of updating the script to work with color codes. If there is any need to change colors, you may do so by changing the RGB numbers within the script at the lines: imagecolorallocate($im, 255, 255, 255);

99leonchang avatar Aug 27 '15 14:08 99leonchang