Jump to content

Rcon Command List?


Recommended Posts

All the technical commands are in consolecommands.lua in scripts.

 

There isn't a "full" list because it would be infinite, since you can make your custom commands.

For example, if I put in modmain.lua:

function GLOBAL.c_rain()   GLOBAL.TheWorld:PushEvent("ms_forceprecipitation", true)end

now I can run the c_rain() command to trigger rain in my world.

 

If you need any particular command, you can always ask.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...