Arclight/README.md

69 lines
5.0 KiB
Markdown
Raw Normal View History

2020-05-16 06:22:29 +00:00
# Arclight
A Bukkit server implementation utilizing Mixin.
2023-01-17 09:38:42 +00:00
![Downloads](https://img.shields.io/github/downloads/IzzelAliz/Arclight/total?style=flat-square) ![GitHub](https://img.shields.io/github/license/IzzelAliz/Arclight?style=flat-square)
2020-06-15 13:53:14 +00:00
2023-04-22 03:20:15 +00:00
| Release | Forge | Status | Build |
|:-------------------:|:-------:|:------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
2023-06-08 09:18:00 +00:00
| Trials (1.20) | 46.0.1 | ACTIVE | [![1.19.4 Status](https://img.shields.io/github/actions/workflow/status/IzzelAliz/Arclight/gradle.yml?branch=Trials&style=flat-square)](https://github.com/IzzelAliz/Arclight/actions?query=branch%3ATrials) |
| Executions (1.19.4) | 45.1.0 | LTS | [![1.19.4 Status](https://img.shields.io/github/actions/workflow/status/IzzelAliz/Arclight/gradle.yml?branch=Executions&style=flat-square)](https://github.com/IzzelAliz/Arclight/actions?query=branch%3AExecutions) |
2023-04-22 03:20:15 +00:00
| 1.18.x | 40.1.80 | LTS | [![1.18 Status](https://img.shields.io/github/actions/workflow/status/IzzelAliz/Arclight/gradle.yml?branch=1.18&style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight-18) |
| 1.16.x | 36.2.39 | LTS | [![1.16 Status](https://img.shields.io/github/actions/workflow/status/IzzelAliz/Arclight/gradle.yml?branch=1.16&style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight-16) |
2022-10-25 11:57:59 +00:00
**Legacy versions**:
<details>
2023-04-22 03:20:15 +00:00
| Release | Forge | Status | Build |
|:-------:|:-------:|:----------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------:|
| Great Horn (1.19.3) | 44.1.22 | [LEGACY](https://github.com/IzzelAliz/Arclight/releases/tag/GreatHorn/1.0.3) | [![1.19 Status](https://img.shields.io/github/actions/workflow/status/IzzelAliz/Arclight/gradle.yml?branch=GreatHorn&style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight-19) |
2023-05-26 08:23:13 +00:00
| Horn (1.19-1.19.2) | 43.2.11 | [LEGACY](https://github.com/IzzelAliz/Arclight/releases/tag/horn/1.0.2) | [![Horn Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight-19?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight-19) |
2023-04-22 03:20:15 +00:00
| 1.17.x | 37.1.0 | [LEGACY](https://github.com/IzzelAliz/Arclight/releases/tag/1.17/1.0.2) | [![1.17 Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight-17?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight-17) |
| 1.15.x | 31.2.48 | [LEGACY](https://github.com/IzzelAliz/Arclight/releases/tag/1.15/1.0.19) | [![1.15 Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight-15?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight-15) |
| 1.14.x | 28.2.0 | [LEGACY](https://github.com/IzzelAliz/Arclight/releases/tag/1.0.6) | [![1.14 Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight) |
2020-08-17 12:21:45 +00:00
* Legacy version still accepts pull requests.
2020-05-16 07:03:32 +00:00
2022-10-25 11:57:59 +00:00
</details>
2020-05-16 06:22:29 +00:00
![](.github/arclightlogo.jpg)
## Installing
2021-10-24 07:42:08 +00:00
* Download the jar from [release page](https://github.com/IzzelAliz/Arclight/releases) or build server. (see the table
above)
2022-10-25 11:57:59 +00:00
* Launch with command `java -jar arclight-forge-<mc>-<version>.jar nogui`. The `nogui` argument will disable the server
control panel.
2020-05-16 06:22:29 +00:00
2020-05-16 08:50:31 +00:00
## Support
2022-02-11 14:03:46 +00:00
Read [FAQ](https://github.com/IzzelAliz/Arclight/wiki/FAQ) before reporting issue.
2020-05-16 08:50:31 +00:00
Discord server https://discord.gg/ZvTY5SC
QQ Group chat 3556966
2020-05-16 06:22:29 +00:00
## Contributing
2021-01-31 15:00:19 +00:00
Please read this [wiki section](https://github.com/IzzelAliz/Arclight/wiki/Contributing).
2020-05-16 06:22:29 +00:00
## License
2021-08-26 09:08:18 +00:00
This project is licensed under [GPL v3](LICENSE).
2020-11-03 04:18:26 +00:00
## Sponsor
[![](https://www.yourkit.com/images/yklogo.png)](https://www.yourkit.com)
2021-10-24 07:42:08 +00:00
YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET
applications. YourKit is the creator of <a href="https://www.yourkit.com/java/profiler/">YourKit Java Profiler</a>,
2020-11-03 04:18:26 +00:00
<a href="https://www.yourkit.com/.net/profiler/">YourKit .NET Profiler</a>,
and <a href="https://www.yourkit.com/youmonitor/">YourKit YouMonitor</a>.
2021-02-09 13:26:39 +00:00
2022-02-11 14:03:46 +00:00
[![](.github/jetbrains.png)](https://www.jetbrains.com/?from=Arclight)
2021-02-09 13:26:39 +00:00
[![](.github/nexusnode.gif)](https://nexusnode.com/minecraft.php)
2021-05-26 15:13:27 +00:00
Get 10% off hosting server with promocode **ARCLIGHT** at [NEXUSNODE](https://nexusnode.com/minecraft.php)