English EspaƱol

Important Rixor requires Java 7!

General Info

Overcast Scrimmage plugin utilising the OCN XML system!
This plugin is a fork of ParaPGM by ParaPenguin. Thanks to him, we have the base for this plugin

1. Downloading the files

Before you can setup your server, you will need to download some files. Here is a list.
BarAPI.jar = Download at the Releases section of this GitHub.
Dom4j.jar = Download at the Releases section of this GitHub.
Rixor.jar = Download at the Releases section of this GitHub.
WorldEdit = http://dev.bukkit.org/bukkit-plugins/worldedit/

2. Getting the libraries you need

First, place the BarAPI.jar in the "plugins" folder in your server folder.
It would look something like this:
.../Server Folder/plugins/BarAPI.jar


Then, make a folder named "libs" in your server folder then place the Dom4j.jar in that folder.
It would look something like this:
.../Server Folder/libs/Dom4j.jar
Then, place the Rixor.jar in the "plugins" folder as well.
It would look something like this:
.../Server Folder/plugins/Rixor.jar
Lastly, place the 2 WorldEdit files "contrib" folder and WorldEdit.jar inside the "plugins" as well.
It would look something like this:
.../Server Folder/plugins/contrib/
.../Server Folder/plugins/WorldEdit.jar

3. Creating and adding to the maps repository

Before you can go any further, you must make sure that your Maps repository contains AT LEAST 1 map, without this the plugin will have a little cry and fail to load correctly.

The format of the folder should be .../Server Folder/maps/{MAP FOLDER}/
So if I wanted to use RFV2 then it would be .../Server Folder/maps/RFV2/

Also make sure that there is a map.xml located in the map folder that would look something like this.
.../Server Folder/maps/{MAP FOLDER}/map.xml
So if I wanted to use RFV2 then it would be .../Server Folder/maps/RFV2/map.xml

4. Config

Your config.yml (/plugins/Rixor/config.yml) should look like this:

team: TeamName
rotation:
- Map 1
- Map 2
- Map 3

5. To recap

Your server folder should look something like this (The maps in the maps folder can be different):



Make sure that your maps have a map.xml file!
It's okay if some folders are missing, they will be automatically generated once you start up the server.
Also don't worry about the "world" folder, it's not going to be loaded.

Compiling your own version of ParaPGM (for developers only)

You can get the jars from Maven.

After that, export the plugin and you're ready to roll! Just add it to your plugins folder, and follow the setup process below.