Info Hub
KyuubiSoft Info Hub
Section titled “KyuubiSoft Info Hub”
A comprehensive information system for Hytale servers. Provides players with a beautiful GUI to access all important server information in one place.
Features
Section titled “Features”Sections
Section titled “Sections”| Section | Description |
|---|---|
| Commands | Automatic detection of all server commands with plugin-based categorization |
| Rules | Clear display of server rules with severity levels and consequences |
| FAQ | Frequently asked questions with categories and search function |
| Server Info | General server information, announcements, and external links |
| Team | Server team display with online status |
| Custom Pages | Create your own pages via JSON (TEXT, LIST, FAQ_STYLE, GRID) |
Additional Features
Section titled “Additional Features”- Custom Pages - Create your own pages via JSON (changelog, donation page, tips & tricks)
- Live Inline Search - Search commands, rules, and FAQ with instant results on the same page
- Quick Access Sidebars - Customizable quick access bars on left and/or right
- Multi-Language - 9 languages included (EN, DE, FR, ES, PT-BR, RU, PL, TR, IT), fully customizable
- Info Item - Physical item that opens the Info Hub (optional)
- Join Message - Automatic welcome message with /info hint
Commands
Section titled “Commands”Main Commands
Section titled “Main Commands”| Command | Aliases | Description | Permission |
|---|---|---|---|
/ksinfo | /hub, /help, /hilfe, /menu | Open the Info Hub main menu | None (public) |
/ksinfoadmin panel | - | Opens the admin panel UI | infohub.admin |
/ksinfoadmin reload | - | Reload all configuration files | infohub.admin.reload |
/ksinfoitem | /getinfo, /infobuch | Give the Info Hub item | None (public) |
:::tip Customizable Command Name
The main command name and aliases are configurable in config.json. The defaults above can be changed to anything you prefer (e.g., /info, /hub).
:::
Section Commands (Configurable)
Section titled “Section Commands (Configurable)”These commands are registered based on the config.json:
| Command | Section | Description |
|---|---|---|
/commands | commands | Open the Commands overview |
/rules | rules | Open the Rules overview |
/faq | faq | Open the FAQ overview |
/team | team | Open the Team overview |
:::note Server Info Command
The command for serverinfo is not configured by default (command: null). You can add a command in the config.json:
"serverinfo": { "icon": "Ore_Prisma", "priority": 4, "enabled": true, "command": "serverinfo", "commandAliases": ["server", "info-server"]}:::
Configuration Overview
Section titled “Configuration Overview”The plugin uses an organized folder structure:
plugins/InfoHub/├── config.json # Main configuration├── commands/│ └── categories.json # Command categories & settings├── rules/│ └── rules.json # Server rules├── faq/│ └── faq.json # FAQ entries├── serverinfo/│ └── serverinfo.json # Server info & links├── team/│ └── team.json # Team members├── quickaccess/│ └── quickaccess.json # Quick access sidebars├── custom/│ └── pages.json # Custom pages (v1.2.0+)└── localization/ ├── en-US.json # English translation └── de-DE.json # German translationDownload
Section titled “Download”Requirements
Section titled “Requirements”- Hytale Server (compatible version)
- Java 25 or higher
- KyuubiSoft Core mod (required dependency)
- LuckPerms (optional, for advanced permissions)
Version
Section titled “Version”Current Version: 2.6.0
See the Changelog for version history.
Support
Section titled “Support”- Discord: KyuubiSoft Discord
Made with love by KyuubiSoft