# 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)!
