diff --git a/README.md b/README.md
index f0728bc..c6c65fa 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,39 @@
# teleportCommands
+A Minecraft fabric server-side mod that adds various teleportation related commands, like /home /tpa and /back
+
+### This mod is still in beta, if there are any problems then let me know!
+
+#### Currently available commands:
+
+- `/back` - Teleports you to the location where you last died
+
+
+- `/sethome ` - Creates a new home
+- `/home []` - Teleports you home, if no name is giving it will go to the default home
+- `/delhome ` - Deletes a home
+- `/renamehome ` - Renames a home
+- `/homes` - Shows a list of your homes
+- `/defaulthome ` - Sets the default home
+
+
+- `/tpa ` - Sends a tpa request to another player
+- `/tpahere ` - Sends a tpaHere request to another player
+- `/tpaaccept ` - Accepts the tpa/ tpahere request of that player
+- `/tpadeny ` - Denies the tpa/tpaHere request of that player
+
+
+
+### TODO:
+
+#### Planned commands:
+- `/wild` - Teleports you to a random location in the Overworld
+- `/spawn or /worldspawn` - Teleports you to the worldspawn
+- `/bed or /spawn ` - Teleports you to your spawnpoint in a dimension, defaults to your current dimension
+
+#### Improvements:
+- Modify /back to check if the location is safe and automatically choose a nearby location that is safe
+- Create a config to add any delays and disable commands, also add commands for operators in game
+- Add a perm system
+- Limit tpa requests for a player
+- Add Quilt support and maybe neoforge