diff options
author | ElgarL <ElgarL@palmergames.com> | 2011-12-22 17:01:10 +0000 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2011-12-22 17:01:10 +0000 |
commit | 69847af08aa1ebc91c7808310bb7c7c1183b137f (patch) | |
tree | 2bcaa5def0521e72239abed19e63320c7b9f59d3 | |
parent | debcf4714a3db9065219e3701137e8dea6439970 (diff) | |
download | Essentials-69847af08aa1ebc91c7808310bb7c7c1183b137f.tar Essentials-69847af08aa1ebc91c7808310bb7c7c1183b137f.tar.gz Essentials-69847af08aa1ebc91c7808310bb7c7c1183b137f.tar.lz Essentials-69847af08aa1ebc91c7808310bb7c7c1183b137f.tar.xz Essentials-69847af08aa1ebc91c7808310bb7c7c1183b137f.zip |
Decreased ranks of default users so idiots who don't remove them can't
get 'hacked' when in offline mode.
-rw-r--r-- | EssentialsGroupManager/src/users.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EssentialsGroupManager/src/users.yml b/EssentialsGroupManager/src/users.yml index 28fa79910..72a7b652f 100644 --- a/EssentialsGroupManager/src/users.yml +++ b/EssentialsGroupManager/src/users.yml @@ -3,7 +3,7 @@ users: snowleo: subgroups: [] permissions: [] - group: Admin + group: Builder KHobbits: subgroups: [] permissions: [] @@ -11,5 +11,5 @@ users: ElgarL: subgroups: [] permissions: [] - group: Owner + group: Moderator |