EternalCore
EternalCore copied to clipboard
♾️ All the most important server functions in one!
Part of #958
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | major | `v4.6.2` -> `v5.0.0` | --- > [!WARNING]...
example: ```java class SomeTest extends IntegrationBaseTest { @LitegrationTest void test() { assertThat(Bukkit.getServer()).isNotNull(); } } ```
Fixes: GH-959