promotional bannermobile promotional banner

Synapse

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

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

The Synapse Team

profile avatar
  • 1
    Projects
  • 187
    Downloads