promotional bannermobile promotional banner

FeliUtils

A hytale plugin for my plugins to work. It contains some Utility Functions (like a Player UUID Cache) its helpful for programming mods but doesn't do anything on its own gameplaywise.

File Details

FeliUtils-Hytale-1.1.0

  • R
  • Jan 23, 2026
  • 2.67 MB
  • 46
  • Early Access

File Name

FeliUtils-Hytale.jar

Supported Versions

  • Early Access

✨ What’s New?

🚀 Performance & Storage

  • Multi-file JSON support
    Player data is no longer stored in one large .json file.
    Instead, each player now has their own file, significantly improving performance.

⚙️ Configuration

  • Config file added
    A new config.json is now created inside the plugin folder, allowing easier configuration.

🗄️ Database Support

  • MySQL / MariaDB support
    You can now switch from JSON to SQL storage via the config.

    • Existing JSON data will be automatically migrated to the database.
    • ⚠️ Migration is one-way — data will not be converted back to JSON.
      Make backups before testing this feature.
  • Dependency plugins support SQL
    Plugins using this project as a dependency can now also take advantage of SQL storage. If enabled in configuration.

🧑‍💻 Commands

  • New command:
    /playerinfo <player> Displays all known names that player has used on your server.

🛠️ Internal Changes

  • Internal restructuring and refactoring for improved maintainability.

🔗 Full Changelog

Compare changes:
https://github.com/Feli499/FeliUtils-Hytale/compare/1.0.0...1.1.0