FancyInnovations
FancyCoreCommands

Server

Server options for FancyCore

Commands for the server system

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

Server control

restart

Restarts the server after a specified delay.

  • Permissions: fancycore.commands.restart
  • Syntax: /restart <delay>
    • <delay> - Delay in seconds

stop

Stops the server after a specified delay.

  • Permissions: fancycore.commands.stop
  • Syntax: /stop <delay>
    • <delay> - Delay in seconds

saveall

Forces the server to save all data immediately.

  • Permissions: fancycore.commands.saveall
  • Syntax: /saveall

Server health

health

Displays server health information.

  • Permissions: Various (see metrics below)
  • Syntax: /health [metric]

Metrics:

  • /health - Overview of server health

    • Permission: fancycore.commands.health
  • /health tps - Current ticks per second

    • Permission: fancycore.commands.health.tps
  • /health memory - Current memory usage

    • Permission: fancycore.commands.health.memory
  • /health uptime - Server uptime since restart

    • Permission: fancycore.commands.health.uptime
  • /health cpu - Current CPU usage

    • Permission: fancycore.commands.health.cpu
  • /health entities - Total loaded entities

    • Permission: fancycore.commands.health.entities
  • /health players - Current player count

    • Permission: fancycore.commands.health.players

Players

onlineplayers

Lists all players currently online on the server.

  • Permissions: fancycore.commands.onlineplayers
  • Syntax: /onlineplayers

registeredplayers

Lists all players registered on the server.

  • Permissions: fancycore.commands.registeredplayers
  • Syntax: /registeredplayers

On this page