simplediscord

simple /discord message plugin, allowing players to easily join your community discord server. All compacted into a light weight and highly configurable system perfect for any server.

10 downloads

SimpleDiscord

A lightweight and highly configurable /discord plugin that lets players quickly join your Minecraft server's Discord community.

Commands

Command Description
/discord Sends the configured Discord message to the player. (No permission required)
/discord reload Reloads the configuration. (OP only)

Configuration

# A simple /discord command for your Minecraft server

message:
  # Show the message when players join
  presentOnJoin: false

  # Message shown to players
  # Supports & color codes (&b, &l, ...) and hex colors (&#5865F2)
  text:
    - "&b&lJoin our Discord!"
    - " https://modrinth.com/project/simplediscord "
    - " "
    - " Place whatever you want here "
    - " "
    - " Edit this in plugins/SimpleDiscord/config.yml "
    - " "
    - " Tutorials: "
    - "https://discord.gg/zengootv"

  # Hover text
  textHover: "Click to join our Discord"

  # Discord invite
  textClick: "https://discord.gg/default"

# Optional sound when using /discord
# Use the correct Bukkit Sound enum for your Minecraft version.
# Namespaced keys are also supported.
sound:
  enabled: true
  value: "ENTITY_EXPERIENCE_ORB_PICKUP"
  volume: 1.0
  pitch: 1.0

Compatibility

SimpleDiscord is only tested on the Minecraft versions listed on this page. It may work on other versions, but they are unsupported and may contain issues. For the best experience, always use the latest release.

No gallery available for this project.