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
- ๐ Documentation: https://docs.mevera.studio/Synapse
- ๐ฌ Discord: https://discord.com/invite/ZwSF6xZFdU
- ๐ง GitHub: https://github.com/MeveraStudios/Synapse
- ๐ฝ Releases: https://github.com/MeveraStudios/Synapse/releases/latest
Made with โค๏ธ by Mevera Studios

