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
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) |
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 - Fully translatable (German & English included)
- Info Item - Physical item that opens the Info Hub (optional)
- Join Message - Automatic welcome message with /info hint
Commands
Main Commands
| Command | Aliases | Description | Permission |
|---|---|---|---|
/info | /hub, /infohub, /menu | Open the Info Hub main menu | None (public) |
/infoadmin | - | Admin commands for Info Hub | infohub.admin |
/infoadmin reload | - | Reload all configuration files | infohub.admin.reload |
/infoitem | /getinfo, /infobuch | Give the Info Hub item | None (public) |
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 |
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
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 translation
Download
Requirements
- Hytale Server (compatible version)
- Java 17 or higher
Version
Current Version: 2.5.0
See the Changelog for version history.
Support
- Discord: KyuubiSoft Discord
Made with love by KyuubiSoft