God Commands
Contents
GameObj Commands
/create [object_template_name]
Create a GameObj by name. Given no name or the name cannot be found, you will be presented with a menu of close results.
System Commands
Commands useful for general maintenance, debugging, or mod testing.
/reload module_name
Will globally reload all instances of the module specified, allows for reloading script modifications without a server restart. To reload modifications in player.lua for all active players you can do /reload player though be aware this can cause the server to stall while it reloads so always warn them before hand!
/reloadtemplates
Will reload all xml files
/resetworld [force]
Reset and reseed the world while preserving items with NoReset, optionally pass force to skip dialog confirmation.