> For the complete documentation index, see [llms.txt](https://twightlight.gitbook.io/bedwars-armed-mode/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://twightlight.gitbook.io/bedwars-armed-mode/getting-started/installation.md).

# Installation

Currently, this add-on only support MULTIARENA and SHARED mode.

I don't think I can make it support BUNGEE mode. But I will try my best!

Supported versions:

* 1.8.8 (Fully tested!)
* 1.9-1.11 (Uhh, BedWars1058 not support these versions, I don't know about the case of BedWars2023...)
* 1.12.2 (Fully tested!)
* 1.13 + (Not planned yet!)

Supported software:

* Paper (Recommend!)
* Spigot (It should work!)
* Spigot's, Paper's fork (Tested some fork!) (Required NMS because Bedwars1058/2023 need it!)

## DEPENDENCIES

You have to put the plugins below in /plugins/ folder.

* Skript&#x20;

&#x20;         [1.8.8](https://mc-plugins.net/_cdn/plugins/bukkit-spigot/Skript_2.2-dev36.jar) (Recommend! You can use another Skript version but don't ask me about compatibility)\
&#x20;         [1.12.2](https://github.com/SkriptLang/Skript/releases/download/2.6.4/Skript-2.6.4.jar)

* Skript-reflect

&#x20;         [1.8.8](https://github.com/SkriptLang/skript-reflect/releases/download/v2.2.3/skript-reflect-2.2.3.jar)\
&#x20;         [1.12.2](https://github.com/SkriptLang/skript-reflect/releases/download/v2.3/skript-reflect.jar)

* [Bedwars1058](https://polymart.org/resource/bedwars1058.1152) or [Bedwars2023](https://github.com/tomkeuper/BedWars2023)
* [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/)

You have to put the jars below in /plugins/skript-reflect/ folder. (These are just external library if you want to know!)

* Bedwars1058 or Bedwars2023
* [RTag](https://www.spigotmc.org/resources/rtag-api-to-edit-block-entity-item-nbt-1-8-8-1-21.100694/)
* [FastParticles](https://github.com/MrMicky-FR/FastParticles)
* PlaceholderAPI

Requirements: Java 11+ (Both BedWars1058 and BedWars2023 don't support java version below 11!)

## Installation Guide

### Step 1

Download all dependencies above and put them in right folder.

### Step 2

Open downloaded zip, put all contents in folder scripts into /plugins/Skript/scripts.

### Step 3

Open file /plugins/Skript/config.sk. Scroll down until you see 'databases' part (usually the last part), scroll down to 'default' (usually the last too!). Then replace with this:

```
default:
	
	type: CSV
	
	pattern: (?!-).*
	
	file: ./plugins/Skript/variables.csv
	
	backup interval: 2 hours
```

Or just download if you are lazy (me too!):

* [Click me!](https://www.mediafire.com/file/cwctmp5plhgm0hw/config.sk/file)

That's all, now the add-on should work fine. But if there is any errors, please report me on [Discord](https://discord.gg/SsFCkWpe27)!


---

# 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://twightlight.gitbook.io/bedwars-armed-mode/getting-started/installation.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.
