# config.yml

**CustomEventBroadcast is fully customizable.** Below is the default configuration that is used when installing the plugin.

```yaml
state: enabled
block:
  break: disabled
  burn: disabled
  cook: disabled
  craft: disabled
  damage: disabled
  despawn: disabled
  dispense: disabled
  drop: disabled
  enchant: disabled
  exp: disabled
  explode: disabled
  fade: disabled
  fertilize: disabled
  grow: disabled
  ignite: disabled
  place: disabled
  ring: disabled
chunk:
  load: disabled
  unload: disabled
entity:
  breed: disabled
  damage: disabled
  death: disabled
  drop: disabled
  explode: disabled
  jump: disabled
  load: disabled
  portal: disabled
  spawn: disabled
  target: disabled
  teleport: disabled
  unload: disabled
furnace:
  burn: disabled
  extract: disabled
  smelt: disabled
inventory:
  close: disabled
  open: disabled
player:
  advancement: disabled
  arrow: disabled
  death: disabled
  exp: disabled
  fly: disabled
  join: disabled
  kick: disabled
  leave: disabled
  move: disabled
  respawn: disabled
  sleep: disabled
  sneak: disabled
  sprint: disabled
  teleport: disabled
  wake: disabled
server:
  load: disabled
  ping: disabled
world:
  change: disabled
  load: disabled
  save: disabled
  unload: disabled
  weather: disabled
```

You can disable the plugin by setting `state` to `disabled`. You can also toggle events by setting them to `enabled` or `disabled`.

*No reload is required to apply the changes.*


---

# Agent Instructions: 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://kneesdev.gitbook.io/customeventbroadcast/configuration/config.yml.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.
