+
+
+
# MediaMod
View your current song in Minecraft with support for services like Spotify, YouTube, SoundCloud & more.
-**More documentation & an actual README coming soon**
+If you want to chat with other MediaMod users, join our [discord server](https://discord.gg/GdAc3mmFnh)!
+
+## Features
+
+- Support for most of the major streaming services (Spotify, SoundCloud, Youtube & more)
+- Customization of the player
+- An extensive addon API
+- Multiple versions supported across Forge and Fabric
+
+
+## Roadmap
+
+- Improve GUIs
+- Add themes and more player customization
+- Rewrite browser extension
+
+
+
+## Authors
-### Supported Versions
+- [Conor Byrne (@cbyrneee)](https://www.github.com/cbyrneee)
-**Fabric:**
-- 1.18.x
+## Contributors
+This section is for contributors who have made commits that have improved MediaMod drastically.
-**Forge:**
-- ~~1.18.x~~ (planned)
-- 1.12.2
-- 1.8.9
+For a list of all contributors, see [here](https://github.com/MediaModMC/MediaMod/graphs/contributors).
+- [Nora Cos (@mew)](https://www.github.com/mew)
+
+## Contributing
+
+Contributions are always welcome!
+~~See `contributing.md` for ways to get started.~~ (coming soon)
+
+
+
+## Support
+
+If you have a bug to report, please open an [issue](https://github.com/MediaModMC/MediaMod/issues/new) describing your problem.
+If you can't install MediaMod or you have issues with it, join our [discord server](https://discord.gg/GdAc3mmFnh) and we can help you. You can also report bugs here if you like.
+
## License
-[LGPL 3.0](https://choosealicense.com/licenses/lgpl-3.0/)
+[GPL 3.0](https://choosealicense.com/licenses/gpl-3.0/)
+
+
diff --git a/build.gradle b/build.gradle
new file mode 100644
index 00000000..1c16069f
--- /dev/null
+++ b/build.gradle
@@ -0,0 +1,77 @@
+/*
+ * MediaMod is a mod for Minecraft which displays information about your current track in-game
+ * Copyright (C) 2021 Conor Byrne
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see