Run server command through plugin?
Hello,
I have tried many things to get this to work but I cant figure it out
covalence.Server.Command("command here")
Doesn't Work; I have added
using Oxide.Core.Libraries.Covalence;
Thanks.
Hey. What does it say when you do covalence.Server.Command? Are you using RustPlugin or CovalencePlugin?
rust.RunServerCommand("command here");
^ this also does the same as server.Command (for CovalencePlugin) and covalence.Server.Command (for RustPlugin).
5df121d013ded.png runescape
rust.RunServerCommand("command here");

I would recommend the above from misticos, not that; the entire "rust" library is going to be deprecated and was only existing for Lua plugins years ago.