From 7a4e0f66886bca2cbe653eee201e8210c51b5da9 Mon Sep 17 00:00:00 2001 From: phinner <62483793+phinner@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:10:16 +0200 Subject: [PATCH] chore: Update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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