Bungee message source
** The function of Mesagisto is to forward messages to the minecraft [bungee] client 客户端 **
Requirement
- For windows, Microsoft Visual C++ 2010 Redistributable runtime needs to be installed. The number of bits of runtime should be consistent with JDK
Installation
-
Download the jar archive on the Releases Page
-
Move the jar package to the plugins folder of the bungeerecord server (such as waterfall velocity)
-
Start the server, and the configuration file will be generated automatically
-
Modify
plugins/mesagisto/config.yml
while ensuring** server shutdown **
# Enable mesagisto
enable: true
# Your mesagisto channel binding
# It can be edited manually, but it is recommended to add through instructions
bindings:
# Server name: mesagisto channel
sub1: "test"
sub2: "test"
# Encryption settings
cipher:
# The key used for encryption (it is required to ensure that the forwarding ends are the same)
key: "default"
# Intermediate forwarding server, message bridge
# The default is mesagisto commonweal [NATs](https://github.com/nats-io/nats-server) Server
nats: "nats://nats.mesagisto.org:4222"
# Message template
template:
message: "§7<{{sender}}> {{content}}"
- Use
/msgist help
to view help in the sub server where mesagisto needs to be set, and use/msgist [channel name]
to bind mesagisto channel
Matters needing attention
- The message source to be forwarded needs to be bound to the same** channel name **
- Permission management: the permission node of this plug-in is
mesagisto
. If you want to use the mesagisto command, you need to grant this permission
Modify the bungee configuration file config.yml to
permissions:
admin:
- some-other-perm
- mesagisto
......
groups:
playername:
- default
- admin
Execute the command in the server console that owns luckperms
lpb user PlayerName permission set mesagisto