Skip to content

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.


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, GRID)
  • 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

CommandAliasesDescriptionPermission
/ksinfo/hub, /help, /hilfe, /menuOpen the Info Hub main menuNone (public)
/ksinfoadmin panel-Opens the admin panel UIinfohub.admin
/ksinfoadmin reload-Reload all configuration filesinfohub.admin.reload
/ksinfoitem/getinfo, /infobuchGive the Info Hub itemNone (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). :::

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

:::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"]
}

:::


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

CurseForge

  • Hytale Server (compatible version)
  • Java 25 or higher
  • KyuubiSoft Core mod (required dependency)
  • LuckPerms (optional, for advanced permissions)

Current Version: 2.6.0

See the Changelog for version history.


Made with love by KyuubiSoft