πŸ’¬Messaging feature

Do you want linked players to send messages to the minecraft chat from discord? Just enable messaging.

You can set the specific server you want the message to be sent to and the channel it should listen players messages. For this one to work, you will have to copy the channel id (similar of how to copy the guild tag, but by right-clicking the channel instead)

You can also enable the litebans feature (Litebans is needed for these to work), so if someone is banned or muted and tries to send a message, it will be blocked

config.yml
messaging:
  enabled: false
  litebans: false
  channels: # You can add as many channels as you want
    survival:
      channel_id: "123456789123456789" # Channel ID for survival server messages
    skywars:
      channel_id: "987654321987654321" # Channel ID for skywars server messages

Last updated