hypsum
hypsum is a simple way to add placeholders to Hytale servers. It lets you show dynamic information in messages and text.
About hypsum
hypsum
hypsum is a simple way to add placeholders to Hytale servers. It lets you show dynamic information in messages and text. This plugin is both for server administrators as well as developers.
š Features
ā” Fast: Works quickly without slowing down your server.
š” Safe: No infinite loops or broken messages.
š¤ Player Names: Can show different things for different players.
āļø Customizable: Change how your placeholders look (like using {} instead of %%).
š» Developer Guide
The latest version of Hypsum API is 1.1. Add Hypsum API to your project using your build tool of choice.
š Gradle
Add this to your build.gradle or build.gradle.kts:
Kotlin
dependencies { compileOnly("com.craftlyworks.hypsum:api:1.1") }
Groovy
dependencies { compileOnly 'com.craftlyworks.hypsum:api:1.1' }
𦢠Maven
Add this to your pom.xml:
<dependency> <groupId>com.craftlyworks.hypsum</groupId> <artifactId>api</artifactId> <version>1.1</version> <scope>provided</scope> </dependency>
š Create a Placeholder
Here is how you add a new placeholder:
import com.craftlyworks.hypsum.api.HypsumProvider; import com.craftlyworks.hypsum.api.placeholder.Placeholder;
HypsumApi api = HypsumProvider.get(); api.registerPlaceholder(new Placeholder() { @Override public String getIdentifier() { return "my_placeholder"; }
@Override public String getValue(PlayerRef player) { return "Hello, " + player.getDisplayName(); } });
š Use your Placeholders
To replace placeholders in a string:
String text = "Welcome %my_placeholder%!"; String result = HypsumProvider.get().process(player, text); // Result: "Welcome Hello, PlayerName!"
Make sure to add Hypsum as a dependency in your plugin manifest.json to use these features. If you want an optional integration, use OptionalDependencies instead.
{ "Dependencies": { "com.craftlyworks.hypsum:Hypsum": ">=1.1" } }
Enjoy coding with Hypsum! š„
Ā© 2026 CraftlyWorks | Licensed under MIT License
Categories
Frequently Asked Questions
What is hypsum?
hypsum is a simple way to add placeholders to Hytale servers. It lets you show dynamic information in messages and text.
How do I download hypsum?
You can download hypsum for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.
Who created hypsum?
hypsum was created by MarcusSlover. The mod has been downloaded 53 times.
Is hypsum compatible with Hytale servers?
hypsum is designed for Hytale and can be used on both single-player and multiplayer servers. Check the mod page on CurseForge for specific compatibility information.
How do I install hypsum?
To install hypsum: 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.
Related Misc Mods
View all modsYmmersive Melodies
Conczin
Upload and play MIDI files in-game on various instruments to annoy your friends with custom melodies!
MultipleHUD
Buuz135
A simple mod that allows you to have multiple HUDs present at once.
Spanish Translation
Plexu5
A Spanish language translation for Hytale. Includes UI, items, and menus.
YUNG's HyDungeons
YUNGNICKYOUNG
Adds new procedurally generated dungeon instances!
Just Enough Tales (JEI mod)
uwudwagon
A JEI mod for Hytale.
[NoCube's] Simple Bags
NoCube
Adds bags that you can put anything in!