Files
FancyPlugins/docs/src/fancycore/commands/moderation.md

2.5 KiB

icon, title
icon title
dot Moderation

Commands for the moderation system

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

Report

Report a Player

Description: Reports a player for misconduct.
Syntax: /Report (player) [reason]
Permission: fancycore.commands.report

List Reports

Description: Lists all active player reports.
Syntax: /Reports list
Permission: fancycore.commands.reports.list

View Report Details

Description: Views details of a specific report.
Syntax: /Reports view (reportID)
Permission: fancycore.commands.reports.view

Close Report

Description: Closes a specific report.
Syntax: /Reports close (reportID)
Permission: fancycore.commands.reports.close

Warn

Warn a Player

Description: Issues a warning to a player.
Syntax: /Warn (player) [reason]
Permission: fancycore.commands.warn

Mute

Mute a Player

Description: Mutes a player, preventing them from sending chat messages.
Syntax: /Mute (player) [reason]
Permission: fancycore.commands.mute

Temporary Mute a Player

Description: Temporarily mutes a player for a specified duration.
Syntax: /Tempmute (player) (duration) [reason]
Permission: fancycore.commands.tempmute

Unmute a Player

Description: Unmutes a player.
Syntax: /Unmute (player)
Permission: fancycore.commands.unmute

Kick

Kick a Player

Description: Kicks a player from the server.
Syntax: /Kick (player) [reason]
Permission: fancycore.commands.kick

Ban

Ban a Player

Description: Bans a player from the server.
Syntax: /Ban (player) [reason]
Permission: fancycore.commands.ban

Temporary Ban a Player

Description: Temporarily bans a player from the server for a specified duration.
Syntax: /Tempban (player) (duration) [reason]
Permission: fancycore.commands.tempban

Unban a Player

Description: Unbans a player from the server.
Syntax: /Unban (player)
Permission: fancycore.commands.unban

Logs

View Moderation Logs

Description: Views the moderation logs.
Syntax: /Modlogs [player]
Permission: fancycore.commands.modlogs

View Chat Logs

Description: Views the chat logs.
Syntax: /Chatlogs [player] [--withCommands]
Permission: fancycore.commands.chatlogs