# Messages

### Description

This page contains the default messages.yml and all the internal placeholders that work with each message.

### Default message file

```yaml
prefix: "&6&lCROWNCORE &8●&f"
white: "&f"
accent: "&e"

messages:
  no-permission: "%prefix% You are not allowed to do that! &8(%white%%permission%&8)"
  command-syntax: "%prefix% Usage for %accent%%command%%white%:"
  command-syntax-prefix: "&8  ➥ &7"
  command-cooldown: "%prefix% Please wait %accent%%remaining%%white% before executing another command."
  message-cooldown: "%prefix% Please wait %accent%%remaining%%white% before sending another message."
  invalid-number: "%prefix% Please enter a valid number."
  invalid-name: "%prefix% Please enter a name with less than 10 letters and no spaces."
  invalid-license: "%prefix% Your license for %accent%%plugin%%white% is invalid."
  no-item-in-hand: "%prefix% You need to hold an item in your hand."
  plugin-reloaded: "%prefix% [%plugin%] You have reloaded config and messages."
  messages-reloaded: "%prefix% [%plugin%] You have reloaded the messages."
  config-reloaded: "%prefix% [%plugin%] You have reloaded the config."
  player-invalid: "%prefix% %accent%%name%%white% never played on the server!"
  player-offline: "%prefix% %accent%%name%%white% is not online!"
  location-set: "%prefix% You have set the location named %accent%%name%%white%!"
  location-deleted: "%prefix% You have deleted the location named %accent%%name%%white%!"
  location-invalid: "%prefix% There is no location named %accent%%name%%white%!"
  teleportation-message: '%prefix% &fTeleporting in %accent%&o%remaining%%white%!'
  teleported-message: '%prefix% &fTeleportation complete.'
  teleportation-cancelled: '%prefix% &c&oTeleportation cancelled.'
  not-enough-money: "%prefix% You dont have enough money, you are missing %accent%-$%missing%%white%."
```


---

# 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://obey.gitbook.io/wiki/legacy-wiki/plugins/crowncore/messages.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.
