---
icon: dot
title: Player
---

# Commands for the player system
!!!warning
The command list is not complete and not all commands are properly documented yet.
Some commands might not be implemented yet.
!!!
### 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``