Getting Started
This guide will walk you through installing and configuring the Info Hub.
Installation
Step 1: Download
Download the latest version from CurseForge.
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
Start or restart your Hytale server. The plugin will automatically generate all configuration files:
plugins/InfoHub/
├── config.json
├── commands/
├── rules/
├── faq/
├── serverinfo/
├── team/
├── quickaccess/
└── localization/
Step 4: Configure
Edit the configuration files to customize the Info Hub for your server.
Step 5: Reload
Use /infoadmin reload to apply changes without restarting the server.
For Players
Opening the Info Hub
| Method | Description |
|---|---|
/info | Main command |
/hub | Alias |
/infohub | Alias |
/menu | Alias |
| Info Book | Right-click the Info Book in inventory (if enabled) |
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
- 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
When command execution is enabled:
- Navigate to a command
- Click "Execute"
- For commands with parameters: Fill in the input fields
- Confirm execution
Quick Configuration
Change Language
Edit config.json:
{
"language": "en-US"
}
Available: en-US, de-DE (or add your own)
Disable a Section
Edit config.json:
"sections": {
"faq": {
"enabled": false
}
}
Add Join Message
Edit config.json:
"joinMessage": {
"enabled": true,
"delaySeconds": 2,
"message": [
"",
"&6Welcome to the server!",
"&7Use &e/info &7for all information!",
""
]
}
Next Steps
- Configuration - Main configuration options
- Commands Config - Command categories and settings
- Rules Config - Server rules setup
- FAQ Config - FAQ entries
- Permissions - Permission nodes