God Commands

From Legends of Aria Admin and Modding Wiki
Revision as of 00:58, 29 October 2016 by Kade CS (talk | contribs) (Created page with "== 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 cl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.