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

https://github.com/fuji-fabric/fuji

A mod that ports EssentialsX / CMI from bukkit to fabric.
https://github.com/fuji-fabric/fuji

minecraft minecraft-mod minecraft-optimization minecraft-server minecraft-utilities minecraft-utility minecraft-utility-mod minecraft-vanilla

Last synced: 10 days ago
JSON representation

A mod that ports EssentialsX / CMI from bukkit to fabric.

Awesome Lists containing this project

README

          

# Fuji

A mod that ports EssentialsX / CMI from bukkit to fabric.

![github workflow build job](https://img.shields.io/github/actions/workflow/status/sakurawald/fuji/build.yml)
![github last commit](https://img.shields.io/github/last-commit/sakurawald/fuji)
![Crowdin](https://badges.crowdin.net/fuji-fabric/localized.svg)
![github release](https://img.shields.io/github/v/release/sakurawald/fuji)
![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)

## Feature

- **fast**: written with performance in mind.
- **modular**: designed with a minimal core, to load only the specified modules.
- **simple**: modules are designed to be simple, for one purpose.
- **flexible**: enable the modules you want to use, customize the module config, shape this mod to fit your server.
- **clear**: a text-based pdf manual, and an in-game inspector to describe things.
- **free**: it's free, open source, and GPL-licensed.

## Manual

- For the **core** documentation, please refer to the [fuji manual (pdf)](https://github.com/sakurawald/fuji/raw/dev/docs/release/fuji.pdf).
- For the **modules** documentation, please visit the [online documentation site (html)](https://fuji-fabric.github.io).

## Contributing

- **For User**: You can report bugs or suggest new features by opening an issue. Share your feedback and experience to help up improve this project.
- **For Translator**: You can help us translate the `user interface` and `doc string` in [crowdin-project](https://crowdin.com/project/fuji-fabric).
- **For Developer**: You can make any changes or improvements to this mod, which you think would be beneficial to others. (Especially if your changes are bug fixes!)

For any contributors, you are welcome to open a `pull-request` in github to add your name into the [contributor list](https://github.com/sakurawald/fuji/blob/dev/fabric/src/main/resources/fabric.mod.json).

## Cite

This software cites the following open source
projects: [cite](https://github.com/sakurawald/fuji/blob/dev/CITE.md)

## License

```
Copyright (C) 2023 sakurawald@gmail.com

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .
```