Skip to content

Commit

Permalink
add version to startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
amit177 committed Apr 6, 2020
1 parent c839a1b commit 601f0c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void onEnable() {

getServer().getPluginManager().registerEvents(this, this);

getLogger().info("The plugin has been enabled (" + blockedCmds.size() + " blocked commands)");
getLogger().info("The plugin has been enabled v" + getDescription().getVersion() + " (" + blockedCmds.size() + " blocked commands)");
}

@Override
Expand Down

0 comments on commit 601f0c7

Please sign in to comment.