https://github.com/wesleyvanneck/emiliamc_old
a personal fork of akarin for pspe users and more!
https://github.com/wesleyvanneck/emiliamc_old
Last synced: 5 months ago
JSON representation
a personal fork of akarin for pspe users and more!
- Host: GitHub
- URL: https://github.com/wesleyvanneck/emiliamc_old
- Owner: WesleyVanNeck
- License: other
- Created: 2019-04-05T12:34:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T14:47:50.000Z (about 6 years ago)
- Last Synced: 2025-01-01T04:16:19.574Z (7 months ago)
- Language: Java
- Size: 2.93 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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)
[](https://ci.melon.cat/job/Akarin/)
[](https://circleci.com/gh/Akarin-project/Akarin)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
+ [**Circle CI**](https://circleci.com/gh/Akarin-project/Akarin/tree/ver/master) - Checkout the 'Artifacts' tab of the latest build *Login required*
+ [**Melon Jenkins**](https://ci.melon.cat/job/Akarin/)*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
---
* [Fair Server](https://fairserver.ru)
* [LoyaltyMC](https://minecraft-mp.com/server-s212077)
* ~~`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. 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://[email protected]) us an email with your experience and necessary information.