Skip to content

Commands Reference

Here you’ll find a complete overview of all available commands in the Zenith-Mod plugin.

Description: Manually ban a player with custom duration and reason.

Permission: zenith.ban

Parameters:

  • player - Name of the player to ban
  • duration - Ban duration (e.g. 1d, 2h, 30m, permanent)
  • reason - Reason for the ban

Examples:

Terminal window
/ban Player123 1d Cheating detected
/ban Player123 permanent Griefing
/ban Player123 2h Spam

Description: Unban a player.

Permission: zenith.unban

Parameters:

  • player - Name of the player to unban
  • reason - Optional reason for the unban

Examples:

Terminal window
/unban Player123
/unban Player123 Appeal accepted

Description: Ban a player and their IP address.

Permission: zenith.ipban

Parameters:

  • player - Name of the player to ban (must be online)
  • duration - Ban duration (optional, defaults to permanent)
  • reason - Reason for the IP ban (optional, uses default reason if not provided)

Description: Manually mute a player with custom duration and reason.

Permission: zenith.mute

Parameters:

  • player - Name of the player to mute
  • duration - Mute duration (e.g. 1d, 2h, 30m, permanent)
  • reason - Reason for the mute

Examples:

Terminal window
/mute Player123 1h Spam in chat
/mute Player123 permanent Harassment
/mute Player123 30m Inappropriate language

Description: Unmute a player.

Permission: zenith.unmute

Parameters:

  • player - Name of the player to unmute
  • reason - Optional reason for the unmute

Examples:

Terminal window
/unmute Player123
/unmute Player123 Appeal accepted

Description: Warn a player using a predefined template.

Permission: zenith.warn.template.only + zenith.warn.template.<template>

Parameters:

  • player - Name of the player to warn
  • template - Template name (e.g. spam, harassment, inappropriate_language)
  • reason - Optional custom reason

Examples:

/warn Player123 spam
/warn Player123 harassment Stop being toxic
/warn Player123 inappropriate_language

Description: Kick a player from the server.

Permission: zenith.kick

Parameters:

  • player - Name of the player to kick
  • reason - Reason for the kick

Examples:

/kick Player123 Inappropriate behavior
/kick Player123 Server maintenance

Description: Freeze a player (block movement).

Permission: zenith.freeze

Parameters:

  • player - Name of the player to freeze

Description: Unfreeze a player.

Permission: zenith.freeze

Parameters:

  • player - Name of the player to unfreeze

Description: Toggle God Mode.

Permission: zenith.god

Parameters:

  • player - Optional: Name of the player (for others only)

Description: Toggle Fly Mode.

Permission: zenith.fly

Parameters:

  • player - Optional: Name of the player (for others only)

Description: Fully heal a player.

Permission: zenith.heal

Parameters:

  • player - Optional: Name of the player (for others only)

Description: Restore a player’s hunger.

Permission: zenith.feed

Parameters:

  • player - Optional: Name of the player (for others only)

Description: Clear a player’s inventory.

Permission: zenith.clear

Parameters:

  • player - Optional: Name of the player (for others only)

Description: Switch to Creative Mode.

Permission: zenith.gmc

Parameters:

  • player - Optional: Name of the player (for others only)

Description: Switch to Survival Mode.

Permission: zenith.gms

Parameters:

  • player - Optional: Name of the player (for others only)

Description: Switch to Spectator Mode.

Permission: zenith.gmsp

Parameters:

  • player - Optional: Name of the player (for others only)

Description: Show notes for a player.

Permission: zenith.notes

Parameters:

  • player - Name of the player

Description: Add a note to a player.

Permission: zenith.notes

Parameters:

  • player - Name of the player
  • note - Note text

Description: Show alt limits for a player.

Permission: zenith.altlimit

Parameters:

  • player - Name of the player

Description: Toggle global chat freeze.

Permission: zenith.chatfreeze

Description: Toggle vanish mode for yourself or another player.

Permission: zenith.vanish (self) / zenith.vanish.others (others)

Aliases: /v

Parameters:

  • player - (Optional) Name of the player to vanish

Examples:

Terminal window
/vanish # Toggle your own vanish
/vanish Player123 # Toggle vanish for Player123
/v # Alias for /vanish

Description: View player punishment history with pagination.

Permission: zenith.history

Parameters:

  • player - Name of the player
  • page - (Optional) Page number to view

Features:

  • Interactive navigation with clickable buttons
  • Hover events with detailed information
  • Configurable separator lines between entries
  • German date format with timezone support

Examples:

Terminal window
/history Player123 # View first page
/history Player123 2 # View second page

Description: Check alt accounts for a player with detailed information.

Permission: zenith.check

Parameters:

  • player - Name of the player to check

Features:

  • IP-based alt account detection
  • Real-time status display (Online, Muted, Banned)
  • Interactive hover events with player details
  • Clickable usernames for history and notes
  • Player statistics (Total Warns, History Entries)
  • Shared IP calculation between accounts
  • Configurable legend and accuracy information

Examples:

Terminal window
/check Player123 # Check alt accounts for Player123

Description: Reload all configuration files.

Permission: zenith.reload

Description: Manage API tokens.

Permission: zenith.token


Note: All commands support tab completion for better user experience.