Skip to content

Rich Ultra Factions plugin for Minecraft: Pocket Edition

License

Notifications You must be signed in to change notification settings

GoldCodes/UltraFaction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

The Feature-Rich Ultra Factions plugin for your Minecraft: Pocket Edition PHP7 Server!

Create your Faction, Claim your Land, Fight your Enemies!

Features

  • 3D chunk claiming system with configurable claim sizes
  • Faction homes, protections, and money.
  • Faction, Ally, Enemy, Global, Local, and even custom chat channels (for the more advanced factions, with complicated relations).
  • On-the-fly loading of config and data files - no reloading required!
  • A very complex (but simple to use!) access system that allows for both global permission changes and per chunk access settings.
  • Warzone, safezone, and peaceful faction toggles - for example, you can have multiple warzone factions, each with their own names.
  • Custom language/messages support. Server admins can translate the plugins themselves, or just replace the messages with their own.
  • Open your faction, allow others to join without invitations!

Simple API

// First you"ll need this
$UltraFaction = $this->getServer()->getPluginManager()->getPlugin("UltraFaction");

Checking if the player belongs to a faction

// $player should be Instance of Player!

$UltraFaction->IsPlayerInFaction($player)

/*
  Will return "true". If the player is in a faction, Or false if not
*/

More API examples will be added, as of now we're more into finishing the plugin and adding as much features as we can. And this includes a simple API that allows developers to extend UltraFaction without the need of editing the core itself!

About

Rich Ultra Factions plugin for Minecraft: Pocket Edition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%