MudEngine:
- Moved List command out of the engine and into the MudGame as a script. MudGame: - Migrated List command from engine to game script. - List command now supports 'List Commands'. It will now print all commands for admins, and only non-admin commands for non-admin players. - Added CreateRoom scripted command for instantly creating Rooms without needing to fully qualify a path. The Room will be created in the Admin's current Realm>Zone. In order to create a Room outside of their current Zone they will need to use the standard 'Create' command and supply a fully qualified name such as 'MyRealm>MyZone>MyRoom'
This commit is contained in:
parent
295a8f5ab2
commit
00ce7b0025
7 changed files with 244 additions and 3 deletions
|
@ -53,7 +53,6 @@
|
|||
<Compile Include="Commands\CommandRestart.cs" />
|
||||
<Compile Include="Commands\CommandLogin.cs" />
|
||||
<Compile Include="Commands\CommandSaveWorld.cs" />
|
||||
<Compile Include="Commands\CommandList.cs" />
|
||||
<Compile Include="FileSystem\SaveDataPaths.cs" />
|
||||
<Compile Include="GameManagement\CommandEngine.cs" />
|
||||
<Compile Include="GameManagement\GameTime.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue