diff --git a/README.md b/README.md index e6abe0ba..69d55ccc 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ [![Downloads](https://img.shields.io/github/downloads/xpdustry/distributor/total?color=00ced1)](https://github.com/xpdustry/distributor/releases) [![Mindustry 7.0](https://img.shields.io/badge/Mindustry-7.0-00ced1)](https://github.com/Anuken/Mindustry/releases) -Distributor is a framework for writing advanced Mindustry plugins in a safe and efficient way, it features : +Distributor is a framework for writing advanced Mindustry plugins in a safe and efficient way, it features: +- Powerful wrappers and utilities for the Mindustry core API. +- An audience/component system for sending media to players (shameless port of [KyoriPowered/adventure](https://github.com/KyoriPowered/adventure)). - A powerful command system provided by [Cloud](https://github.com/Incendo/cloud). -- A very complete minecraft-like permission system (cloud commands can also use this system). +- A nice permission system. - A scheduler API for managing sync and async background tasks. -- A better event API. -- A nice localization API inspired from [KyoriPowered/adventure](https://github.com/KyoriPowered/adventure). -- A better plugin API without the quirks of vanilla Mindustry. +- A translation system for localizing messages. - **Much more...** ## Links