Back to mods
Synapse project artwork

CurseForge · Hytale mod

Synapse

A powerful, modular placeholder translation system designed for dynamic text processing across multiple platforms.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Synapse release should I use?

Updated 6 months ago
Latest stable file synapse-hytale-1.4.2.jar
Game version Not listed
Mod system Built-in Hytale mod system

synapse-hytale-1.4.2.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.

Where it goes

Where should Synapse be installed in Hytale?

Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.

What else does synapse-hytale-1.4.2.jar need?

synapse-hytale-1.4.2.jar. Change the file and its required mods may change too.

No required dependencies listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.

Before you install it

Add Synapse without breaking your instance.

Built for synapse-hytale-1.4.2.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use synapse-hytale-1.4.2.jar. It targets Hytale; another release may target a different game build or dependency set.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Enable it on the world host

    Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside synapse-hytale-1.4.2.jar. It opens that exact file at the source.

About this project

What does Synapse add?

Synapse v1.3.0 — Modern Placeholder API (Now with Hytale Support!)

Synapse is a powerful, modern placeholder translation system designed for performance, clean integration, and easy extensibility.
Synapse v1.3.0 is the first placeholder system to support Hytale!


✨ Features

  • High Performance — optimized resolving with intelligent caching
  • 🔧 Modern Architecture — clean, type-safe, and easy to extend
  • 🔄 Async Support — non-blocking placeholder resolution
  • 🎯 Developer-Friendly API — simple usage + great documentation
  • 🔗 Relational Placeholders — resolve placeholders between two players

🌍 Supported Platforms

  • 🎮 Hytale (NEW — stable)
  • 📦 Bukkit / Paper (PlaceholderAPI compatible)
  • 🔌 BungeeCord
  • ⚡ Velocity

🎮 Commands

Command Description Permission
/synapse help Shows the help message with all available commands synapse.admin
/synapse selfparse <text> Parses placeholders in text as yourself synapse.admin.selfparse
/synapse parse <player> <text> Parses placeholders in text as another player synapse.admin.parseother

🧩 Placeholder Syntax Examples

NOTE: these are examples and NOT included by default!

${player.name}
${player.balance}
${server.online:world}
${compare.distance}   // distance between two players!

💻 Usage Example

Synapse synapse = HytaleSynapse.get();
String message = synapse.translate("Hello ${player.name}!", player);

// Async support
synapse.translateAsync("${database.stats}", player)
    .thenAccept(player::sendMessage);

📦 Installation

  1. Download Synapse from this page
  2. Drop it into your server mods/plugins folder
  3. Restart your server ✅

🔗 Links


Made with ❤️ by Mevera Studios

Project description from CurseForge.

Recent files

Synapse releases and Hytale builds

4 of 4 releases match

Looking for an older file? The official CurseForge project page is in Resources.