> For the complete documentation index, see [llms.txt](https://symbiote-development.gitbook.io/symbiote-development-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://symbiote-development.gitbook.io/symbiote-development-docs/plugins/cstrikes/gui-configuration.md).

# GUI Configuration

Paste your license key in the license.json file. If you need help or want to obtain your license, join the Symiote Development discord: <https://discord.gg/nWwUQJwG9F>

{% code title="config.yml" %}

```
# Configuration version - DO NOT MODIFY
config-version: "1.2"

title: "&4Punish: {player}"
size: 54

border:
  enabled: true
  material: GRAY_STAINED_GLASS_PANE

items:
  hacking:
    slot: 20
    material: NETHERITE_SWORD
    name: "&cHacking"
    color: RED
    action: ban
    lore:
      - ""
      - "&7Action: &f{action}"
      - "&7Current Offences: &e%cstrikes_hacking%"
      - "&7Next Duration: &6%cstrikes_next_hacking%"
      - ""
      - "&aClick to punish"

  chat-abuse:
    slot: 22
    material: WRITABLE_BOOK
    name: "&eChat Abuse"
    color: YELLOW
    action: mute
    lore:
      - ""
      - "&7Action: &f{action}"
      - "&7Current Offences: &e%cstrikes_chatabuse%"
      - "&7Next Duration: &6%cstrikes_next_chatabuse%"
      - ""
      - "&aClick to punish"

  griefing:
    slot: 24
    material: TNT
    name: "&6Griefing"
    color: GOLD
    action: ban
    lore:
      - ""
      - "&7Action: &f{action}"
      - "&7Current Offences: &e%cstrikes_griefing%"
      - "&7Next Duration: &6%cstrikes_next_griefing%"
      - ""
      - "&aClick to punish"

  exploiting:
    slot: 38
    material: COMMAND_BLOCK
    name: "&5Exploiting"
    color: DARK_PURPLE
    action: ban
    lore:
      - ""
      - "&7Action: &f{action}"
      - "&7Current Offences: &e%cstrikes_exploiting%"
      - "&7Next Duration: &6%cstrikes_next_exploiting%"
      - ""
      - "&aClick to punish"

  kick:
    slot: 40
    material: IRON_DOOR
    name: "&9Kick Player"
    color: BLUE
    lore:
      - ""
      - "&7Removes the player from the server"
      - "&7Does not affect punishment history"
      - ""
      - "&aClick to kick"

  clear-history:
    slot: 42
    material: BARRIER
    name: "&cClear Punishment History"
    color: RED
    lore:
      - ""
      - "&7Resets all offence counts"
      - "&7Does not remove active punishments"
      - ""
      - "&eClick to clear"
```

{% endcode %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://symbiote-development.gitbook.io/symbiote-development-docs/plugins/cstrikes/gui-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
