-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ
Edit bot.activity.text in config.yml. The default is %online% players online. The %online% and %max% placeholders are replaced with the live values.
ZDiscord marks the server as offline only on plugin disable, not on network loss. If the bot disconnects from Discord, the embed will keep editing the message but the JDA connection state can be checked with /zdiscord status.
This was a bug in earlier versions where the player count was read synchronously on PlayerQuitEvent before the player was removed. It is fixed in 1.1.0 — the activity update is now deferred by two ticks.
ZDiscord is a backend plugin (Bukkit-based) and runs on each backend. For a Velocity proxy, run ZDiscord on each backend. Account linking is per-server, so a player who links on one backend will not be linked on another.
Yes. messages.yml is plain YAML and accepts & colour codes. There is no built-in multi-language support; the file is just edited in place.
Either no misc.console-role is configured, or your account does not have the configured role and is not a server Administrator. The console bridge also rejects op, deop, stop, restart, reload confirm, and whitelist remove.
29652, hardcoded in ZDiscord.java. You can disable bStats globally via the plugins/bStats/config.json file.