This commit is contained in:
mangorifo
2023-04-27 09:57:27 +08:00
parent 3e955489ea
commit 02fc5f03a1
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -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 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 # Prerequisites
Before using this plugin, you must: Before using this plugin, you must:
* Get Spigot * Get Spigot
@@ -11,6 +11,7 @@ import org.bukkit.event.server.ServerLoadEvent;
import java.awt.*; import java.awt.*;
import java.io.IOException; import java.io.IOException;
import java.sql.Timestamp;
import java.util.Date; import java.util.Date;
import cf.sobrooms.DiscordWebhook.EmbedObject; import cf.sobrooms.DiscordWebhook.EmbedObject;