Skip to main content

KyuubiSoft Info Hub

kyuubisoft

A comprehensive information system for Hytale servers. Provides players with a beautiful GUI to access all important server information in one place.


Features

Sections

SectionDescription
CommandsAutomatic detection of all server commands with plugin-based categorization
RulesClear display of server rules with severity levels and consequences
FAQFrequently asked questions with categories and search function
Server InfoGeneral server information, announcements, and external links
TeamServer team display with online status
Custom PagesCreate 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

CommandAliasesDescriptionPermission
/info/hub, /infohub, /menuOpen the Info Hub main menuNone (public)
/infoadmin-Admin commands for Info Hubinfohub.admin
/infoadmin reload-Reload all configuration filesinfohub.admin.reload
/infoitem/getinfo, /infobuchGive the Info Hub itemNone (public)

Section Commands (Configurable)

These commands are registered based on the config.json:

CommandSectionDescription
/commandscommandsOpen the Commands overview
/rulesrulesOpen the Rules overview
/faqfaqOpen the FAQ overview
/teamteamOpen 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

CurseForge

Requirements

  • Hytale Server (compatible version)
  • Java 17 or higher

Version

Current Version: 2.5.0

See the Changelog for version history.


Support

Made with love by KyuubiSoft