(4.0.0 - 4.21.1) 4.2.0 (4.0.0 - 4.21.1) 4.1.1 (4.0.0 - 4.21.1) 4.1.0-dev02 (4.0.0 - 4.21.1) 4.1.0-dev01 (4.0.0 - 4.21.1) 4.0.0 (3.0.0 - 3.25.6) 3.1.5 (3.0.0 - 3.25.6) 3.1.4 (3.0.0 - 3.25.6) 3.1.3 (3.0.0 - 3.25.6) 3.1.0 (3.0.0 - 3.25.6) 3.0.3 (3.0.0 - 3.25.6) 3.0.2 (3.0.0 - 3.25.6) 3.0.1 (3.0.0 - 3.25.6) 3.0.0 (3.0.0 - 3.25.6) 3.0.0-alpha1 (3.17.0 - 3.25.6) 2.4.0 (3.17.0 - 3.25.6) 2.3.1 (3.17.0 - 3.25.6) 2.3.0 (3.17.0 - 3.25.6) 2.2.0 (3.17.0 - 3.25.6) 2.1.3-alpha (3.17.0 - 3.25.6) 2.1.1-alpha
FactionMaster is a new faction plugin that aims at flexibility and customization of the plugin by the user and the developers. It includes all the basic functionality of a faction plugin and data storage in MySQL or SQLITE. This is done by adding an extension system and a translation system. FactionMaster has a will of accessibility to the players and especially not to have to remember a lot of commands to play, all is done via interface.
The PVP Faction mode is a game mode that consists of creating your faction and growing it. You can ally with other factions, fight and even request territories. All the available features will be listed in another section.
FactionMaster have multiple server support, see the Installation section for more information
Feature | FactionMaster | FactionsPro | PiggyFactions | SimpleFaction |
---|---|---|---|---|
SQLite3 Support |
||||
MySQL Support |
||||
Multiple claim |
||||
Translation system |
||||
Extension system |
||||
Per Faction Permissions |
||||
SQL Injection Protection |
||||
Command Autocomplete |
||||
Form UI |
||||
Async Queries |
||||
Faction level |
||||
Custom level reward |
||||
Awaiting invitation |
||||
Faction visibility |
||||
Editable message |
||||
Multiple faction home |
||||
Custom event |
config.yml
after starting your server for the first time with FactionMaster on it and change the PROVIDER: "SQLITE"
with MYSQL. Enter your database connection details and restart your server.WARNING, if you want to change the rows
In config.yml
default-home-limit: 2
default-claim-limit: 2
default-member-limit: 2
default-ally-limit: 2
default-power: 0
In translation.yml
default-language: EN
You will have to empty your database or modify it directly to the structure.
/f
, /faction
, /fac
: Opens the main menu of FactionMaster/f top
: Open the faction ranking/f manage
: Opens the faction management interface/f sethome <:name>
: Place a home at the player's location/f delhome <:name>
: Remove the faction home/f tp <:name>
: TP at the faction home/f home
: Opens the home menu/f claim
: Claim the current chunk/f unclaim
: Remove the current claim/f create
: Opens the menu to create a faction/f map
: Displays the map listing all claims/f help
: Displays the orders/f info <:name>
: Displays information about a faction/f claiminfo
: Displays information about a chunk/f extension
: Display extensions enabled For op only
Extensions, a new way to customize your plugin to your liking. You just have to download the plugin corresponding to the desired extension and place it in the corresponding folder on your server. If you have an urge to stop using the functionality, delete the plugin from your server and the changes will be gone! You can use those approved by the FactionMaster team or do it yourself (refer to the GitHub) and submit it to us if you feel like it.
All extensions made by the FactionMaster team and those approved by the FactionMaster team, which are accessible via poggit will be listed here.
To participate in the translation of FactionMaster and probably see yourself here, create a Pull Request on the FactionMaster GitHub. Once the language has been translated on the main plugin and on all the extensions listed in the ``Extension'' section, it will be added and all its contributors thanked.
Adding and modifying extensions is rather simple and explained on the README.md of the GitHub repository with a doumentation for the handling of the API.
Many extensions will be made and approved by the FactionMaster team to allow users to modulate the plugin to their choice.
All approved extensions will have a line in the README and and listed in the Extension
section .
#
# ______ __ _ __ ___ __
# / ____/___ ______/ /_(_)___ ____ / |/ /___ ______/ /____ _____
# / /_ / __ `/ ___/ __/ / __ \/ __ \ / /|_/ / __ `/ ___/ __/ _ \/ ___/
# / __/ / /_/ / /__/ /_/ / /_/ / / / / / / / / /_/ (__ ) /_/ __/ /
# /_/ \__,_/\___/\__/_/\____/_/ /_/ /_/ /_/\__,_/____/\__/\___/_/
#
# FactionMaster - A Faction plugin for PocketMine-MP
# This file is part of FactionMaster
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
# @author ShockedPlot7560
# @link https://github.com/ShockedPlot7560
#
# Use only SQLITE or MYSQL
#
# To enabled Multiple server support
# please use MYSQL for PROVIDER, give the good information and restart the server
PROVIDER: "SQLITE"
MYSQL_database:
host: "localhost"
name: "FactionMaster"
user: "root"
pass: ""
SQLITE_database:
name: "FactionMaster"
xp-win-per-kill: 1
power-win-per-kill: 2
power-loose-per-death: 2
#Use to multiply the power win and loose if players are in factions
faction-multiplicator: 2
#check if player have armor equip
allow-no-stuff: false
default-home-limit: 2
default-claim-limit: 2
default-member-limit: 2
default-ally-limit: 2
default-power: 0
claim-cost:
# the type is the same type as level reward, you can put :
# power / allyLimit / claimLimit / homeLimit / memberLimit
# to make your own reward, please read the documentation
type: "power"
# the start value for the first claim
value: 200
# flat: cost all the time, the same price
# addition: first claim will be cost: Ex: 100
# second claim will be cost: Ex: 200
# second claim will be cost: Ex: 300
# multiplication: will be times by a factor
# decrease: descrease the start value by the factor
claim-provider: "flat"
# Equation for mutliplication :
# cost-price = cost-start * (factor ** number-claim)
multiplication-factor: 2
#Equation for decrease
# cost-price = cost-start - (number-claim * decrease-factor)
decrease-factor: 100
# If set to false, the player cant /f sethome in a ennemy claim
allow-home-ennemy-claim: true
min-faction-name-length: 3
max-faction-name-length: 20
# Change this value only if you are sure of what you are doing,
# reducing it may break some functionality of the plugin,
# increasing it may reduce the players experience.
# Default: 60
timeout-task: 60
# Change this value only if you are sure of what you are doing,
# reducing it may break some functionality of the plugin,
# increasing it may reduce the players experience.
# Default: 200
# It will determine ow much time Database synchronisation will be done
sync-time: 200
Due to the Pre-Release, bugs may occur, however we are attentive to the issues and pull requests that the community will make to us to improve FactionMaster as much as possible and provide an even better experience for the players.