# Graves/GravesX

## [Graves Legacy Download here](https://www.spigotmc.org/resources/graves.74208/)

## [GravesX Download here](https://www.spigotmc.org/resources/gravesx.118271/)

## How to add compatibility?

> \[!NOTE] Graves configuration is located in `/plugins/Graves` while GravesX configuration is located in `/plugins/GravesX` while both plugins retain the same file structure besides plugin name differences.

Enable the compatibility in config/config.yml

```yaml
itemsadder: # https://www.spigotmc.org/resources/itemsadder.73355/
  enabled: true # Should ItemsAdder integration be enabled.
```

Edit the default option in config/grave.yml. You can also customize the items if needed (make sure they are of the correct type, use furniture in furniture and use block in the block property).

```yaml
  ##############
  # ItemsAdder #
  ##############
  # The option requires ItemsAdder, you must have this installed to use models.
  itemsadder:
    furniture:
      enabled: true # Should we use ItemsAdder Furniture?
      name: "itemsadder:mysterious_stone" # Furniture name.
    block:
      enabled: true # Should we use ItemsAdder Blocks?
      name: "itemsadder:nice_stone" # Block name
```


---

# 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://itemsadder.devs.beer/compatibility-with-other-plugins/compatible/graves.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.
