FancyInnovations
FancyCoreCommands

Player

Player options for FancyCore

Commands for the player system

The command list is not complete and not all commands are properly documented yet. Some commands might not be implemented yet.

gamemode

Changes the gamemode of a player.

  • Permissions: fancycore.commands.gamemode
  • Syntax: /gamemode <gamemode> [player] or /gm <gamemode> [player]
    • <gamemode> - Game mode type
    • [player] - Target player (optional)

gme

Changes the gamemode of a player to explorer mode.

  • Permissions: fancycore.commands.gamemode
  • Syntax: /gme [player]
    • [player] - Target player (optional)

gmc

Changes the gamemode of a player to creative mode.

  • Permissions: fancycore.commands.gamemode
  • Syntax: /gmc [player]
    • [player] - Target player (optional)

fly

Toggles fly mode for a player.

  • Permissions: fancycore.commands.fly
  • Syntax: /fly [player]
    • [player] - Target player (optional)

speed

Sets the walk and fly speed of a player.

  • Permissions: fancycore.commands.speed
  • Syntax: /speed <speed> [player]
    • <speed> - Speed value
    • [player] - Target player (optional)

heal

Heals a player to full health.

  • Permissions: fancycore.commands.heal
  • Syntax: /heal [player]
    • [player] - Target player (optional)

feed

Feeds a player to full hunger.

  • Permissions: fancycore.commands.feed
  • Syntax: /feed [player]
    • [player] - Target player (optional)

god

Toggles god mode for a player.

  • Permissions: fancycore.commands.god
  • Syntax: /god [player]
    • [player] - Target player (optional)

vanish

Toggles vanish mode for a player.

  • Permissions: fancycore.commands.vanish
  • Syntax: /vanish [player]
    • [player] - Target player (optional)

playtime

Displays the playtime of a player.

  • Permissions: fancycore.commands.playtime
  • Syntax: /playtime [player]
    • [player] - Target player (optional)

seen

Displays the last seen time of a player.

  • Permissions: fancycore.commands.seen
  • Syntax: /seen <player>
    • <player> - Target player

near

Lists players near the command sender within a specified radius.

  • Permissions: fancycore.commands.near
  • Syntax: /near [radius]
    • [radius] - Search radius (optional)

ping

Displays the ping of a player.

  • Permissions: fancycore.commands.ping
  • Syntax: /ping [player]
    • [player] - Target player (optional)

On this page