![](../../static/commands.png)

# Commands for the player system

!!!danger
This is the old documentation site for FancyInnovations, which is no longer maintained.
The new documentation site can be found at [fancyinnovations.com/docs/hytale-plugins/fancycore](https://fancyinnovations.com/docs/hytale-plugins/fancycore).
!!!

!!!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.<br/>
Syntax: ``/Gamemode (gamemode) [player]`` or ``/GM (gamemode)``<br/>
Permission: ``fancycore.commands.gamemode``

### Gamemode explorer

Description: Changes the gamemode of a player to explorer mode.<br/>
Syntax: ``/gme [player]``<br/>
Permission: ``fancycore.commands.gamemode``

### Gamemode creative

Description: Changes the gamemode of a player to creative mode.<br/>
Syntax: ``/gmc [player]``<br/>
Permission: ``fancycore.commands.gamemode``

### Fly

Description: Toggles fly mode for a player.<br/>
Syntax: ``/Fly [player]``<br/>
Permission: ``fancycore.commands.fly``

### Speed

Description: Sets the walk and fly speed of a player.<br/>
Syntax: ``/Speed (speed) [player]``<br/>
Permission: ``fancycore.commands.speed``

### Heal

Description: Heals a player to full health.<br/>
Syntax: ``/Heal [player]``<br/>
Permission: ``fancycore.commands.heal``

### Feed

Description: Feeds a player to full hunger.<br/>
Syntax: ``/Feed [player]``<br/>
Permission: ``fancycore.commands.feed``

### God mode

Description: Toggles god mode for a player.<br/>
Syntax: ``/God [player]``<br/>
Permission: ``fancycore.commands.god``

### Vanish

Description: Toggles vanish mode for a player.<br/>
Syntax: ``/Vanish [player]``<br/>
Permission: ``fancycore.commands.vanish``

### Playtime

Description: Displays the playtime of a player.<br/>
Syntax: ``/Playtime [player]``<br/>
Permission: ``fancycore.commands.playtime``

### Seen

Description: Displays the last seen time of a player.<br/>
Syntax: ``/Seen (player)``<br/>
Permission: ``fancycore.commands.seen``

### Near

Description: Lists players near the command sender within a specified radius.<br/>
Syntax: ``/Near [radius]``<br/>
Permission: ``fancycore.commands.near``

### Ping

Description: Displays the ping of a player.<br/>
Syntax: ``/Ping [player]``<br/>
Permission: ``fancycore.commands.ping``
