Fixed an issue with personal gates

Added default permissions
This commit is contained in:
Steven Scott
2011-08-19 14:49:06 -07:00
parent c8764c6091
commit 2d9283fa7d
4 changed files with 41 additions and 4 deletions

13
README
View File

@ -41,6 +41,16 @@ stargate.admin -- Allow all admin features (Hidden/Private only so far)
stargate.admin.private -- Allow use of Private gates not owned by user
stargate.admin.hidden -- Allow access to Hidden gates not ownerd by user
=============
Default Permissions
=============
stargate.use -- Everyone
stargate.create -- Op
stargate.destroy -- Op
stargate.option -- Op
stargate.free -- Op
stargate.admin -- Op
=============
Instructions
=============
@ -146,6 +156,9 @@ maxgates - If non-zero, will define the maximum amount of gates allowed on any n
=============
Changes
=============
[Version 0.6.2]
- Fixed an issue with private gates
- Added default permissions
[Version 0.6.1]
- Stop destruction of open gates on startup
[Version 0.6.0]