Skip to content

Commit 025f038

Browse files
committed
feat(nova): add hytale docs
1 parent 597036d commit 025f038

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

content/docs/nova/latest/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ id("com.undefinedcreations.nova") version "LATEST-VERSION"
2121
If you are using [`Echo`](/gradle-plugins/echo/importing) and [`BuildTools`](/gradle-plugins/echo/buildTools/build-tools.md) is enable with a valid `minecraftVersion`, `Nova` will automatically grad that version select. This means you won't need to set the version again here.
2222
</Callout>
2323

24-
To begin setting up Nova, set the `minecraftVersion` by modifying the `runServer` task configurations under the tasks block in your `build.gradle`:
24+
To begin setting up Nova when developing minecraft plugins, set the `minecraftVersion` by modifying the `runServer` task configurations under the tasks block in your `build.gradle`:
2525

2626
```groovy tab="Groovy DSL"
2727
tasks {

content/docs/nova/latest/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ description: The official docs for the Nova Gradle Plugin.
55

66
# What is Nova?
77

8-
Nova is a highly flexible and customizable Gradle plugin what allows you to run Minecraft server using Gradle.
8+
Nova is a highly flexible and customizable Gradle plugin what allows you to run Minecraft and Hytale servers using Gradle.
99

1010
## Key Features
1111

12-
- **Server Types** — Supports **9 server types** and allows for custom jars.
12+
- **Server Types** — Supports **10 server types** and allows for custom jars.
1313
- **Easy Versioning** — Allows for different server per version and server type.
1414
- **Debugger** — Nova works with the Intellij debugger.
1515
- **Plugins** — Automatically install local, and online plugins.

content/docs/nova/latest/usage/server-type.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ By default, we support 8 different server JARs:
1919
| [Purpur](https://purpurmc.org/) |||
2020
| [Advanced Slime Paper](https://github.com/InfernalSuite/AdvancedSlimePaper) |||
2121
| [Leaf](https://www.leafmc.one/) |||
22+
| [Hytale](https://hytale.com/) |||
2223
| [BungeeCord](https://www.spigotmc.org/wiki/bungeecord/) |||
2324
| [WaterFall](https://papermc.io/software/waterfall) |||
2425
| [Velocity](https://papermc.io/software/velocity) |||

0 commit comments

Comments
 (0)