Skip to content

1.0.2

Choose a tag to compare

@touchfalls touchfalls released this 16 Aug 12:54
· 6 commits to main since this release
9a296b6

Added

  • Specialized Paper, Purpur, Spigot, and Leaf high-performance Minecraft server architecture.
  • Multi-language localization system with 5 language bundles: English (messages_en.yml), Russian (messages_ru.yml), Spanish (messages_es.yml), Italian (messages_it.yml), and French (messages_fr.yml).
  • Chat message color customization (&0-&f, &l, &o, etc. -> §), customizable command usage labels, and automatic English fallback.
  • Fully customizable session configuration (session.timeout-seconds, session.enabled, session.verify-ip, session.persistent).
  • Admin session management subcommands (/authadmin session gettimeout and /authadmin session settimeout <seconds>).
  • Granular unauthenticated player action restrictions in config.yml (freeze-player, allow-flight, block-chat, block-commands, allowed-commands, block-inventory, block-interactions, block-block-break, block-block-place, block-damage-taken, block-damage-dealt, block-item-drop, block-item-pickup, block-hunger).

Fixed

  • Robust exception handling across all asynchronous futures, event listeners, and administrative command handlers.
  • Safe password character array clearing in memory on both success and error execution paths.