> For the complete documentation index, see [llms.txt](https://dev-wiki.iamthedefender.xyz/bedwars-cosmetics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev-wiki.iamthedefender.xyz/bedwars-cosmetics/faq.md).

# FAQ

## Q. Why doesn't addon work with Java 8?

**A.** Because, Bedwars1058 & BedWars2023 latest version requires Java 11. So the addon doesn't support Java 8.

### Q. How do I set up Island toppers locations for team x?

**A.** Use `/bwc setIslandTopperPosition` command and follow the instructions.

### Q. How to edit name and lore's for x?

**A.** You can edit names and lore's for item x in the language config of bedwas1058 (EN or whichever ISO you want).

### Q. Player get's kicked on joining when using Bungee

**A.** It is not an issue with Cosmetics addon, please update your bedwars plugin and if the error does not say `Teams` or `Scoreboard` then contact the developer.


---

# 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:

```
GET https://dev-wiki.iamthedefender.xyz/bedwars-cosmetics/faq.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.
