|
1 | 1 | # Arclight |
2 | 2 |
|
3 | | -A Bukkit server implementation utilizing Mixin. |
| 3 | +A Bukkit server implementation on common mod loaders. |
4 | 4 |
|
5 | 5 |   |
6 | 6 |
|
7 | | -| Release | Forge | Status | Build | |
8 | | -|:--------------------:|:-------:|:------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| |
9 | | -| Trials (1.20-1.20.1) | 47.2.0 | ACTIVE | [](https://github.com/IzzelAliz/Arclight/actions?query=branch%3ATrials) | |
10 | | -| Executions (1.19.4) | 45.1.0 | LTS | [](https://github.com/IzzelAliz/Arclight/actions?query=branch%3AExecutions) | |
11 | | -| 1.18.x | 40.1.80 | LTS | [](https://ci.appveyor.com/project/IzzelAliz/arclight-18) | |
12 | | -| 1.16.x | 36.2.39 | LTS | [](https://ci.appveyor.com/project/IzzelAliz/arclight-16) | |
13 | | - |
14 | | -**Legacy versions**: |
15 | | - |
16 | | -<details> |
17 | | - |
18 | | -| Release | Forge | Status | Build | |
19 | | -|:-------:|:-------:|:----------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------:| |
20 | | -| Great Horn (1.19.3) | 44.1.22 | [LEGACY](https://github.com/IzzelAliz/Arclight/releases/tag/GreatHorn/1.0.3) | [](https://ci.appveyor.com/project/IzzelAliz/arclight-19) | |
21 | | -| Horn (1.19-1.19.2) | 43.2.11 | [LEGACY](https://github.com/IzzelAliz/Arclight/releases/tag/horn/1.0.2) | [](https://ci.appveyor.com/project/IzzelAliz/arclight-19) | |
22 | | -| 1.17.x | 37.1.0 | [LEGACY](https://github.com/IzzelAliz/Arclight/releases/tag/1.17/1.0.2) | [](https://ci.appveyor.com/project/IzzelAliz/arclight-17) | |
23 | | -| 1.15.x | 31.2.48 | [LEGACY](https://github.com/IzzelAliz/Arclight/releases/tag/1.15/1.0.19) | [](https://ci.appveyor.com/project/IzzelAliz/arclight-15) | |
24 | | -| 1.14.x | 28.2.0 | [LEGACY](https://github.com/IzzelAliz/Arclight/releases/tag/1.0.6) | [](https://ci.appveyor.com/project/IzzelAliz/arclight) | |
25 | | - |
26 | | -* Legacy version still accepts pull requests. |
27 | | - |
28 | | -</details> |
29 | | - |
30 | 7 |  |
31 | 8 |
|
32 | | -## Installing |
| 9 | +## Download |
| 10 | +Versions list and support status: [Discussions thread](https://wiki.izzel.io/s/arclight-docs/doc/versions-and-its-supporting-status-NCKYxXI3mt) |
33 | 11 |
|
34 | | -* Download the jar from [release page](https://github.com/IzzelAliz/Arclight/releases) or build server. (see the table |
35 | | - above) |
36 | | -* Launch with command `java -jar arclight-forge-<mc>-<version>.jar nogui`. The `nogui` argument will disable the server |
37 | | - control panel. |
| 12 | +- [Stable releases](https://github.com/IzzelAliz/Arclight/releases) |
| 13 | +- [Nightly build (GitHub login required)](https://github.com/IzzelAliz/Arclight/actions/workflows/gradle.yml?query=branch%3ATrials) |
38 | 14 |
|
39 | | -## Support |
| 15 | +## Installing |
40 | 16 |
|
41 | | -Read [FAQ](https://github.com/IzzelAliz/Arclight/wiki/FAQ) before reporting issue. |
| 17 | +* Download the jar. |
| 18 | +* Launch with command `java -jar arclight.jar nogui`. |
| 19 | + * The `nogui` argument will disable the server control panel. |
42 | 20 |
|
43 | | -Discord server https://discord.gg/ZvTY5SC |
| 21 | +Read our document for more information. |
44 | 22 |
|
45 | | -QQ Group chat 3556966 |
| 23 | +## Support |
46 | 24 |
|
47 | | -## Contributing |
| 25 | +Read the [document](https://wiki.izzel.io/s/arclight-docs). |
| 26 | +Something is not working? Report any problems [here](https://github.com/IzzelAliz/Arclight/issues/new/choose)!. |
| 27 | +Questions and discussions [here](https://github.com/IzzelAliz/Arclight/discussions). |
48 | 28 |
|
49 | | -Please read this [wiki section](https://github.com/IzzelAliz/Arclight/wiki/Contributing). |
| 29 | +Discord Server: https://discord.gg/ZvTY5SC |
| 30 | +QQ Group Chat: 3556966 |
50 | 31 |
|
51 | 32 | ## License |
52 | 33 |
|
53 | 34 | This project is licensed under [GPL v3](LICENSE). |
54 | 35 |
|
55 | 36 | ## Sponsor |
56 | 37 |
|
| 38 | +[](https://bisecthosting.com/arclight) |
| 39 | + |
| 40 | +Get 25% off hosting server with promocode **arclight** at [BisectHosting](https://bisecthosting.com/arclight). |
| 41 | + |
57 | 42 | [](https://www.yourkit.com) |
58 | 43 |
|
59 | 44 | YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET |
|
0 commit comments