Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sammwyy/fuse
- Owner: sammwyy
- Created: 2024-01-29T20:51:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-27T00:06:37.000Z (10 months ago)
- Last Synced: 2024-02-27T03:27:33.244Z (10 months ago)
- Topics: minecraft, minecraft-server, minestom, minestom-server
- Language: Java
- Homepage:
- Size: 158 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.