Removed pointless user and master access levels.

This commit is contained in:
MobiusDevelopment
2020-01-31 20:35:57 +00:00
parent b8cc736d7b
commit d4cb185c34
9 changed files with 43 additions and 234 deletions

View File

@@ -3,43 +3,13 @@
# ---------------------------------------------------------------------------
# ---------------------------------------------------------------------------
# Admin Rights
# ---------------------------------------------------------------------------
# If next switch set to true every created character will have Admin access.
EverybodyHasAdminRights = False
# This option will set the default AccessLevel for MasterAccess
# Pls be carefully with that. Chars with this AccessLevel have
# right to execute every AdminCommand ingame.
# Default = 100 - Max. 255
MasterAccessLevel = 100
# This option will set the default AccessLevel for UserAccess
# Chars with this AccessLevel have user rights
# Default = 0 - Max. 255
UserAccessLevel = 0
# ---------------------------------------------------------------------------
# GM Rights
# ---------------------------------------------------------------------------
# The way //admin panel looks can be "modern" or "classic"
# (default is modern while classic provides more compatibility)
GMAdminMenuStyle = modern
#Turn on MasterNameColor config.
MasterNameColorEnabled = True
# This option will set the Default NameColor for MasterAccess
MasterNameColor = 00CCFF
# Turn on MasterTitleColor config.
MasterTitleColorEnabled = True
# This option will set the Default TitleColor for MasterAccess
MasterTitleColor = 00CCFF
# Enable GMs to have the glowing aura of a Hero character.
GMHeroAura = False