Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ifera/scorefactory

A simple virion for making Scoreboards in Minecraft Bedrock Edition.
https://github.com/ifera/scorefactory

pocketmine virion

Last synced: about 21 hours ago
JSON representation

A simple virion for making Scoreboards in Minecraft Bedrock Edition.

Awesome Lists containing this project

README

        

# ScoreFactory

| Discord | Poggit | License |
|:--:|:--:|:--:|
|[![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/urQt6ETgYu)|[![Poggit-CI](https://poggit.pmmp.io/ci.shield/Ifera/ScoreFactory/ScoreFactory)](https://poggit.pmmp.io/ci/Ifera/ScoreFactory/ScoreFactory)|[![GitHub license](https://img.shields.io/github/license/Ifera/ScoreFactory.svg)](https://github.com/Ifera/ScoreFactory/blob/master/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.

```yml
---
branches:
- master
projects:
PLUGIN_NAME:
libs:
- src: Ifera/ScoreFactory/ScoreFactory
version: ^3.1.0
...
```

### For Developers:

Visit [wiki](https://github.com/Ifera/ScoreFactory/wiki)

### Credits:

- [TwistedAsylumMC](https://github.com/TwistedAsylumMC)