Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs committed Jun 30, 2020
2 parents db669e0 + 3b627fb commit b45d146
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ public void onPlayerJoin(PlayerJoinEvent event) {
// send to operator.
if (event.getPlayer().isOp()
|| event.getPlayer().hasPermission(permission)) {
MessageSender.get(plugin).sendMessage(event.getPlayer(), "New version of §b" + plugin.getName() + "§r available."
+ "Newest version: §a" + newestVersion + "§r! Current version: §c" + description.getVersion() + "§r!"
MessageSender.get(plugin).sendMessage(event.getPlayer(), "New version of §b" + plugin.getName() + "§r available.\n"
+ "Newest version: §a" + newestVersion + "§r! Current version: §c" + description.getVersion() + "§r!\n"
+ "Download new version here: §b" + description.getWebsite());
}
}
Expand Down

0 comments on commit b45d146

Please sign in to comment.