Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sammwyy/fuse

An efficient minecraft server with high-level API and plugin support
https://github.com/sammwyy/fuse

minecraft minecraft-server minestom minestom-server

Last synced: about 1 month ago
JSON representation

An efficient minecraft server with high-level API and plugin support

Awesome Lists containing this project

README

        

# Fuse

An efficient minecraft server with high-level API and plugin support built on top of Minestom.

## Features

- High-level API.
- Plugin support.
- Polar world format support.
- Command system.
- Translation support.
- Per plugin configuration.
- Headless mode (No file generation).

## Plugin API

Fuse provides a high-level API for plugin development. Look the [Example Plugin](example_plugin) for more information.

## Credits

- [Minestom](https://github.com/Minestom/Minestom) by Minestom - Networking and world management.
- [LiteCommands](https://github.com/Rollczi/LiteCommands/) by Rollczi - Command system.
- [Polar](https://github.com/hollow-cube/polar) by hollow-cube - World format.
- [Adventure](https://github.com/KyoriPowered/adventure) by KyoriPowered - Text components.