From 02fc5f03a1458041ed43d9c67cdeaed7db42202b Mon Sep 17 00:00:00 2001 From: mangorifo Date: Thu, 27 Apr 2023 09:57:27 +0800 Subject: [PATCH] mmmm --- README.md | 3 +-- src/main/java/cf/sobrooms/events/server/ServerLoad.java | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) 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;