Skip to content

Commit 6747a7a

Browse files
committed
v1.0.1
1 parent 72c4e16 commit 6747a7a

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ run/
1010
Hytale-Docs/
1111
*.log
1212

13+
### Files ###
14+
DESCRIPTION.md
15+
NOFORMAT_DESCRIPTION.md
16+
.github/
17+
1318
### IntelliJ IDEA ###
1419
.idea/
1520
*.iws

DESCRIPTION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ VoidWorldGenerator adds a clean void world generator to the /world add command.
1313
- Includes asset pack for default void biome setup
1414

1515
## Commands
16-
- /world add <name> --gen=Void
16+
- /world add <nameoftheworld> --gen=Void
1717

1818
## Requirements
1919
- Hytale Server (as dependency)
@@ -22,7 +22,7 @@ VoidWorldGenerator adds a clean void world generator to the /world add command.
2222
## Installation
2323
1. Drop VoidWorldGenerator into your server mods folder
2424
2. Start the server once to load the generator
25-
3. Create a world with /world add <name> --gen=Void
25+
3. Create a world with /world add <nameoftheworld> --gen=Void
2626

2727
## Support
2828
Questions or issues? Join the https://discord.gg/gCRv62araB or contact Britakee.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hytale Empty World Generator
22

3-
This plugin adds a **Void** world generator to the `/world create` command and spawns players on a single **Rock_Bedrock** block at (0, 180, 0).
3+
This plugin adds a **Void** world generator to the `/world add` command and spawns players on a single **Rock_Bedrock** block at (0, 180, 0).
44

55
> **⚠️ Early Access Warning**
66
> Hytale is currently in Early Access. Features, APIs, and this template are subject to frequent changes. Please ensure you are using the latest version of the template for the best experience.
@@ -17,7 +17,7 @@ This plugin adds a **Void** world generator to the `/world create` command and s
1717
- Includes asset pack for default void biome setup
1818

1919
## Commands
20-
- /world add <name> --gen=Void
20+
- /world add <nameoftheworld> --gen=Void
2121

2222
## Requirements
2323
- Hytale Server (as dependency)
@@ -26,7 +26,7 @@ This plugin adds a **Void** world generator to the `/world create` command and s
2626
## Installation
2727
1. Drop VoidWorldGenerator into your server mods folder
2828
2. Start the server once to load the generator
29-
3. Create a world with /world add <name> --gen=Void
29+
3. Create a world with /world add <nameoftheworld> --gen=Void
3030

3131
## Documentation
3232

0 commit comments

Comments
 (0)