-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Automatic Text centering #33
Comments
Yes, very good idea! |
i think we would want a |
This is a very good idea. |
Please implement this, it would be great! |
+1 for this. will there be any issues merging it? |
Any progress on this? I'd love to see it. |
+1 here, would like to use it! |
+1 |
2 similar comments
+1 |
+1 |
+1 on this if you saw my original message, i kinda forgot this was under MiniMOTD and not whatever MiniMessage has lmao |
Is there any word on whether this feature is in development or has been put aside, I would recommend in addition to that one more thing namely conversion of HEX colors to legacy for clients below 1.16 |
@Nukecraft5419 Color downsampling for 1.15 clients is already a feature. |
Yes in fact I did a search shortly after I noticed that it was already there |
+1 |
Pleaseee |
Hi,
Adding spaces to center text is quite annoying. I'd love to see an option for the plugin to automatically center text within the given line. When there is some text at the beginning of the line, the text between
<center></center>
should be centered to the remaining space in that line. Any text after</center>
should be aligned to the right.While we are at it, an option to just align text to the right with
<right>
could be useful.Examples:
- "Text on the left <center>Centered text</center>
- "Text on the left <right>Text on the right</right>
- "Text on the left <center>Text in the middle</center> text on the right{br}<center> Text in the middle of the next line</center>"
The text was updated successfully, but these errors were encountered: