# Messages file

The messages file support Hexcolor, with MiniMessage format you can find more about in this link

{% embed url="<https://docs.advntr.dev/minimessage/format.html>" %}

```yaml
# messages
help:
  - '<gradient:#27E3FB:#277AFB:blue>[Shrines] <gray>commands:'
  - ' <gradient:#27E3FB:#277AFB:blue>/shrines help <gray>- <aqua>Shows this help message'
  - ' <gradient:#27E3FB:#277AFB:blue>/shrines editor <gray>- <aqua>Opens the shrines editor'
  - ' <gradient:#27E3FB:#277AFB:blue>/shrines reload <gray>- <aqua>Reloads the plugin'
  - ' <gradient:#27E3FB:#277AFB:blue>/shrines teleport <gray>- <aqua>Opens the shrines teleport gui'
reload: ' <gradient:#27E3FB:#277AFB:blue>[Shrines] <green>Plugin reloaded!'
shrine-location-not-found: '<gradient:#27E3FB:#277AFB:blue>[Shrines] <red>Shrine location not found!'
shrine-teleport-successful: '<gradient:#27E3FB:#277AFB:blue>[Shrines] <green>Teleported to shrine!'
insert-shrine-name: '<gradient:#27E3FB:#277AFB:blue>[Shrines] <green>Insert shrine name! <red>Write cancel if you want to cancel the operation.'
editor-cancelled: '<gradient:#27E3FB:#277AFB:blue>[Shrines] <red>Operation cancelled!'
insert-new-value: ' <gradient:#27E3FB:#277AFB:blue>[Shrines] <green>Insert %type% <green>in chat to assign new value. <newline> <gray>Write <red>cancel <gray>if you want to cancel the operation.'
admin-config-message-set-value: '<gradient:#27E3FB:#277AFB:blue>[Shrines] <green>Value set!'
admin-config-message-set-error: '<gradient:#27E3FB:#277AFB:blue>[Shrines] <red>Value not set (error)!'
shrine-created: '<gradient:#27E3FB:#277AFB:blue>[Shrines] <green>Shrine created!'
shrine-parameter-inserted: '<gradient:#27E3FB:#277AFB:blue>[Shrines] <green>Shrine parameter inserted!'
no-permission: ' <gradient:#27E3FB:#277AFB:blue>[Shrines] <red>You don''t have the permission to do this!'
shrine-not-in-region: '<gradient:#27E3FB:#277AFB:blue>[Shrines] <red>You can execute this command only in a Shrine'
shrine-teleport-no-permission: '<gradient:#27E3FB:#277AFB:blue>[Shrines] <red>You don''t have completed this Shrine!'
insert-any-value: '<gradient:#27E3FB:#277AFB:blue>[Shrines] <green>Insert any value in chat to assign new value (like a, or location, or confirm). <newline> <gray>Write <red>cancel <gray>if you want to cancel the operation. '

# gui
gui-editor-title: '<black>Shrines Editor'
gui-editor-create-shrine: '<gradient:#27E3FB:#277AFB:blue>Create Shrine'
gui-editor-modify-shrine: '<gradient:#27E3FB:#277AFB:blue>Modify Shrine'
gui-teleport-title: '<black>Shrines Teleport'
gui-modify-list-title: '<black>Select shrine to modify'
gui-modify-selected-shrine: '<black>Modify shrine'
gui-item-shrines-modify-inserted: '<green>Inserted'
gui-item-shrines-modify-empty: '<red>Empty'

```


---

# 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://docs.anotherlevel.it/documentation/shrine/messages-file.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.
