# CONFIG

```
prefix: §6UltimateEvents §8» # Prefix
commands:
  help: # Messages for command help
  - '{PREFIX} §ePlease use the following command §8» §6/events reload'
  - '{PREFIX} §ePlease use the following command §8» §6/events scheduler'
  - '{PREFIX} §ePlease use the following command §8» §6/events hook <event>'
  - '{PREFIX} §ePlease use the following command §8» §6/events now <event>'
  - '{PREFIX} §ePlease use the following command §8» §6/events start <event>'
  - '{PREFIX} §ePlease use the following command §8» §6/events stop <event>'
  argument: §cPlease enter more arguments # Message if argument is empty
  unknown: '{PREFIX} §6{event} §edoesn''t exist.' # Message if event doesn't exist
  hook: '{PREFIX} §cThere is no hook register.' # Message if PAPI isn't register
  now-successful: '{PREFIX} §6{event} §ehas been successfully started' # Message when event is now
  now-unsuccessful: '{PREFIX} §6{event} §efailed to be started' # Message when event can't be now
  start-successful: '{PREFIX} §6{event} §ehas been successfully started' # Message when event is start
  start-unsuccessful: '{PREFIX} §6{event} §efailed to be started' # Message when event can't be start
  stop-successful: '{PREFIX} §6{event} §ehas been successfully stopped' # Message when event is stop
  stop-unsuccessful: '{PREFIX} §6{event} §efailed to be stopped' # Message when event can't be stop
  event-list: '{PREFIX} §eThe following events are: {events}' # Message when you see the list of events
format: # Location translate
  color-location-default: GRAY # Color that will is used before and after translate
  color-location-use: GREEN # Color that is used into the translate
decount: # Title section
  message: §f§l» §e {event} §fwill start in §b{time} §fseconds. # Message when start
  header: '&bUltimate Events' # Header of title
  fade-in-time: 20 # The time of the fade in of title (in ticks)
  show-time: 40 # The time of the show time of title (in ticks) 
  fade-out-time: 20 # The time of the fade out of title (in ticks)

```


---

# 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://wshzxng.gitbook.io/ultimate-event/configuration/config.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.
