Skip to content

Commit

Permalink
chore: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Jun 11, 2024
1 parent 177a625 commit 7a4e0f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a4e0f6

Please sign in to comment.