MCMod message source
** The function of Mesagisto is to forward messages to the minecraft[Mod] 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
- Pre dependent Fabric-API (any version)
- 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 to the mods folder on the fabric/forge server
- Start the server, and the configuration file will be generated automatically
- Modify
mods/mesagisto/config.yml
# Enable mesagisto enable: true # Your mesagisto channel, regardless of the value of channel, # As long as the channel values of different forwarding clients are the same channel: "your-channel" # Targetname of the server. Group chat/servers with the same target will not display messages from each other # This may be useful for those servers that have installed inter server message exchange target: "target-name" # Intermediate forwarding server, message bridge # The default is mesagisto commonweal [NATs](https://github.com/nats-io/nats-server) Server nats: address: nats://nats.mesagisto.org:4222 # Encryption settings cipher: # The key used for encryption shall be the same at each end key: default-key
- Restart the fabric/forge server.
Matters needing attention
- No matter what the value of channel is, as long as the channels bound by each forwarding client are the same