Umod Framework Patched Page
class MyPlugin : RustPlugin
Puts("Console command executed");
// Do something
[ChatCommand("hello")] void HelloCommand(BasePlayer player, string command, string[] args) umod framework
if (!permission.UserHasPermission(player.UserIDString, "myplugin.use")) "myplugin.use")) Puts("Hello from MyPlugin!")
Puts("Hello from MyPlugin!");
protected override void LoadConfig()