Skip to content

Installation

Chris-Prime edited this page Sep 14, 2018 · 3 revisions

Installation

Basically, you can run this plugin from phar file or from source code. If you are typical user and not developer intending to modify or use source of this plugin in other way, use the first option.

Installing phar file

All builds can be found on Poggit page here. Download the latest build and move that file into plugins folder.

Running from source

To run any plugin from source you should already have DevTools installed. After you have that done. You can now download the source code from Github web or clone this repository using GIT CLI.

cd "Your Server/plugins"
git clone https://github.com/BlockHorizons/FactionsPE FactionsPE-Code

However if you chose to download source code from web in archived file (.zip)

Download

You must extract the contents into plugins folder.

Updating

There is no quick or automated way to update. You simply have to repeat steps you did when installing.

First run

Having necessary files put into plugins folder, you should now restart the server to enable this plugin. After You've ran this plugin for first time, it will generate data folder for config, member, faction and language files in plugin_data/FactionsPE folder. Default settings work fine, but if you feel like you can edit them with any text editor. You can reload the settings without restarting server using /faction reload command.

If you encounter any issue please submit it to our issue tracker here, on Github. Your feedback will be appreciated.

Clone this wiki locally