✨Update Summary • Enhance your server’s community connection with our brand-new
Discord Webhook Integration! • You can now easily link Discord webhooks to the following in‑game events:
Join
Quit
Message
Command
Code (YAML):
# ========================================================== # DISCORD INTEGRATION # ========================================================== discord-integration-enabled: false
# If this is off no event will work discord-integration-event-onJoin:
enabled: true
webhookURL: "https://discord.com/api/webhooks/thisIsAnExample/ExampleURL"
⚙️ Improvements • The config now has fields for /ping, /godmode and /message commands
Code (YAML):
# ========================================================== # PING SETTINGS # ========================================================== # Replacements: # %player% = player name # %target% = target player name # %coloredPing% = ping colored ping-command-message-self: "Your current Ping: %coloredPing%ms"# Replacements: %player%, %coloredPing% ping-command-message-other: "%target%'s Ping: %coloredPing%ms"# Replacements: %player%, %target%, %coloredPing%
# ========================================================== # GODMODE SETTINGS # ========================================================== # Replacements: # %player% = player name godmode-command-message-enabled: "The godmode has been enabled." godmode-command-message-disabled: "The godmode has been disabled."
# ========================================================== # MESSAGE SETTINGS # ========================================================== # Replacements: # %sender% = senders name # %receiver% = receivers name # %message% = message that has been sent message-command-message-player-sent: "&c%sender% &7-> &c%receiver%&7: %message%" message-command-message-player-received: "&c%receiver% &7-> &c%sender%&7: %message%"
Bug Fixes • Fixed /config reset issues.
Update built and tested for Spigot 1.21.x
Thank you for supporting CorePlus ❤️
Update Summary • Fixed an issue with the
Backup Inventory not responding correctly.
• Improved internal handling for inventory events to ensure smooth user interaction.
Small but important stability update – keeping your CorePlus setup running flawlessly!