Bumped to v0.5.7
This commit is contained in:
parent
ee8581a16a
commit
7e5072ef3e
2 changed files with 7 additions and 1 deletions
|
@ -18,6 +18,7 @@ import org.bukkit.Bukkit;
|
|||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
import java.sql.SQLException;
|
||||
import java.time.LocalDate;
|
||||
import java.util.Objects;
|
||||
|
||||
public class V10LiftPlugin extends JavaPlugin {
|
||||
|
@ -91,6 +92,11 @@ public class V10LiftPlugin extends JavaPlugin {
|
|||
}
|
||||
|
||||
Bukkit.getLogger().info("[V10Lift] Plugin loaded successfully!");
|
||||
|
||||
//1 month sponsored advertising
|
||||
if (LocalDate.now().getMonthValue() == 3) {
|
||||
Bukkit.getLogger().info("[V10Lift] FrogNetwork! Een server met Minetopia, F1 Racing en #soon meer! Join via play.frognetwork.eu");
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue