FancyInnovations
FancyCoreCommands

Moderation

Moderation options for FancyCore

Commands for the moderation system

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

Report

report

Reports a player for misconduct.

  • Permissions: fancycore.commands.report
  • Syntax: /report <player> [reason]
    • <player> - Player to report
    • [reason] - Report reason (optional)

reports

Manage player reports.

  • Permissions: fancycore.commands.reports.list, fancycore.commands.reports.view, fancycore.commands.reports.close
  • Syntax: /reports list or /reports view <reportid> or /reports close <reportid>
    • list - Lists all active reports
    • view <reportid> - View report details
    • close <reportid> - Close a report

Warn

warn

Issues a warning to a player.

  • Permissions: fancycore.commands.warn
  • Syntax: /warn <player> [reason]
    • <player> - Target player
    • [reason] - Warning reason (optional)

Mute

mute

Mutes a player, preventing them from sending chat messages.

  • Permissions: fancycore.commands.mute
  • Syntax: /mute <player> [reason]
    • <player> - Target player
    • [reason] - Mute reason (optional)

tempmute

Temporarily mutes a player for a specified duration.

  • Permissions: fancycore.commands.tempmute
  • Syntax: /tempmute <player> <duration> [reason]
    • <player> - Target player
    • <duration> - Mute duration
    • [reason] - Mute reason (optional)

unmute

Unmutes a player.

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

Kick

kick

Kicks a player from the server.

  • Permissions: fancycore.commands.kick
  • Syntax: /kick <player> [reason]
    • <player> - Target player
    • [reason] - Kick reason (optional)

Ban

ban

Bans a player from the server.

  • Permissions: fancycore.commands.ban
  • Syntax: /ban <player> [reason]
    • <player> - Target player
    • [reason] - Ban reason (optional)

tempban

Temporarily bans a player from the server for a specified duration.

  • Permissions: fancycore.commands.tempban
  • Syntax: /tempban <player> <duration> [reason]
    • <player> - Target player
    • <duration> - Ban duration
    • [reason] - Ban reason (optional)

unban

Unbans a player from the server.

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

Logs

modlogs

Views the moderation logs.

  • Permissions: fancycore.commands.modlogs
  • Syntax: /modlogs [player]
    • [player] - Filter by player (optional)

chatlogs

Views the chat logs.

  • Permissions: fancycore.commands.chatlogs
  • Syntax: /chatlogs [player] [--withcommands]
    • [player] - Filter by player (optional)
    • [--withcommands] - Include commands (optional)

On this page