ScoreFactory
ScoreFactory copied to clipboard
A simple virion for making Scoreboards in Minecraft Bedrock Edition.
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