Skip to content

MrC101/SimpleFaction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord

SimpleFaction

Simple faction plugin replacing FactionsPro which is no longer updated.

Commands

Command Name Command Description Available for
/f help Allows you to teleport to a player. everyone
/f create Create a faction. everyone
/f info Get information on a faction. everyone
/f accept Accept faction invitation. everyone
/f deny Deny faction invitation. everyone
/f chat Change your chatting configuration. everyone
/f home Quick way to get to your faction's home. everyone
/f top Shows the top factions. everyone
/f bank Manage your faction's bank. everyone
/f leave Leave your current faction. everyone
/f map Show the nearby claims. everyone
/f border Show the chunk border limit. everyone
/f here Show claims informations. everyone
/f claim Claim a chunk. officers
/f unclaim Unclaim your claim. officers
/f invite Invite a player into your faction. officers
/f kick Kicks a player from your faction. officers
/f sethome Sets your faction home. officers
/f delhome Removes your faction home. officers
/f delete Delete your faction. leader
/f allies Manage your faction's alliance. leader
/f promote Promote a member. leader
/f demote Demote an officer. leader
/f transfer Make a new player the leader. leader
/f admin Manage all factions. staff

Future additions

Name Description Type
/f admin (bank) Manage factions banks. command
/f who (player) Check the informations of a faction by a player name. command
Safezone system Allows you to create safezones that cannot be claimed. system
UI System Add an UI extension plugin. extension

Features

Feature SimpleFaction FactionsPro PiggyFactions
SQLite3 Support
MySQL Support
Async Queries
Editable message
Multiple claim
Multi-Language Support
Economy System
EconomyAPI Support
ScoreHUD Support
Simplicity

Additional plugins

Name Usage Download
PureChat Chat integration Download
ScoreHUD Scoreboard integration Download
EssentialsFaction Chat & Scoreboard integration Download
Scoreboard Scoreboard integration Download
EconomyAPI Bank system Download

Translators

  • English - @Ayzrix & Se7en-dev.
  • French - @Ayzrix.
  • Spanish - @Santi.
  • German - Soon.

Config

#     _____ _                 _      ______         _   _
#    / ____(_)               | |    |  ____|       | | (_)
#   | (___  _ _ __ ___  _ __ | | ___| |__ __ _  ___| |_ _  ___  _ __
#    \___ \| | '_ ` _ \| '_ \| |/ _ \  __/ _` |/ __| __| |/ _ \| '_ \
#    ____) | | | | | | | |_) | |  __/ | | (_| | (__| |_| | (_) | | | |
#   |_____/|_|_| |_| |_| .__/|_|\___|_|  \__,_|\___|\__|_|\___/|_| |_|
#                      | |
#                      |_|
#

# SQLITE | MYSQL
PROVIDER: "SQLITE"

# Edit this only if 'PROVIDER' is on MYSQL
mysql_address: "SERVER ADDRESS"
mysql_user: "USER"
mysql_password: "YOUR PASSWORD"
mysql_db: "YOUR DB"

# Broadcast created system.
broadcast_message_created: true
broadcast_message_disband: true

# Activate or deactivate the bank system (/f bank)
economy_system: false

# Faction name limit.
min_faction_name_lenght: 3
max_faction_name_lenght: 16

# Power gained per kill and lost per death.
power_gain_per_kill: 1
power_lost_per_death: 1

# Worlds where the players can claim.
faction_worlds: ["world"]

# TRUE = ENABLE | FALSE = DISABLE
faction_pvp: false
alliance_pvp: false

# Time in seconds before invitations expire
invitation_expire_time: 30
allies_invitation_expire_time: 60

# Max members in a faction.
faction_max_members: 20

# Max allies in a faction.
faction_max_allies: 2

# Default power in a faction
default_power: 0

# Powers required for each claim.
# One - = 1 claim. If you setup 2 -, the max claim number would be 2.
# Usage: - POWERS NEEDED
claims:
  - 100
  - 500
  - 800
  - 1000
  - 2500
  - 5000

# Prefix usable in languages. {prefix}
PREFIX: "§6[§fSimpleFaction§6]§f"
PLAYER_ONLY: "{prefix} §cThis command can't be used in the console !"
MAP_HEADER: "§6--------------------(§f{X}§6, §f{Z}§6)--------------------"

# Banned faction names
banned_names: ["op", "staff", "admin", "fuck", "shit"]

About

This Pocketmine-MP plugin is a plugin including a complete faction system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%