Difference between revisions of "Godmode"

From Second Life Wiki
Jump to navigation Jump to search
m (fixed a small mispelling)
(add help header)
Line 1: Line 1:
{{Help|Misc=*|Glossary=*}}
"God Mode" is the administration mode on the Second Life server, which can only be entered by Lindens.  There are five levels of "God Mode", listed in indra_contants.h.  Powers are only those apparent from the client:
"God Mode" is the administration mode on the Second Life server, which can only be entered by Lindens.  There are five levels of "God Mode", listed in indra_contants.h.  Powers are only those apparent from the client:


Line 8: Line 9:


If a non-Linden user is using a "hacked godmode", calls to get their God Level will return 250 even though this is not respected by the server.  Likewise, just because a user is logged in as a Linden does not mean that they will have a God Level above 0; Lindens have to choose to enable God Mode via the Server debug menu.
If a non-Linden user is using a "hacked godmode", calls to get their God Level will return 250 even though this is not respected by the server.  Likewise, just because a user is logged in as a Linden does not mean that they will have a God Level above 0; Lindens have to choose to enable God Mode via the Server debug menu.
==See Also ==
* [[God Mode]]

Revision as of 11:48, 9 August 2008

"God Mode" is the administration mode on the Second Life server, which can only be entered by Lindens. There are five levels of "God Mode", listed in indra_contants.h. Powers are only those apparent from the client:

  • "God Like", level 1: can rename objects without modify permission.
  • Customer Service, level 100: can Toggle Character Geometry, Take Copy, Force Owner To Me, Force Owner Permissive, Delete, Lock, Get Asset IDs, Owner To Me, Set To Linden Content, Claim Public Land.
  • Liaison, level 150: as Customer Service but can Enable Land Auction.
  • Full, level 200: difference from Liaison not apparant.
  • Maintenance, level 250.

If a non-Linden user is using a "hacked godmode", calls to get their God Level will return 250 even though this is not respected by the server. Likewise, just because a user is logged in as a Linden does not mean that they will have a God Level above 0; Lindens have to choose to enable God Mode via the Server debug menu.

See Also