diff --git a/docs/src/fancycore/commands/player.md b/docs/src/fancycore/commands/player.md
index 0cd3e584..4994b18b 100644
--- a/docs/src/fancycore/commands/player.md
+++ b/docs/src/fancycore/commands/player.md
@@ -6,3 +6,81 @@ title: Player

# Commands for the player system
+
+### Gamemode
+
+Description: Changes the gamemode of a player.
+Syntax: ``/Gamemode (gamemode) [player]`` or ``/GM (gamemode)``
+Permission: ``fancycore.commands.gamemode``
+
+### Gamemode explorer
+
+Description: Changes the gamemode of a player to explorer mode.
+Syntax: ``/gme [player]``
+Permission: ``fancycore.commands.gamemode``
+
+### Gamemode creative
+
+Description: Changes the gamemode of a player to creative mode.
+Syntax: ``/gmc [player]``
+Permission: ``fancycore.commands.gamemode``
+
+### Fly
+
+Description: Toggles fly mode for a player.
+Syntax: ``/Fly [player]``
+Permission: ``fancycore.commands.fly``
+
+### Speed
+
+Description: Sets the walk and fly speed of a player.
+Syntax: ``/Speed (speed) [player]``
+Permission: ``fancycore.commands.speed``
+
+### Heal
+
+Description: Heals a player to full health.
+Syntax: ``/Heal [player]``
+Permission: ``fancycore.commands.heal``
+
+### Feed
+
+Description: Feeds a player to full hunger.
+Syntax: ``/Feed [player]``
+Permission: ``fancycore.commands.feed``
+
+### God mode
+
+Description: Toggles god mode for a player.
+Syntax: ``/God [player]``
+Permission: ``fancycore.commands.god``
+
+### Vanish
+
+Description: Toggles vanish mode for a player.
+Syntax: ``/Vanish [player]``
+Permission: ``fancycore.commands.vanish``
+
+### Playtime
+
+Description: Displays the playtime of a player.
+Syntax: ``/Playtime [player]``
+Permission: ``fancycore.commands.playtime``
+
+### Seen
+
+Description: Displays the last seen time of a player.
+Syntax: ``/Seen (player)``
+Permission: ``fancycore.commands.seen``
+
+### Near
+
+Description: Lists players near the command sender within a specified radius.
+Syntax: ``/Near [radius]``
+Permission: ``fancycore.commands.near``
+
+### Ping
+
+Description: Displays the ping of a player.
+Syntax: ``/Ping [player]``
+Permission: ``fancycore.commands.ping``
\ No newline at end of file