Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blockhorizons/factionspe
Most advanced factions plugin for PocketMine-MP
https://github.com/blockhorizons/factionspe
faction massivecraft mcpe mcpe-plugin minecraft pe plugin pocketmine
Last synced: 3 months ago
JSON representation
Most advanced factions plugin for PocketMine-MP
- Host: GitHub
- URL: https://github.com/blockhorizons/factionspe
- Owner: BlockHorizons
- License: gpl-3.0
- Created: 2017-04-11T14:00:23.000Z (almost 8 years ago)
- Default Branch: reborn
- Last Pushed: 2021-08-15T16:43:59.000Z (over 3 years ago)
- Last Synced: 2024-05-22T22:21:08.175Z (8 months ago)
- Topics: faction, massivecraft, mcpe, mcpe-plugin, minecraft, pe, plugin, pocketmine
- Language: PHP
- Size: 1000 KB
- Stars: 46
- Watchers: 10
- Forks: 44
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Factions - PE](https://raw.githubusercontent.com/BlockHorizons/FactionsPE/reborn/resources/logo.png "FactionsPE Logo")
[![HitCount](http://hits.dwyl.io/BlockHorizons/FactionsPE.svg)](http://hits.dwyl.io/BlockHorizons/FactionsPE) [![](https://poggit.pmmp.io/shield.dl/FactionsPE)](https://poggit.pmmp.io/p/FactionsPE) [![](https://poggit.pmmp.io/shield.state/FactionsPE)](https://poggit.pmmp.io/p/FactionsPE)
### Installing
This plugin has not yet been approved on Poggit.Your server must be running on PHP v7.4
#### Running from Phar file
Grab the latest .phar file from release section and insert into your server's plugin folder. After, restart the server. See more detailed instructions [at the wiki](https://github.com/BlockHorizons/FactionsPE/wiki/Installation) :+1:Latest builds are available [here](https://poggit.pmmp.io/ci/BlockHorizons/FactionsPE/FactionsPE).
### Running from source
Clone this repository in your plugins folder, and make sure you have DevTools installed.### PureChat support
There is no official support for FactionsPE. However I've made [fork](https://github.com/Kris-Driv/PureChat) which does support this plugin.
**NOTE**: ``force-chat-formatter`` must be set to false in order to allow PureChat format your chat instead.### ScoreHud support
Addon is located in source files, exact path is `~/resources/FactionsPEAddon.php`. Copy and paste this file inside your
`~/plugin_data/ScoreHud/addons` folder. This supports the default two variables `{faction}` and `{faction_power}`### For developers
API methods and examples can be found [at the wiki](https://github.com/BlockHorizons/FactionsPE/wiki/API)### Third-party libraries
+ [Localizer](https://github.com/Kris-Driv/Localizer)
+ [Economizer](https://github.com/Kris-Driv/Economizer)
+ [Dominate](https://github.com/Kris-Driv/Dominate)