Umod Framework __top__ [Top]

[Info("MyPlugin", "Author", "1.0.0")] [Description("Does something cool")] class MyPlugin : RustPlugin

void OnServerInitialized()

Puts("Hello from MyPlugin!");

SendReply(player, "Hello " + player.displayName); umod framework

class MyPlugin : RustPlugin

[ChatCommand("secret")] void SecretCommand(BasePlayer player, string cmd, string[] args) [Info("MyPlugin", "Author", "1

void Init()