Let's say the player executed command /rocket plugins in chat, why not output what player got (which is outputted in chat) but will also be outputted in the console.
Note: It's not 100%, just an idea, but if it really cool then we can add that, why not.
Example from console:
[World] mister [Gandalf]: "/rocket plugins"
Player mister [Gandalf] executed: "/rocket plugins", output:
Loaded: Plugin1, Plugin2
Unloaded: Plugin3
Failure:
Cancelled:
Another example:
[World] mister [Gandalf]: "/kit start"
Player mister [Gandalf] executed: "/kit start", output: "You don't have enough permissions"
Another one example (let's say there were an error which wasn't catched/logger anywhere but player got the message):
[World] mister [Gandalf]: "/superkick"
Player mister [Gandalf] executed: "/superkick", output: "An error occurred, contact with admins"
Let's say the player executed command
/rocket pluginsin chat, why not output what player got (which is outputted in chat) but will also be outputted in the console.Note: It's not 100%, just an idea, but if it really cool then we can add that, why not.
Example from console:
Another example:
Another one example (let's say there were an error which wasn't catched/logger anywhere but player got the message):