diff --git a/README.md b/README.md index 16ce698..d94dc09 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,13 @@ ### motd.gg Bukkit Plugin -With this plugin, you can quickly start editing your existing MOTD on [motd.gg](https://motd.gg) -and apply your new MOTD without restarting the server. +Quickly upload your current MOTD and server icon to [motd.gg](https://motd.gg) to edit or share them. +![Open the editor](img/open-editor.gif) +Apply your new MOTD and server icon with a single command. +![Apply changes](img/apply-changes.gif) +The MOTD and server icon change instantly without a server restart. +![Changes apply without restart](img/apply-instant.gif) ### Downloads - [GitHub Releases](https://github.com/aternosorg/motdgg-bukkit/releases) - [Spigotmc](https://www.spigotmc.org/resources/motd-gg.47502/) -- [CurseForge/DevBukkit](https://www.curseforge.com/minecraft/bukkit-plugins/motdgg) +- [CurseForge/DevBukkit](https://www.curseforge.com/minecraft/bukkit-plugins/motd-gg) - [Modrinth](https://modrinth.com/plugin/motdgg) - -### Commands -``` -/motdgg editor -``` -Save your current MOTD to motd.gg and generate a link to edit it. - -``` -/motdgg apply -``` -Apply this MOTD to your server without restarting your server. diff --git a/img/apply-changes.gif b/img/apply-changes.gif new file mode 100644 index 0000000..7d9dc05 Binary files /dev/null and b/img/apply-changes.gif differ diff --git a/img/apply-instant.gif b/img/apply-instant.gif new file mode 100644 index 0000000..e18eb82 Binary files /dev/null and b/img/apply-instant.gif differ diff --git a/img/open-editor.gif b/img/open-editor.gif new file mode 100644 index 0000000..a7ed79b Binary files /dev/null and b/img/open-editor.gif differ