# Q & A

**Does this plugin support SQLITE?**

Yes.  Replace url with "file" in the config if you want to use sqlite.

Your end result should look like this:

```
Database:
  # For the url, you should only need to replace DATABASE_IP , PORT, and DATABASE_NAME.
  # jdbc:mysql://DATABASE_IP:PORT/DATABASE_NAME
  # replace url with "file" if you want to use sqlite.
  url: "file"
  user: "USERNAME"
  password: "PASSWORD"
```

**Does this plugin support Spigot?**

No. Please use [PaperMC](https://papermc.io/) (or its [forks](https://luminescent.dev/forks/))...&#x20;

**How to bypass the paper warning?**

The paper warning was added in 2.1, it can be bypassed by adding a entry to your config.

Please note, if this warning was shown, things will likely break if bypassed!

No support will be given!

```
BypassPaperWarning: true
```


---

# 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://refractored.gitbook.io/refractored/joblistings/q-and-a.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.
