# zDiscord - By zaviar.dev for Minecraft Java 1.17+
# A simple /discord command for your Minecraft server
message:
# If the message should be presented to players when joining the server
presentOnJoin: false
# The message sent to players
text:
- "&b&lJoin our discord!"
- "
https://discord.gg/default"
# Set the message that is shown when hovering over the text
textHover: "Click to go to our discord"
# What link players will be prompted with when they click it
textClick: "
https://discord.gg/default"
# Optionally play a sound when a player executes the command
# Make sure to use the correct sound enum for your Minecraft version!
# See
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html for the latest list
sound:
enabled: false
value: "ENTITY_EXPERIENCE_ORB_PICKUP"