# Creation of Mystics

### Where do these default parameters come from?

<pre class="language-yaml" data-title="config.yml"><code class="lang-yaml"><strong>default: 
</strong><strong>  particle: CLOUD
</strong>  sound: BLOCK_ENDER_CHEST_OPEN
  cooldown: 60 #minutes
  chance: 1.0
  mysticType: STONE
  statics: false #Statistical mysticism
  spawnMessage:
    - "&#x26;fA &#x26;c&#x26;l%name &#x26;rhas appeared at coordinates {&#x26;lx&#x26;r:&#x26;b%x&#x26;f,&#x26;ly&#x26;r:&#x26;b%y&#x26;f,&#x26;lz&#x26;r:&#x26;b%z&#x26;f}!"
  blockMessage: "&#x26;bMystic has not activated yet"

  needDistance: 20

  timeDeleteWhenDontGetItems: 3600
  timeDeleteWhenDontOpen: 1800
  sizeRegion: 10

  flags:
    - "block-break"
    - "block-place"
    - "interact"
  blockCmd: #list of commands that cannot be used within a region
  loot:
    chestName: "Mystic сontents"
    size: 27 
    cooldownSpawnItem: 10 #time in ticks required for the next item to spawn 
    items:
      1:
        chance: 1.0
        range: 1-64
        stack:
          ==: org.bukkit.inventory.ItemStack
          v: 2586
          type: DIAMOND
          amount: 5
      2:
        chance: 0.7
        stack:
          ==: org.bukkit.inventory.ItemStack
          v: 2586
          type: NETHERITE_SWORD
          meta:
            ==: ItemMeta
            meta-type: UNSPECIFIC
            enchants:
              LUCK: 3
      3:
        chance: 0.5
        range: 1-64
        stack:
          ==: org.bukkit.inventory.ItemStack
          v: 2586
          type: GOLD_INGOT
          amount: 5
      4:
        chance: 1.0
        range: 1-64
        stack:
          ==: org.bukkit.inventory.ItemStack
          v: 2586
          type: APPLE
          amount: 5

  hologram:
    timerInHologram: true # TRUE - there will be a line "Before opening: %s"
    beforeOpen:
      - "&#x26;6&#x26;lFlame Mystic Chest"
      - "&#x26;c&#x26;l%name &#x26;f&#x26;l- Burning with Power!"
      - "&#x26;4&#x26;m-------------------------"
      - "&#x26;eOpening in: &#x26;f&#x26;l%timer"
      - "&#x26;4&#x26;m-------------------------"
    afterOpen:
      - "&#x26;6&#x26;lFlame Mystic Chest"
      - "&#x26;c&#x26;l%name &#x26;f&#x26;l- The Flames Have Awakened!"
      - "&#x26;a&#x26;m-------------------------"
      - "&#x26;7The chest has opened!"
      - "&#x26;a&#x26;m-------------------------"

  spawn:
    random: true

    cords:
      #if spawn is at random coordinates
      x1: 1000
      x2: 10000
      z1: 1000
      z2: 10000
      #if spawn is at the specified coordinates
      x: 200
      y: 70
      z: 200

    timeSecond: 5 #the time it takes to activate after the first press

  spawnAnimation: MYTHIC_CYCLE
  startOpenAnimation: ORBIT
  blockAnimation: NONE
  firstOpenAnimation: NONE
</code></pre>


---

# 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://khramcovs-organization.gitbook.io/jmystics/basics/editor.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.
