Release version 4.0.0.

(cherry picked from commit 950402a144)
This commit is contained in:
Jeremy Wood 2019-06-25 13:33:20 -04:00
parent bd1caf4c09
commit d974ac15bb
2 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.onarandombox.multiversecore</groupId>
<artifactId>Multiverse-Core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<name>Multiverse-Core</name>
<description>World Management Plugin</description>
<properties>

View File

@ -344,6 +344,9 @@ public class MultiverseCore extends JavaPlugin implements MVPlugin, Core {
// Output a little snippet to show it's enabled.
Logging.config("Version %s (API v%s) Enabled - By %s", this.getDescription().getVersion(), PROTOCOL, getAuthors());
getLogger().info("Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman");
getLogger().info("One time donations are also appreciated: https://www.paypal.me/dumptruckman");
}
/**