Hello I have been looking around the oxide framework for a list of all registered commands
Unfortunately i was only able to find those lists
namespace Oxide.Game.Rust.Libraries.Covalence -> RustCommandSystem -> registeredCommands
namespace Oxide.Game.Rust.Libraries -> Command -> consoleCommands
namespace Oxide.Game.Rust.Libraries -> Command -> chatCommands
All lists are internal I have tried to use System.Reflection but to no avail
Is there any perhaps Public list or another way to get the registered commands?
Regards @Infinitynet