Skip to content

Commit

Permalink
Changed README
Browse files Browse the repository at this point in the history
  • Loading branch information
bdfzchen2015 committed Mar 21, 2017
1 parent aeaacbd commit dba83a6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,26 @@
ServerSideCharacter(SSC) is a server management tool for tModLoader, it gives the player ability to play form beginning in mod world.

## Version Compatibility
* TmodLoader v0.9.2.1
* TmodLoader v0.9.2.1 V0.2X
* TmodLoader v0.9.1 V0.1X


## Current Command List
* /help Get all the commands in this mod
* /auth Authorize the player as super admin
* /butcher Kill all the enemy NPCs in the world
* /find Use to find the item or NPC ID in all the mods loaded [-i as item, -n as NPC]
* /god Toggle the godmode of yourself
* /group Manage the permission group of the player
* /i Give yourself items by ID
* /kill Kill a player using their ID
* /ls List useful information in this server, admin can use ls -al for more information
* /lock Lock a player for some time
* /login Login to the server account
* /region Manage the regions in the server
* /register Register an account
* /save Save player's data (just in case)
* /sm Summon NPCs using their ID
* /tp Teleport to a player
* /tphere Teleport a player to your position
* /time Tell and change the time of the world
3 changes: 3 additions & 0 deletions ServerSideCharacter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@
<ItemGroup>
<Folder Include="lib\" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />
Expand Down

0 comments on commit dba83a6

Please sign in to comment.