diff --git a/README.md b/README.md index 83d4de9..47989de 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # SpigotDefaultDance -The world has a surprising lack of Minecraft Spigot plugins that allow you to do the Fortnite Default Dance +I was shocked there was no Minecraft Spigot plugin to make your character do the Fortnite Default Dance, so I had to correct this issue. +I made this plugin in like 4 hours (Excluding me being terrible at math) so don't expect too much. + +![GIF](./defaultdance.gif) + +## Usage +`/defaultdance`, that's it. +You can either run the command again or crouch to stop dancing when it is still active. + +## Permissions +`defaultdance.use` - Allow using `/defaultdance`. + +## Installation +Get the Jar from GitHub releases or compile from source, then place it in your plugins directory. diff --git a/defaultdance.gif b/defaultdance.gif new file mode 100644 index 0000000..5b26df3 Binary files /dev/null and b/defaultdance.gif differ