Skip to content

Getting Started

This guide will walk you through installing and configuring the Info Hub.

Download the latest version from CurseForge.

Place the JAR file in your server’s mods/ directory:

your-server/
├── mods/
│ └── KyuubiSoftInfoHub-X.X.X.jar ← Place here
├── worlds/
└── ...

Start or restart your Hytale server. The plugin will automatically generate all configuration files:

plugins/InfoHub/
├── config.json
├── commands/
├── rules/
├── faq/
├── serverinfo/
├── team/
├── quickaccess/
├── custom/
└── localization/

Edit the configuration files to customize the Info Hub for your server.

Use /ksinfoadmin reload to apply changes without restarting the server.


MethodDescription
/ksinfoMain command (default)
/hubAlias
/helpAlias
/hilfeAlias
/menuAlias
Info BookRight-click the Info Book in inventory (if enabled)
  • Main Menu - Shows all available sections (Commands, Rules, FAQ, etc.)
  • Back Button - Top left, navigates to previous page
  • ESC Key - Closes the entire UI
  • Sidebars - Quick access buttons for frequently used commands
  1. Enter a search term in the search field (minimum 2 characters)
  2. Click “Search” or press Enter
  3. Results show matching commands, FAQ entries, and rules

When command execution is enabled:

  1. Navigate to a command
  2. Click “Execute”
  3. For commands with parameters: Fill in the input fields
  4. Confirm execution

Edit config.json:

{
"language": "en-US"
}

Available: en-US, de-DE, fr-FR, es-ES, pt-BR, ru-RU, pl-PL, tr-TR, it-IT (or add your own)

Edit config.json:

"sections": {
"faq": {
"enabled": false
}
}

Edit config.json:

"joinMessage": {
"enabled": true,
"delaySeconds": 2,
"message": [
"",
"&6Welcome to the server!",
"&7Use &e/ksinfo &7for all information!",
""
]
}