2019-03-04 23:16:13 +08:00
2019-03-04 22:48:32 +08:00
2019-03-04 18:38:35 +08:00
2019-03-04 19:02:08 +08:00
2019-03-04 23:16:13 +08:00
2019-03-04 19:02:08 +08:00
2019-03-04 18:38:35 +08:00
2019-03-04 19:02:08 +08:00
2019-03-04 18:38:35 +08:00
2019-03-04 23:16:13 +08:00
2019-03-04 19:02:08 +08:00

Akarin FaceAkarin

Powered by Chat bStats Circle CI

Akarin is currently under heavy development and contributions are welcome!

Introduction

Akarin is a powerful server software from the 'new dimension', formerly known as Torch.

As a Paper fork, it should support almost all plugins that work on Spigot.

Our project has a few key goals:

  • Open Access - Make more game mechanics configurable.
  • Bedrock - Make the server more safe and stable.
  • Fast - Simplify the logic and implement multi-threaded computing.

Issues and Pull Requests will be labeled accordingly

Get Akarin

Download

  • Circle CI - Checkout the 'Artifacts' tab of the latest build

Open an Issue or a Pull Request if you want to add your website here

Build

Requirements

  • Java (JDK) 8 or above
  • Maven

Compile

~~```sh ./scripts/inst.sh --setup --fast


**Notes**
* You must use `--setup` at least once to deploy necessary dependencies otherwise some imports cannot be organized.
* For non-modified projects, it is recommended to add the `--fast` option to skip any tests.
* If your machine has insufficient memory, you may want to add the `--remote` option to avoid decompiling locally.

Demo Servers
---
~~* `demo.akarin.io` (official)~~

*Open an [Issue](https://github.com/Akarin-project/Akarin/issues) or a [Pull Request](https://github.com/Akarin-project/Akarin/pulls) if you want to add your website here*

Contributing
---
* You can checkout the `src` folder to see more, And remember to exclude files that you changed from `.gitignore`. Please follow the patch style to do any change, so we are able to update between different Minecraft versions.
* Add your name to the [LICENSE](https://github.com/Akarin-project/Akarin/blob/master/LICENSE.md) if you want to publish your code under the [MIT License](https://github.com/Akarin-project/Akarin/blob/master/licenses/MIT.md).
* If you want to join the [Akarin-project](https://github.com/Akarin-project) team, you can [send](mailto://kira@kira.moe) us an email with your experience and necessary information.

![Akarin project](https://i.loli.net/2018/05/13/5af7fbbfbcddf.png)
Languages
Java 99.9%
Shell 0.1%