Skip to content

Commit

Permalink
Edit printPluginInfo style
Browse files Browse the repository at this point in the history
  • Loading branch information
Drc-DEV committed Apr 5, 2022
1 parent 85dbe66 commit 09fc902
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/pro/dracarys/configlib/ConfigLib.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ public static void printPluginInfo() {
sendConsole("&2▆ &2▆ &2▆&2▆ &2▆&2▆&2▆&2▆ &f▆&f▆&f▆&f▆&f▆&f▆&f▆&f▆&f▆&f▆&f▆&f▆ &4▆&4▆&4▆&4▆ &4▆&4▆ &4▆ &4▆\n");
sendConsole("&f➤ &6" + getPlugin().getDescription().getName() + " &7v" + getPlugin().getDescription().getVersion() + "&a Enabled ✔");
sendConsole("&f➤ &f&o" + getPlugin().getDescription().getDescription());
sendConsole("&f➤ &eMade with &4❤ &eby &f" + String.join(", ", getPlugin().getDescription().getAuthors()));
sendConsole("&f➤ &eMade with &4❤ &eby &f" + String.join(", ", getPlugin().getDescription().getAuthors()) + "\n");
if (getPlugin().getDescription().getVersion().contains("-DEV"))
sendConsole("&f➤ &cThis is a BETA, report any unexpected behaviour to the Author!");
sendConsole("\n&2▆ &2▆ &2▆&2▆ &2▆&2▆&2▆&2▆ &f▆&f▆&f▆&f▆&f▆&f▆&f▆&f▆&f▆&f▆&f▆&f▆ &4▆&4▆&4▆&4▆ &4▆&4▆ &4▆ &4▆");
sendConsole("&f➤ &cThis is a BETA, report any unexpected behaviour to the Author!\n");
sendConsole("&2▆ &2▆ &2▆&2▆ &2▆&2▆&2▆&2▆ &f▆&f▆&f▆&f▆&f▆&f▆&f▆&f▆&f▆&f▆&f▆&f▆ &4▆&4▆&4▆&4▆ &4▆&4▆ &4▆ &4▆");
}

}

0 comments on commit 09fc902

Please sign in to comment.