mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
docs: Add player related commands for FancyCore
This commit is contained in:
@@ -6,3 +6,81 @@ title: Player
|
|||||||

|

|
||||||
|
|
||||||
# Commands for the player system
|
# Commands for the player system
|
||||||
|
|
||||||
|
### 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``
|
||||||
Reference in New Issue
Block a user