Skip to content

Commit

Permalink
dS links
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 5, 2017
1 parent 3d61cec commit 9fbe458
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin/src/main/java/net/aufdemrand/denizen/Denizen.java
Expand Up @@ -410,7 +410,9 @@ public void onEnable() {
dB.log(ChatColor.YELLOW + " _/_ _ ._ _ _ ");
dB.log(ChatColor.YELLOW + "(/(-/ )/ /_(-/ ) " + ChatColor.GRAY + " scriptable minecraft");
dB.log("");
dB.log(ChatColor.GRAY + "by: " + ChatColor.WHITE + "aufdemrand");
dB.log(ChatColor.GRAY + "by: " + ChatColor.WHITE + "mcmonkey, Morphan1, aufdemrand and others");
dB.log(ChatColor.GRAY + "Chat with us at: " + ChatColor.WHITE + " https://discord.gg/Q6pZGSR");
dB.log(ChatColor.GRAY + "Or learn more at: " + ChatColor.WHITE + " https://denizenscript.com");
dB.log(ChatColor.GRAY + "version: " + ChatColor.WHITE + versionTag);
dB.log(ChatColor.LIGHT_PURPLE + "+-------------------------+");
}
Expand Down
Expand Up @@ -271,6 +271,8 @@ public void version(CommandContext args, CommandSender sender) throws CommandExc
Messaging.sendInfo(sender, "<2>DENIZEN<7>: scriptable Minecraft!"); // TODO: "It's Scriptable!"?
Messaging.send(sender, "");
Messaging.send(sender, "<7>by: <f>mcmonkey and Morphan1, originally by aufdemrand, and with help from many skilled contributors!");
Messaging.send(sender, "<7>chat with us at: <f> https://discord.gg/Q6pZGSR");
Messaging.send(sender, "<7>or learn more at: <f> https://denizenscript.com");
Messaging.send(sender, "<7>version: <f>" + Denizen.versionTag + "<7>, core version: <f>" + DenizenCore.VERSION);
}

Expand Down

0 comments on commit 9fbe458

Please sign in to comment.