
Socialismus
Improve communication between your players in a modern way
- Загрузки
- 3K
- Подписчики
- 46
- Обновлён
- 9 июня 2026 г.
- Лицензия
- Apache-2.0
Опубликован 26 января 2024 г.
Accessibility
SOCIALISMUS: MODULARITY WAVESupported Platforms
SPIGOTMC | FOLIA | VELOCITY | PAPERPMC
Supported Versions
1.16.x and newer
A customizable, truly modular and modern plugin for your Minecraft server
that aims to improve communication between and with players.
Dependencies & Information
General
You can use either Velocity or any Spigot fork. Just select the correct JAR file and place it in the plugins folder.
Java
We recommend using Java 17 for older versions (e.g., 1.16) and Java 21 and higher for newer versions.
Integrations
Our plugin and modules integrate with various other plugins. By default, we recommend using PlaceholderAPI for additional placeholders, though you can find others on our module pages.
Good to know
This plugin will not be ported to lower versions. If you want to use it, update your server; otherwise, find an alternative.
Infinite Chats
Define unlimited chat channels in your preferred config format, hot-reloadable without code changes.
- Flexible Triggers: optional prefixes (
!,#) or auto-triggerGLOBALorLOCALwith configurable radius - Powerful Requirements: group multiple rules (perms, worlds, etc.) and apply a variety of operators per group for fine-grained access control
- Dynamic Formats: create multiple message templates per channel, tie each to a requirement group, and the plugin auto-selects the format whose requirements are met
- Built-In Fallback: catch-all channel for any message that doesn’t match other chats
Synchronization
Effortlessly keep your network in sync—across servers or through proxies.
- Cross-Server Chat: broadcast live messages in real time across all servers or through proxies
- Shared History & Cleanup: forward every message network-wide, then issue a synchronized
clearcommand to instantly wipe chat histories on every server - Unified Command Suggestions: propagate player tab-completion and command hints network-wide
Requires the Sync Module, configured separately (e.g., Redis credentials) in its own config file.
Customization
Tailor every feature via your preferred config format (YAML, JSON, TOML, etc.)—zero hardcoded strings, fully hot-reloadable.
- Commands: enable/disable commands; set aliases; assign permissions; customize descriptions, usage templates & cooldowns
- Messages: define every prompt, notification & error in config—control text, placeholders, colors & layout without touching code
- Global Settings: configure core behavior entirely in config (Logging, Serializer, Sync, Updater, Listeners)
- Hot-Reload: apply changes
instantlywith a dedicated command
Modularization
Add only the features you need via a plug-and-play module system.
- On-Demand Features: only installed modules are loaded—no extra code or unused functionality
- Auto-Generated Config: each module creates its own config folder on first load
- Decoupled Development: modules rely solely on the core—no inter-module dependencies required
- Independent Updates: update, add or remove modules without touching the core plugin
Modules
Ченджлог
1.5.0Релиз26.1, 26.1.1, 26.1.2 · 9 июня 2026 г.
What's new
- Added official support for Minecraft
1.21.5through1.21.11. - Added support for the new Minecraft version format, including
26.1,26.1.1, and26.1.2.
If you find any bugs or would like to suggest new features, please use the plugin's GitHub issues section.
I also have a new plugin called Identica, which is focused on authentication. It has already been publicly released for a while, so if it sounds useful for your server, you can already check it out here: Modrinth.
1.5.0Релиз26.1, 26.1.1, 26.1.2 · 9 июня 2026 г.
What's new
- Added official support for Minecraft
1.21.5through1.21.11. - Added support for the new Minecraft version format, including
26.1,26.1.1, and26.1.2.
If you find any bugs or would like to suggest new features, please use the plugin's GitHub issues section.
I also have a new plugin called Identica, which is focused on authentication. It has already been publicly released for a while, so if it sounds useful for your server, you can already check it out here: Modrinth.
2.0.0-RC6Бета26.1, 26.1.1, 26.1.2 · 15 апреля 2026 г.
This is the sixth release candidate for version 2.0.0, focusing on bug fixes, API, requirements, and compatibility improvements since RC5.
You can use Socialismus on your server now, as it has been considered stable since RC2. However, it will remain as RC until we migrate all features from the legacy version.
The documentation has been moved to the GitHub Wiki and will be completed before the official release. In the meantime, you can contact me for assistance via Discord.
What’s new
- Requirements: Added support for trigger-based and message-based requirements.
- Cache: Added a local cache service with TTL support and periodic cleanup.
- Compatibility: Added support for newer Minecraft versions, including the new version format used after 1.21.11.
What changed
- API: Introduced type-safe custom player data storage.
- API: Introduced a dedicated chat rendering and placeholder resolution system. BREAKING
- API: Migrated the requirement registry to use namespaced
RequirementKeys and unified requirement registration. BREAKING - API: Replaced
Playerreferences withActorin command handling. BREAKING - API: Added a platform-agnostic
playSoundmethod toSocialismusPlayer. - API: Added a scope parameter to serialize methods.
- API: Added
SocialismusPlayerAdapterand synced player serialization support.
Fixes
- Platform: Fixed Paper and Bukkit integrity checks, including version detection, compatibility warnings, and Paper-specific environment checks.
- Reload: Re-register integrations in the serializer engine on reload so integrations continue working correctly.
- Synchronization: Synchronize only global chats.
- Logging: Improved logging for selected chat and format.
Full Changelog: https://github.com/whereareiam/Socialismus/compare/2.0.0-RC5...2.0.0-RC6
2.0.0-RC6Бета26.1, 26.1.1, 26.1.2 · 15 апреля 2026 г.
This is the sixth release candidate for version 2.0.0, focusing on bug fixes, API, requirements, and compatibility improvements since RC5.
You can use Socialismus on your server now, as it has been considered stable since RC2. However, it will remain as RC until we migrate all features from the legacy version.
The documentation has been moved to the GitHub Wiki and will be completed before the official release. In the meantime, you can contact me for assistance via Discord.
What’s new
- Requirements: Added support for trigger-based and message-based requirements.
- Cache: Added a local cache service with TTL support and periodic cleanup.
- Compatibility: Added support for newer Minecraft versions, including the new version format used after 1.21.11.
What changed
- API: Introduced type-safe custom player data storage.
- API: Introduced a dedicated chat rendering and placeholder resolution system. BREAKING
- API: Migrated the requirement registry to use namespaced
RequirementKeys and unified requirement registration. BREAKING - API: Replaced
Playerreferences withActorin command handling. BREAKING - API: Added a platform-agnostic
playSoundmethod toSocialismusPlayer. - API: Added a scope parameter to serialize methods.
- API: Added
SocialismusPlayerAdapterand synced player serialization support.
Fixes
- Platform: Fixed Paper and Bukkit integrity checks, including version detection, compatibility warnings, and Paper-specific environment checks.
- Reload: Re-register integrations in the serializer engine on reload so integrations continue working correctly.
- Synchronization: Synchronize only global chats.
- Logging: Improved logging for selected chat and format.
Full Changelog: https://github.com/whereareiam/Socialismus/compare/2.0.0-RC5...2.0.0-RC6
2.0.0-RC6Бета26.1, 26.1.1, 26.1.2 · 15 апреля 2026 г.
This is the sixth release candidate for version 2.0.0, focusing on bug fixes, API, requirements, and compatibility improvements since RC5.
You can use Socialismus on your server now, as it has been considered stable since RC2. However, it will remain as RC until we migrate all features from the legacy version.
The documentation has been moved to the GitHub Wiki and will be completed before the official release. In the meantime, you can contact me for assistance via Discord.
What’s new
- Requirements: Added support for trigger-based and message-based requirements.
- Cache: Added a local cache service with TTL support and periodic cleanup.
- Compatibility: Added support for newer Minecraft versions, including the new version format used after 1.21.11.
What changed
- API: Introduced type-safe custom player data storage.
- API: Introduced a dedicated chat rendering and placeholder resolution system. BREAKING
- API: Migrated the requirement registry to use namespaced
RequirementKeys and unified requirement registration. BREAKING - API: Replaced
Playerreferences withActorin command handling. BREAKING - API: Added a platform-agnostic
playSoundmethod toSocialismusPlayer. - API: Added a scope parameter to serialize methods.
- API: Added
SocialismusPlayerAdapterand synced player serialization support.
Fixes
- Platform: Fixed Paper and Bukkit integrity checks, including version detection, compatibility warnings, and Paper-specific environment checks.
- Reload: Re-register integrations in the serializer engine on reload so integrations continue working correctly.
- Synchronization: Synchronize only global chats.
- Logging: Improved logging for selected chat and format.
Full Changelog: https://github.com/whereareiam/Socialismus/compare/2.0.0-RC5...2.0.0-RC6
2.0.0-RC5.1Бета1.21.9, 1.21.10, 1.21.11 · 28 декабря 2025 г.
Update 2.0.0-RC5.1 – Hotfix
This update contains a hotfix for the paper version of Socialismus, which was not working with server versions above 1.20.6.
Full Changelog: https://github.com/whereareiam/Socialismus/compare/2.0.0-RC5...2.0.0-RC5.1
2.0.0-RC5Бета26.1, 26.1.1, 26.1.2 · 13 декабря 2025 г.
Update 2.0.0-RC5 – Breaking Changes
This is the fifth release candidate for version 2.0.0, focusing on bug fixes, API, and other improvements since RC4.
You can use Socialismus on your server now, as it has been considered stable since RC2. However, it will remain as RC until we migrate all features from the legacy version.
The documentation has been moved to the GitHub Wiki and will be completed before the official release. In the meantime, you can contact me for assistance via Discord.
What’s new
- Chat: Channels can now be triggered not only through a symbol, but also via a command or a regular expression. BREAKING
- Compatibility: Added support for Minecraft version 1.21.9, 1.21.10 and 1.21.11.
What changed
- General: Removed ValioBungee integration, as it has been replaced by SocialismusChannelizer and SocialismusRedis.
- General: Reworked the commands configuration for the new libraries. BREAKING
- General: Reworked the messages configuration for the new libraries. BREAKING
- General: Reworked the settings configuration for the new libraries. BREAKING
- Dependencies: Updated all required libraries to their latest compatible versions.
- API: Migrated to a new structure that respects the architecture of newer plugins. BREAKING
- API: Migrated from Jackson to the Configura library.
Fixes
- Chat: Compare proxy users' server location rather than their world location when selecting recipients.
- Serializer: Enabled support for hex colors in legacy serializers.
Full Changelog: https://github.com/whereareiam/Socialismus/compare/2.0.0-RC4...2.0.0-RC5
2.0.0-RC5Бета1.21.9, 1.21.10, 1.21.11 · 13 декабря 2025 г.
Update 2.0.0-RC5 – Breaking Changes
This is the fifth release candidate for version 2.0.0, focusing on bug fixes, API, and other improvements since RC4.
You can use Socialismus on your server now, as it has been considered stable since RC2. However, it will remain as RC until we migrate all features from the legacy version.
The documentation has been moved to the GitHub Wiki and will be completed before the official release. In the meantime, you can contact me for assistance via Discord.
What’s new
- Chat: Channels can now be triggered not only through a symbol, but also via a command or a regular expression. BREAKING
- Compatibility: Added support for Minecraft version 1.21.9, 1.21.10 and 1.21.11.
What changed
- General: Removed ValioBungee integration, as it has been replaced by SocialismusChannelizer and SocialismusRedis.
- General: Reworked the commands configuration for the new libraries. BREAKING
- General: Reworked the messages configuration for the new libraries. BREAKING
- General: Reworked the settings configuration for the new libraries. BREAKING
- Dependencies: Updated all required libraries to their latest compatible versions.
- API: Migrated to a new structure that respects the architecture of newer plugins. BREAKING
- API: Migrated from Jackson to the Configura library.
Fixes
- Chat: Compare proxy users' server location rather than their world location when selecting recipients.
- Serializer: Enabled support for hex colors in legacy serializers.
Full Changelog: https://github.com/whereareiam/Socialismus/compare/2.0.0-RC4...2.0.0-RC5
Комментарии
Загружаем…


