Accidentally forgot to stage new files

This commit is contained in:
Lucas Nicodemus 2012-02-26 03:32:50 -07:00
parent 6527799ec0
commit db4130db9e
3 changed files with 162 additions and 0 deletions

17
docs/src/perms.md Normal file
View file

@ -0,0 +1,17 @@
<link href="https://raw.github.com/clownfart/Markdown-CSS/master/markdown.css" rel="stylesheet"></link>
# Permissions
[Back to index](index.html)
## Permissions<a id="Permissions"></a>
Like Bukkit and other administrative modifications, TShock supports adding groups and permissions. In the current implementation, you can only edit groups ingame, adding and removing them isn't supported *yet*.
## Adding permissions:
To add a permission to a given group, use the command "**/modgroup [add|del] [group] [permission]**". Example: */modgroup add trustedadmin tpall*.
## Permission nodes:
[A list of permission nodes can be found here.](permissions.html)