> For the complete documentation index, see [llms.txt](https://docs.zithium.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zithium.net/zithium-series/zithiumbuckets/default-files.md).

# Default Files

**Default Configuration File:**

```yaml
settings:
  # Should buckets cost money to be used? Set the price per-bucket below. Requires Vault
  buckets-cost-to-use: false

  # Should the lava bucket be allowed to smelt infinitely. If disabled bucket can not be placed in furnace.
  lava-bucket-not-used-when-smelting: true

water-bucket:
  material: WATER_BUCKET # DO NOT CHANGE
  display_name: "<gradient:aqua:white:aqua><b>Infinite Water Bucket"
  glow: true
  lore:
    - "<dark_gray>Infinite Bucket"
    - ""
    - "<white>This bucket will never run out!"
    - ""
    - "<yellow>Click to use."
  price-per-use: 15

lava-bucket:
  material: LAVA_BUCKET # DO NOT CHANGE
  display_name: "<gradient:red:white:red><b>Infinite Lava Bucket"
  glow: true
  lore:
    - "<dark_gray>Infinite Bucket"
    - ""
    - "<white>This bucket will never run out!"
    - ""
    - "<yellow>Click to use."
  price-per-use: 10

messages:
  no-permission: '<red>You do not have permission to use this command!'
  not-enough-money: '<red>You do not have enough money to use this bucket. <gray>You need $%price%'
  reloaded: '<green>The plugin has been reloaded!'

  bucket-given-target: '<green>You have been given a %type% infinite bucket!'
  bucket-given-sender: '<green>You have given %target% a %type% infinite bucket!'

  bucket-used-cost: '<green>You''ve used an infinite bucket and have been charged $%price%'

  invalid-command: '<red>This command is invalid. Usage: <gray>/buckets give {username} {type}'
  invalid-player: '<red>That player is either offline or invalid. Usage: <gray>/buckets give {username} {type}'
  invalid-bucket-type: '<yellow>That bucket type is invalid. Types are: <white>Lava<yellow>,<white> Water'

  help:
    - '<reset>'
    - '<gradient:green:white:green><b>SaveBuckets</b>'
    - '<gray>By ItzSave'
    - '<reset>'
    - '<green>/buckets give {username} {type} <dark_gray>- <white>Gives a user a bucket.'
    - '<green>/buckets reload <dark_gray>- <white>Reloads the config'
    - '<reset>'
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.zithium.net/zithium-series/zithiumbuckets/default-files.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
