Installation

Requirements

  • Hytale Server (compatible version)

  • Java 25

  • Minimum 4GB RAM allocated to server

Installation Steps

1

Download the Plugin

Download the latest EndgameAndQoL-X.X.X.jar from the releases page.

2

Install the Plugin

  • Stop your Hytale server if it's running

  • Place the .jar file in your server's mods/ directory

  • Start the server

3

Verify Installation

Check your server console for:

[EndgameQoL] Plugin loaded successfully!
[EndgameQoL] Version: 3.5.0

First-Time Setup

On first run, the plugin will create:

Saves/
└── YourSaveName/
    └── mods/
        └── Config_Endgame&QoL/
            └── EndgameConfig.json    # Main configuration file

Configuration

After installation, configure the plugin using:

  • In-Game UI (Recommended): Use /egconfig command

  • Config File: Edit EndgameConfig.json directly

See Configuration Guide for detailed options.

Updating

1

Stop the server

2

Backup your EndgameConfig.json

3

Replace the old .jar with the new version

4

Start the server

5

Verify your configuration is intact

Uninstalling

1

Stop the server

2

Remove the .jar file from mods/

3

(Optional) Delete EndgameConfig.json to remove settings

4

Start the server

Troubleshooting Installation

chevron-rightPlugin not loading?hashtag
  • Ensure the .jar file is in the correct plugins/ directory

  • Check server logs for error messages

  • Verify Java version compatibility

chevron-rightConfiguration not saving?hashtag
  • Ensure the server has write permissions

  • Check for JSON syntax errors in config file

See Troubleshooting for more solutions.

Last updated