Getting Started
Getting Started
Section titled “Getting Started”This guide will walk you through installing and configuring the Info Hub.
Installation
Section titled “Installation”Step 1: Download
Section titled “Step 1: Download”Download the latest version from CurseForge.
Step 2: Install
Section titled “Step 2: Install”Place the JAR file in your server’s mods/ directory:
your-server/├── mods/│ └── KyuubiSoftInfoHub-X.X.X.jar ← Place here├── worlds/└── ...Step 3: Start Server
Section titled “Step 3: Start Server”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/Step 4: Configure
Section titled “Step 4: Configure”Edit the configuration files to customize the Info Hub for your server.
Step 5: Reload
Section titled “Step 5: Reload”Use /ksinfoadmin reload to apply changes without restarting the server.
For Players
Section titled “For Players”Opening the Info Hub
Section titled “Opening the Info Hub”| Method | Description |
|---|---|
/ksinfo | Main command (default) |
/hub | Alias |
/help | Alias |
/hilfe | Alias |
/menu | Alias |
| Info Book | Right-click the Info Book in inventory (if enabled) |
Navigation
Section titled “Navigation”- 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
Global Search
Section titled “Global Search”- Enter a search term in the search field (minimum 2 characters)
- Click “Search” or press Enter
- Results show matching commands, FAQ entries, and rules
Executing Commands
Section titled “Executing Commands”When command execution is enabled:
- Navigate to a command
- Click “Execute”
- For commands with parameters: Fill in the input fields
- Confirm execution
Quick Configuration
Section titled “Quick Configuration”Change Language
Section titled “Change Language”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)
Disable a Section
Section titled “Disable a Section”Edit config.json:
"sections": { "faq": { "enabled": false }}Add Join Message
Section titled “Add Join Message”Edit config.json:
"joinMessage": { "enabled": true, "delaySeconds": 2, "message": [ "", "&6Welcome to the server!", "&7Use &e/ksinfo &7for all information!", "" ]}Next Steps
Section titled “Next Steps”- Commands - Complete command reference
- Configuration - Main configuration options
- Commands Config - Command categories and settings
- Rules Config - Server rules setup
- FAQ Config - FAQ entries
- Permissions - Permission nodes