v2.0.4 - Conditional action fix and new BungeeCord Plugin Messaging Channel action implementation
What's New
New Bungee Action + Conditional Fixes!
New "bungee" Action
You can now
send plugin messages through the BungeeCord channel directly using the new
bungee action!
Code (Text):
actions:
- "bungee { subchannel: \"Connect\" - \"lobby\" }"
- "bungee { subchannel: \"ConnectOther\" - \"{player}\" - \"survival\" }"
- "bungee { subchannel: \"Message\" - \"{player}\" - \"§aWelcome to the server!\" }"
- "bungee { subchannel: \"KickPlayer\" - \"{player}\" - \"§cYou have been kicked!\" }"
All supported subchannels :
Bukkit & BungeeCord Plugin Messaging Channel | SpigotMC
All handled via the BungeeCord messaging API, making server-to-server interactions seamless!
Conditional Action
- ️ Fixed: The conditional action now evaluates correctly and functions as expected.
- No more false positives or ignored conditions — logic now executes consistently.