- Compatible API Versions
- 1.0.0
- Sourcecode
- https://github.com/MEFRREEX/SplitChat/
SplitChat
A plugin for local and global chat for your Nukkit server!
If you are using LuckChat for the chat format for the plugin to work properly, go to config.yml and change the "ChatAsync" parameter to "false".
Placeholders:
Config:
Commands:
Permissions:
A plugin for local and global chat for your Nukkit server!
If you are using LuckChat for the chat format for the plugin to work properly, go to config.yml and change the "ChatAsync" parameter to "false".
Placeholders:
{splitchat_prefix}
- Use this placeholder in your chat format plugin to display the chat type in a player's message.{splitchat_distance}
- Display the distance to the player who sent the messageConfig:
Code:
# Distance at which the local message will be visible
radius: 100
# The symbol for sending a message to the global chat.
# Example: "!your message"
symbol: "!"
# Prefix for local and global chat
# Example: "L | MEFRREEXX: your message"
prefix:
local: "§l §aL §8|§r"
global: "§l §cG §8|§r"
spy: "§l §6SPY §8|§r"
# If enabled, only players with permission can write in local and global chat.
# Permissions: splitchat.chat.local, splitchat.chat.global
enable-permissions: false
Code:
/localchat - Spy on local chat
Code:
splitchat.chat.local - Permission to send messages to the local chat
splitchat.chat.global - Permission to send messages to the global chat
splitchat.command.spy - Permission to use the /localspy command