https://github.com/ihateblueb/blossom
Hytale mod for essential player & admin utilities
https://github.com/ihateblueb/blossom
essential hytale hytale-mod
Last synced: 5 months ago
JSON representation
Hytale mod for essential player & admin utilities
- Host: GitHub
- URL: https://github.com/ihateblueb/blossom
- Owner: ihateblueb
- Created: 2026-01-13T19:29:29.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-15T22:56:04.000Z (5 months ago)
- Last Synced: 2026-01-16T01:54:35.304Z (5 months ago)
- Topics: essential, hytale, hytale-mod
- Language: Kotlin
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blossom
A (work in progress) Hytale mod for essential player & admin utilities, written by a real person and
not a LLM.
This mod uses a custom placeholder system. Placeholders start with `$` and the placeholder's name follows
(e.g. `%playerUsername%`). It also has a custom color system. There's a few predefined colors available in the
configuration, and you can also use hex codes (e.g. `` or `<#000000>` or ``). Hex codes must be six characters
long and start with a #.
If you would like to use Blossom's placeholder system or color code system, you can use the `blossom-formatter` module
in your mod.
Currently, Blossom has the following implemented:
- tpask (ask to teleport to another player, who can then accept or deny)
- tpaccept
- tpdeny
- msg (Privately message other players)
- reply (Reply to last person who messaged you)
- Discord bridge
- Server startup and shutdown
- Join and leaves
- Messages from Hytale to Discord
- Messages from Discord to Hytale
- Chat formatting
More is coming soon, including:
- Improved join server messages
- Per-user custom join messages
- User-equipable chat prefixes called tags
- Discord account linking
- Giving Discord roles to players based on permissions
- tpahere (Teleport another player to you)
- tpcancel (Cancel all outgoing teleportation requests)
- AFK system
- Waypoint system
- Waypoints on the map and compass
- Potentially visuals for when someone teleports to a warp
## Building
Add a `libs` folder, and add the HytaleServer.jar into that folder.
Afterward, Gradle will be able to resolve the Hytale APIs and the mod will be buildable.