Userlevel
From OpenSimulator
(Difference between revisions)
(Created page with "The Viewer source code shows that there are several levels of "God Mode" (each level has all the previous levels' powers): '''GOD_NOT''' Value: 0 ''(Presumably the default "God...") |
|||
Line 1: | Line 1: | ||
+ | On the table [[useraccounts]] in the database ''opensim'' there are 2 fields: | ||
+ | *''UserLevel'' integer used to attribute the God powers for each individual user | ||
+ | *''UserTitle'' string used for Administrator; you can set here the particularities of each user | ||
+ | |||
+ | == God Mode Values == | ||
The Viewer source code shows that there are several levels of "God Mode" (each level has all the previous levels' powers): | The Viewer source code shows that there are several levels of "God Mode" (each level has all the previous levels' powers): | ||
Line 33: | Line 38: | ||
− | ''Note: text borrowed from [http://wiki.secondlife.com/wiki/God_mode SLwiki], shared under a [https://creativecommons.org/licenses/by-sa/3.0/ CC BY-SA 3.0] license'' | + | ''Note: text in this section was borrowed from [http://wiki.secondlife.com/wiki/God_mode SLwiki], shared under a [https://creativecommons.org/licenses/by-sa/3.0/ CC BY-SA 3.0] license'' |
Revision as of 13:58, 24 November 2011
On the table useraccounts in the database opensim there are 2 fields:
- UserLevel integer used to attribute the God powers for each individual user
- UserTitle string used for Administrator; you can set here the particularities of each user
God Mode Values
The Viewer source code shows that there are several levels of "God Mode" (each level has all the previous levels' powers):
GOD_NOT
Value: 0 (Presumably the default "God Mode" status given to every logged-in user)
GOD_LIKE
Value: 1
- rename objects without modify permission
GOD_CUSTOMER_SERVICE
Value: 100
- Toggle character geometry
- Take copy
- Owner To Me
- Set To Linden Content
- Claim Public Land
GOD_LIAISON
Value: 150
- Enable land auction
GOD_FULL
Value: 200 (Difference from GOD_LIAISON not apparent)
GOD_MAINTENANCE
Value: 250 (Difference from GOD_FULL not apparent)
Note: text in this section was borrowed from SLwiki, shared under a CC BY-SA 3.0 license