Commands & Permissions

This documentation provides an overview of the available permissions and commands in the K4-Seasons plugin. These features allow for managing and interacting with the season system.

Permissions

Permissions in K4-Seasons control access to administrative features and commands. Below is a list of available permissions and their purposes.

@k4seasons/admin

  • Description: Grants access to administrative commands for managing seasons and rewards.

  • Command Access:

    • css_givebp [target]


Commands

1. css_season

  • Description: Displays the season menu with all relevant seasonal data for the player.

  • Use Case: Allows players to view their progress, available rewards, and other seasonal details.

  • Permission Required: None (available to all players).

  • Example Usage:

    css_season

2. css_prestige

  • Description: Attempts to prestige the player, provided they meet the level requirements. Prestiging resets the player's level and grants a prestige multiplier.

  • Use Case: Enables players to progress to prestige levels for additional benefits and challenges.

  • Permission Required: None (available to all players).

  • Example Usage:

    css_prestige

3. css_givebp

  • Description: Grants a Battle Pass to the specified player.

  • Use Case: Used by administrators to manually assign Battle Passes to players.

  • Targets: You can use the player's name, userid or you can use the groupping methods such as @all, @t, @ct, @alive, @dead, @me or any other.

  • Permission Required: @k4seasons/admin

  • Syntax:

    css_givebp [target]
  • Parameters:

    • [target]: The player identifier (e.g., Name or UserID).

  • Example Usage:

    css_givebp #{userid}

Last updated