-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get console output message #3443
Comments
Its sad you don't take the time to read checkboxes. Afaik bungeecord does not have any API to execute a command as console, therefore making this feature useless. |
sorry,It may be that my statement is not accurate, such as Bungee javadoc, the following code can be implemented: CommandSender consoleSender = ProxyServer.getInstance().getConsole(); According to the above code, the command can be sent to the console for execution. |
My bad, forgot that api exists |
I dont think you can do this with the console but you could implement the CommandSender yourself with all permissions and override the sendmessage method, so you could read the output their |
Feature description
in Bukkit, after send command to console ,could get console output message.
public static @NotNull CommandSender createCommandSender(@NotNull Consumer<? super Component> feedback) {
return server.createCommandSender(feedback);
}
Is it possible to obtain command feedback messages from the BungeeCord console?
Or, there is a way, but I just haven't found it?
Goal of the feature
obtain command feedback messages from the BungeeCord console
Unfitting alternatives
sorry, dont know
Checking
The text was updated successfully, but these errors were encountered: