Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,068 changes: 2,067 additions & 1 deletion data/lists/hytale-mods.json

Large diffs are not rendered by default.

53 changes: 53 additions & 0 deletions docs/hytale-becomeadmin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
id: hytale-becomeadmin
title: "Hytale: Become an Admin (Operator) on your server"
description: "Discover how to assign administrator permissions for full server control and manage game functions effectively → Learn more now"
sidebar_label: Become admin
services:
- gameserver-hytale
---

import InlineVoucher from '@site/src/components/InlineVoucher';

## Introduction
Assigning admin permissions on a Hytale server allows trusted players to help manage the server. Admins, also referred to as operators, can execute server commands, manage players, and assist with server moderation. This makes delegation of routine tasks easier for server owners and helps maintain a smooth gameplay experience.

:::info Early Access Notice

Hytale released on January 13th, 2026 and is currently available in Early Access. As the game is still in an active development phase, server software, configuration files, modding support, and installation workflows may continue to change over time.

:::

![img](https://screensaver01.zap-hosting.com/index.php/s/2NnFBkPdsDoBYZj/preview)

<InlineVoucher />



## Assigning permissions



Admins on a Hytale server are granted operator status, which gives them elevated command permissions. This can be done either through the **server console** or **in-game commands** by an existing operator. To grant operator permissions to a player, enter the following in the server console or in-game with sufficient permissions:

```
/op add <playername>
```



## Removing permissions

If a player no longer requires admin access or should no longer have elevated permissions, their operator status can be removed at any time:

```
/op remove <playername>
```

Once removed, the player will return to standard permission levels and will no longer be able to use admin commands.



## Conclusion

Becoming an admin on a Hytale server via operator permissions is a core part of server management, enabling trusted players to assist with moderation and administrative tasks. For further questions or assistance, please don't hesitate to contact our support team, which is available daily to assist you! 🙂
7 changes: 3 additions & 4 deletions docs/hytale-firststeps-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ import InlineVoucher from '@site/src/components/InlineVoucher';
## Introduction
Not sure how to connect to your **Hytale** server or what you need to get started? No worries, we’ve got you covered! We will walk you through everything you need. From the required tools and information to the actual connection process, along with key considerations to ensure a smooth and trouble-free connection experience. Follow our guide and you'll be connected in no time!

:::info
Hytale is scheduled to release on January 13th, 2026. Since official server files, modding tools, and installation workflows may still change in the early post launch phase, parts of this guide might become outdated.
:::info Early Access Notice

The page will be updated as soon as confirmed and stable information about mod support, file formats and setup requirements is available
:::
Hytale released on January 13th, 2026 and is currently available in Early Access. As the game is still in an active development phase, server software, configuration files, modding support, and installation workflows may continue to change over time.

:::
<InlineVoucher />


Expand Down
6 changes: 2 additions & 4 deletions docs/hytale-firststeps-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ After going through this guide, you will easily be able to manage your server ef



:::info
:::info Early Access Notice

Hytale is scheduled to release on January 13th, 2026. Since official server files, modding tools, and installation workflows may still change in the early post launch phase, parts of this guide might become outdated.

The page will be updated as soon as confirmed and stable information about mod support, file formats and setup requirements is available
Hytale released on January 13th, 2026 and is currently available in Early Access. As the game is still in an active development phase, server software, configuration files, modding support, and installation workflows may continue to change over time.

:::

Expand Down
76 changes: 76 additions & 0 deletions docs/hytale-gamemode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
id: hytale-gamemode
title: "Hytale: Game Mode Configuration"
description: "Discover how to secure your Hytale server by managing player access with whitelist features and protect your gameplay → Learn more now"
sidebar_label: Whitelist
services:
- gameserver-hytale
---

import YouTube from '@site/src/components/YouTube/YouTube';
import InlineVoucher from '@site/src/components/InlineVoucher';

## Introduction

Hytale servers allow you to configure gameplay settings such as the game mode that defines the player experience. Changing the game mode lets you tailor your server to a specific playstyle or community preference.

:::info Early Access Notice

Hytale released on January 13th, 2026 and is currently available in Early Access. As the game is still in an active development phase, server software, configuration files, modding support, and installation workflows may continue to change over time.

:::

![img](https://screensaver01.zap-hosting.com/index.php/s/KsesqALHY3AgKHF/preview)



## Change game mode

### Live console
The game mode can be changed while the server is running by using the live console or in game commands, provided the required permissions are available. This method allows administrators to switch the game mode without editing configuration files.

Using the console command updates the active game mode immediately for the server session. Depending on the server setup, the change may persist until the next restart or revert to the value defined in the configuration file.

```
/gamemode <gamemode>
```

The value of `GameMode` determines which game mode is applied when the server starts. Depending on your desired gameplay experience, this value can be adjusted accordingly.

Commonly used game mode values include:

- `Creative` for unrestricted building and content creation
- `Adventure` for structured gameplay with defined progression and interaction rules

After changing the game mode value, the server must be restarted for the new setting to take effect.



### Configuration file

The game mode can be defined directly in the server configuration file.
This method is recommended when you want the server to always start with a specific game mode or when preparing a fresh server setup.

The configuration file is accessible through your hosting control panel or file manager. Within this file, a setting controls the active game mode used when the server starts. After modifying this value, the server must be restarted for the change to take effect.

```
"Defaults": {
"World": "default",
"GameMode": "Adventure"
},
```

The value of `GameMode` determines which game mode is applied when the server starts. Depending on your desired gameplay experience, this value can be adjusted accordingly.

Commonly used game mode values include:

- `Creative` for unrestricted building and content creation
- `Adventure` for structured gameplay with defined progression and interaction rules

After changing the game mode value, the server must be restarted for the new setting to take effect.



## Conclusion

By configuring the game mode either through the server configuration file or the live console, you can precisely control the gameplay experience on your Hytale server. For further questions or assistance, please don't hesitate to contact our support team, which is available daily to assist you! 🙂
6 changes: 3 additions & 3 deletions docs/hytale-mods.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Mods turn your Hytale server into something truly your own. They can add new mec

Whether you want faster progression, deeper survival elements, more building options, custom events, or unique server rules, mods give you the tools to shape the experience and set your world apart.

:::info
Hytale is scheduled to release on January 13th, 2026. Since official server files, modding tools, and installation workflows may still change in the early post launch phase, parts of this guide might become outdated.
:::info Early Access Notice

Hytale released on January 13th, 2026 and is currently available in Early Access. As the game is still in an active development phase, server software, configuration files, modding support, and installation workflows may continue to change over time.

The page will be updated as soon as confirmed and stable information about mod support, file formats and setup requirements is available
:::

<InlineVoucher />
Expand Down
146 changes: 146 additions & 0 deletions docs/hytale-permissions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
---
id: "hytale-permissions"
title: "Hytale: Managing User and Group Permissions"
description: "Manage user and group permissions on your Hytale server → Learn more now"
sidebar_label: Slow Connection / World Not Loading
services:
- gameserver-hytale
---

import InlineVoucher from '@site/src/components/InlineVoucher';



## Introduction

Managing permissions on a Hytale server allows you to control what players can and cannot do. This includes assigning different levels of access to trusted players, moderators, and administrators. Setting up permissions correctly is essential for maintaining a balanced and secure server environment where players can enjoy the game without unintended exploits or abuses.

Hytale’s server software supports hierarchical permission levels that determine which commands and actions each player can execute. These can be managed via the live console or through configuration settings depending on your server setup.

:::info Early Access Notice

Hytale released on January 13th, 2026 and is currently available in Early Access. As the game is still in an active development phase, server software, configuration files, modding support, and installation workflows may continue to change over time.

:::

<InlineVoucher />



## Permission levels overview

Permissions define what actions a player is allowed to take on the server. At the most basic level, normal players have only standard gameplay permissions, such as moving, interacting with the world, and chatting. Higher permission tiers such as operator or admin status grant access to server commands that affect gameplay, other players, server configuration, and moderation tools.

The permission system consists of two main components:

- **User permissions** which apply directly to a specific player
- **Group permissions** which allow permissions to be bundled and assigned to multiple players at once

Each player is identified internally by a UUID, which is required when managing permissions via commands.



## Managing user permissions

User permissions allow you to grant or revoke specific permissions for a single player.

### View user permissions

To display all permissions assigned directly to a user. This command shows every permission currently applied to the specified user.

```
/perm user list <uuid>
```



### Add permissions to a user

To grant one or more permissions directly to a user. The specified permissions will be added immediately and take effect without requiring a server restart.

```
/perm user add <uuid> <permissions>
```



### Remove permissions from a user

To revoke permissions from a user. This removes only the specified permissions while leaving all other permissions unchanged.

```
/perm user remove <uuid> <permissions>
```



## Managing user group assignments

In addition to direct permissions, users can inherit permissions through groups.

### View user group permissions

This command shows which permission groups the user is currently a member of.

```
/perm user group list <uuid>
```



### Add a user to a group

To assign a user to a permission group. Once added, the user inherits all permissions defined for that group.

```
/perm user group add <uuid> <group>
```



### Remove a user from a group

To remove a user from a permission group. After removal, the user will no longer receive permissions from that group.

```
/perm user group remove <uuid> <group>
```



## Managing group permissions

Groups allow permissions to be managed centrally and reused across multiple users.

### View group permissions

To display all permissions assigned to a group. This command provides an overview of every permission associated with the specified group.

```
/perm group list <group>
```



### Add permissions to a group

To add one or more permissions to a group. All users assigned to this group will immediately inherit the new permissions.

```
/perm group add <group> <permissions>
```



### Remove permissions from a group

This removes only the specified permissions from the group without affecting other permissions.

```
/perm group remove <group> <permissions>
```



<InlineVoucher />

7 changes: 3 additions & 4 deletions docs/hytale-troubleshooting-common-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ Setting up and running your own Hytale game server can be an exciting and a lot

To make sure you spend less time fixing and more time enjoying your server, this section highlights the most common issues server owners face and provides solutions to help you resolve them quickly and effectively.

:::info
Hytale is scheduled to release on January 13th, 2026. Since official server files, modding tools, and installation workflows may still change in the early post launch phase, parts of this guide might become outdated.
:::info Early Access Notice

The page will be updated as soon as confirmed and stable information about mod support, file formats and setup requirements is available
:::
Hytale released on January 13th, 2026 and is currently available in Early Access. As the game is still in an active development phase, server software, configuration files, modding support, and installation workflows may continue to change over time.

:::

<InlineVoucher />

Expand Down
Loading