Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefrreex/chatsplitter
A plugin for local and global chat for your Nukkit server
https://github.com/mefrreex/chatsplitter
chat plugin pnx-plugin
Last synced: about 1 month ago
JSON representation
A plugin for local and global chat for your Nukkit server
- Host: GitHub
- URL: https://github.com/mefrreex/chatsplitter
- Owner: MEFRREEX
- Created: 2022-12-20T02:46:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T12:25:02.000Z (5 months ago)
- Last Synced: 2024-07-31T15:39:41.485Z (5 months ago)
- Topics: chat, plugin, pnx-plugin
- Language: Java
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SplitChat
A plugin for local and global chat for your Nukkit server!![image](https://user-images.githubusercontent.com/83061703/208570855-1c065f53-b62a-46f9-843a-0c2d134a96c1.png)
# 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 message.
# Config:
```yml
# 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
```# Commands:
```/localchat``` - Spy on local chat
# Permissions:
```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