https://github.com/akarin-project/akarin
Akarin is a powerful server software from the 'new dimension'
https://github.com/akarin-project/akarin
akarin bukkit craftbukkit fork minecraft minecraft-server paper performance server spigot torch torchmc torchspigot
Last synced: 23 days ago
JSON representation
Akarin is a powerful server software from the 'new dimension'
- Host: GitHub
- URL: https://github.com/akarin-project/akarin
- Owner: Akarin-project
- License: other
- Created: 2018-05-15T18:51:27.000Z (almost 7 years ago)
- Default Branch: ver/1.12.2
- Last Pushed: 2025-02-18T07:19:14.000Z (2 months ago)
- Last Synced: 2025-04-07T21:09:48.111Z (23 days ago)
- Topics: akarin, bukkit, craftbukkit, fork, minecraft, minecraft-server, paper, performance, server, spigot, torch, torchmc, torchspigot
- Language: Java
- Homepage: https://akarin.app
- Size: 5.39 MB
- Stars: 520
- Watchers: 30
- Forks: 61
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#
Akarin
[](https://akarin.io)
[](https://discord.gg/fw2pJAj)
[](https://bstats.org/plugin/bukkit/Torch)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](https://github.com/PaperMC/Paper) fork, it should support almost all plugins that work on [Spigot](https://hub.spigotmc.org/stash/projects/SPIGOT/repos/spigot/browse).
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
#### Recommended
+ [**Jenkins**](http://ci.josephworks.net/job/Akarin/job/ver%252F1.12.2/) - Kudos to [JosephWorks](https://github.com/josephworks)*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*
### 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)
* `omc.hk` (auth required)*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
---
* Akarin uses [Mixin](https://github.com/SpongePowered/Mixin) to modify the code. You can checkout the `sources` folder to see more.
* 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://[email protected]) us an email with your experience and necessary information.