Mini Server-Sided Updates Command (SD)
not even thread-worthy because its the smallest command evrr lol
Code:
internal class UpdatesCommand : Command
{
public UpdatesCommand() : base("updates") { }
protected override bool Process(Player player, RealmTime time, string args)
{
player.SendInfo("Updates: Updates go here");
return true;
}
}
im using seraphs but i dont think this will cause errors for other sources idk shouldnt even be too different if there are errors
this is just for people who dont know how to edit clients and add ui boxes and frames or whatever and shit like dat
simple server sided updates command so whenever you add something, you just add it in the quotes and when people type /updates then they can see it, no new client download required at all, unless you change something in the client of course..