diff --git a/README.md b/README.md index ebf615b..03ebeb7 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ this project is made to just send messages to Discord webhooks when events trigg this was just made to remember whatever goofy things we did in a minecraft server, in discord -or, you know, notify us when the server starts (notifies when you use the /stop command) - +or, you know, notify us when the server starts (but not ends) # Prerequisites Before using this plugin, you must: * Get Spigot diff --git a/src/main/java/cf/sobrooms/events/server/ServerLoad.java b/src/main/java/cf/sobrooms/events/server/ServerLoad.java index 9a09131..dbcef34 100644 --- a/src/main/java/cf/sobrooms/events/server/ServerLoad.java +++ b/src/main/java/cf/sobrooms/events/server/ServerLoad.java @@ -11,6 +11,7 @@ import org.bukkit.event.server.ServerLoadEvent; import java.awt.*; import java.io.IOException; +import java.sql.Timestamp; import java.util.Date; import cf.sobrooms.DiscordWebhook.EmbedObject;