Strings is a Minecraft chat plugin written with the Spigot & Paper API, bringing lots of customizability to your Minecraft server's chat.
Features include:
- Extensive Customizability
- Public Developer API
- Channels
- Chat Formatting
- Chat Color
- Staff Chat
- HelpOP
- Auto Broadcasts
- Direct Messaging
- Vault Support
- PlaceholderAPI Support
- Moderation
- Mentions
- Discord Support
And much more!
Strings has a powerful channel system.
- StringChannel
A standard channel that disregards worlds and proximity - WorldChannel
A channel designed to be used in specific worlds - ProximityChannel
A channel that sends messages to players within a certain distance of the sender - DefaultChannel
Instead of forcing players to select a specific channel, the default Channel routes the sender's message to a Channel, based on membership and priority
Membership
All channels have one of two memberships defined.
default- available to all players, regardless of permissionspermission- only allowed to players with permission, such asstrings.channels.<name>
Priority Channels can be designated a priority which helps determine what channel a message is sent to when a player is in the DefaultChannel. The higher the number, the higher priority.
Extendable
The Channel interface is available through the strings-api module, so developers can
create custom Channel implementations.
Example images of Strings
Integrations with Strings can be made with the StringsAPI
Integrations with Strings can be made with the StringsAPI.
<repositories>
<repository>
<id>pedestriamc-repo</id>
<url>https://repo.pedestriamc.com/release/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.pedestriamc.strings</groupId>
<artifactId>strings-api</artifactId>
<version>1.7.0</version>
</dependency>
</dependencies>Website | Wiki | Modrinth | Spigot | Hangar | bStats | Discord







