File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/org/mvplugins/multiverse/core Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -225,12 +225,12 @@ private Try<Void> saveAllConfigs() {
225225 * Logs the enable message.
226226 */
227227 private void logEnableMessage () {
228- Logging .config ("Version %s (API v%s) Enabled - By %s" ,
228+ Logging .config ("\u001B [32mVersion %s (API v%s) Enabled - By %s\u001B [39m " ,
229229 this .getDescription ().getVersion (), getVersionAsNumber (), StringFormatter .joinAnd (getDescription ().getAuthors ()));
230230
231231 if (configProvider .get ().isShowingDonateMessage ()) {
232- Logging .config ("Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman" );
233- Logging .config ("One time donations are also appreciated: https://www.paypal.me/dumptruckman" );
232+ Logging .config ("\u001B [32mHelp dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman\u001B [39m " );
233+ Logging .config ("\u001B [32mOne time donations are also appreciated: https://www.paypal.me/dumptruckman\u001B [39m " );
234234 }
235235 }
236236
You can’t perform that action at this time.
0 commit comments