axolotl-plugin-orphanage / scorefactory
Simple library for making scoreboards in PocketMine-MP
Package info
github.com/axolotl-plugin-orphanage/ScoreFactory
pkg:composer/axolotl-plugin-orphanage/scorefactory
Requires
- php: ^8.0
- axolotl-pm/pocketmine-mp: ^5.45.0
Requires (Dev)
- phpstan/phpstan: ^2.2.7
This package is auto-updated.
Last update: 2026-08-09 07:33:13 UTC
README
This virion has been adopted by axolotl-plugin-orphanage due to prolonged inactivity from its original author. It will continue to be maintained and updated to follow axolotl-pm/PocketMine-MP.
Note
This virion is primarily supported on axolotl-pm. Compatibility with other PocketMine-MP forks is not guaranteed and no support will be provided for them.
ScoreFactory
| Discord | Poggit | License |
|---|---|---|
A simple virion for making Scoreboards in Minecraft Bedrock Edition.
ScoreFactory was made with one simple goal in mind and that was to provide a simple and easy to use API for pocketmine developers to integrate scoreboards into their plugins. This goal is now a reality and ScoreFactory v3.1.0+ has much more to offer than its competitors while still remaining extremely simple and modular. One small caveat is that no two plugins using ScoreFactory can work in conjunction properly. But then again, why would you need two plugins for adding scoreboards? :')
Poggit Setup
Edit the .poggit.yml in your repository and set it up like shown below.
--- branches: - master projects: PLUGIN_NAME: libs: - src: Ifera/ScoreFactory/ScoreFactory version: ^3.1.0 ...
For Developers:
Visit wiki